Searched refs:GetGraphOutTensors (Results 1 – 3 of 3) sorted by relevance
51 std::vector<mindspore::MSTensor> GetGraphOutTensors(const std::vector<T *> &ops) { in GetGraphOutTensors() function119 auto out_tensors = GetGraphOutTensors(ops); in GraphOutTensors()
256 auto out_tensors = lite::GetGraphOutTensors(ops); in GraphOutTensors()
263 auto subgraph_outputs = lite::GetGraphOutTensors(npu_ops); in CreateNPUSubgraphKernel()