Home
last modified time | relevance | path

Searched refs:GetGraphOutTensors (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/lite/src/delegate/
Ddelegate_utils.h51 std::vector<mindspore::MSTensor> GetGraphOutTensors(const std::vector<T *> &ops) { in GetGraphOutTensors() function
119 auto out_tensors = GetGraphOutTensors(ops); in GraphOutTensors()
/third_party/mindspore/mindspore/lite/src/delegate/npu/
Dnpu_delegate.cc256 auto out_tensors = lite::GetGraphOutTensors(ops); in GraphOutTensors()
Dnpu_graph.cc263 auto subgraph_outputs = lite::GetGraphOutTensors(npu_ops); in CreateNPUSubgraphKernel()