onnxruntime/include/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
..
common Add noexcept annotation to address prefast warnings (#13965) 2022-12-15 09:44:22 -08:00
eager support register external ep lib information (#8897) 2021-08-31 20:51:22 -07:00
framework Multi-stream execution support (#13495) 2022-12-15 07:39:29 -08:00
graph Multi-stream execution support (#13495) 2022-12-15 07:39:29 -08:00
optimizer Pass SessionOptions to XnnpackProviderFactoryCreator. (#13318) 2022-12-10 14:23:46 +08:00
platform Improve thread pool creation failure handling. (#13313) 2022-10-15 17:57:19 -07:00
providers [CANN] Add the ability to run graph (#13728) 2022-12-16 06:57:40 -08:00
session Multi-stream execution support (#13495) 2022-12-15 07:39:29 -08:00