onnxruntime
6705915a - [CANN] Add the ability to run graph (#13728)

Commit
3 years ago
[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.
Author
Parents
Loading