onnxruntime/onnxruntime/core
Du Li 3b5ba1cf7e
Parallelizing Resize op (#5792)
* adding parallelization for resize bi-linear mode.

* Adding parallelization for resize op.

* Use TrySimpleParallelFor instead of TryParallelFor.
TryParallelFor has unaddressed issue with cost model.

* Addressing PR comments.
2020-11-17 13:59:18 -08:00
..
codegen Add ability to filter GraphViewer using IndexedSubGraph. (#5614) 2020-11-04 07:08:18 +10:00
common Support multi-loop parallel sections, use multi-loop sections in GRU (#5602) 2020-11-10 12:24:57 +00:00
dll
flatbuffers Support for Sparse Initializers (#5540) 2020-10-27 10:32:06 -07:00
framework Support EPs that compile nodes in a minimal build. (#5776) 2020-11-17 13:52:22 +10:00
graph Support EPs that compile nodes in a minimal build. (#5776) 2020-11-17 13:52:22 +10:00
language_interop_ops Change the OrtCustomOp invocation as a constant. (#5506) 2020-11-02 10:38:07 -08:00
mlas Scale Bias post processor for ARM (#5795) 2020-11-12 21:12:23 -08:00
optimizer Support EPs that compile nodes in a minimal build. (#5776) 2020-11-17 13:52:22 +10:00
platform Remove Env::Task wrapper around std::function (#5753) 2020-11-10 20:22:07 +00:00
profile
protobuf implement per-channel for quantizelinear and dequantizelinear (#4759) 2020-08-21 12:08:50 -07:00
providers Parallelizing Resize op (#5792) 2020-11-17 13:59:18 -08:00
session Support EPs that compile nodes in a minimal build. (#5776) 2020-11-17 13:52:22 +10:00
util Implement Scale function for quant gemm (#5632) 2020-11-10 23:34:38 -08:00