onnxruntime/onnxruntime/core
FFFrog 6705915af8
[CANN] Add the ability to run graph (#13728)
### Description
Add the ability to run graph

### Motivation and Context
A brief description is as follows:
1) If the whole graph is supported, then will be processed by the graph
engine, directly.
2) If the whole graph is not supported, the whole graph will be divided
into subgraphs and single operators; The sub-graphs will be run on graph
engine, and the single operators will fallback to the traditional mode.
2022-12-16 06:57:40 -08:00
..
codegen Switch GSL to MS GSL 4.0.0 (#13416) 2022-10-29 04:15:20 -07:00
common Enabling thread pool to be numa-aware (#13778) 2022-12-12 10:33:55 -08:00
dll
dlpack
eager Multi-stream execution support (#13495) 2022-12-15 07:39:29 -08:00
flatbuffers Switch GSL to MS GSL 4.0.0 (#13416) 2022-10-29 04:15:20 -07:00
framework Multi-stream execution support (#13495) 2022-12-15 07:39:29 -08:00
graph Updates to GreedySearch/BeamSearch (#13943) 2022-12-13 20:25:26 -08:00
language_interop_ops
mlas
optimizer Multi-stream execution support (#13495) 2022-12-15 07:39:29 -08:00
platform Enabling thread pool to be numa-aware (#13778) 2022-12-12 10:33:55 -08:00
providers [CANN] Add the ability to run graph (#13728) 2022-12-16 06:57:40 -08:00
quantization
session [CANN] Add the ability to run graph (#13728) 2022-12-16 06:57:40 -08:00
util Exclude affinity-setting logic from minimal build (#13967) 2022-12-15 14:43:42 -08:00