Home
last modified time | relevance | path

Searched refs:FindPreNextOps (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/lite/src/delegate/npu/
Dnpu_graph.h52 int FindPreNextOps();
Dnpu_delegate.cc291 auto ret = graph_kernel->FindPreNextOps(); in CreateNPUGraph()
Dnpu_graph.cc123 int NPUGraph::FindPreNextOps() { in FindPreNextOps() function in mindspore::NPUGraph
/third_party/mindspore/mindspore/lite/src/delegate/tensorrt/
Dtensorrt_delegate.cc191 FindPreNextOps<TensorRTOp>(ops); in CreateTensorRTGraph()
/third_party/mindspore/mindspore/lite/src/delegate/
Ddelegate_utils.h170 void FindPreNextOps(std::vector<T *> all_ops) { in FindPreNextOps() function