Searched refs:FindPreNextOps (Results 1 – 5 of 5) sorted by relevance
52 int FindPreNextOps();
291 auto ret = graph_kernel->FindPreNextOps(); in CreateNPUGraph()
123 int NPUGraph::FindPreNextOps() { in FindPreNextOps() function in mindspore::NPUGraph
191 FindPreNextOps<TensorRTOp>(ops); in CreateTensorRTGraph()
170 void FindPreNextOps(std::vector<T *> all_ops) { in FindPreNextOps() function