Searched defs:FindPreOps (Results 1 – 3 of 3) sorted by relevance
103 std::vector<NPUOp *> NPUSubGraph::FindPreOps(NPUOp *cur_op) { in FindPreOps() function in mindspore::NPUSubGraph
99 std::vector<NPUOp *> NPUGraph::FindPreOps(NPUOp *cur_op) { in FindPreOps() function in mindspore::NPUGraph
144 std::vector<T *> FindPreOps(T *cur_op, std::vector<T *> all_ops) { in FindPreOps() function