Searched refs:GraphOutTensors (Results 1 – 3 of 3) sorted by relevance
253 std::vector<mindspore::MSTensor> GraphOutTensors(const std::vector<NPUOp *> &ops, in GraphOutTensors() function284 auto out_tensors = GraphOutTensors(ops, model, from, end); in CreateNPUGraph()
183 auto out_tensors = GraphOutTensors<TensorRTOp>(ops, model, from, end); in CreateTensorRTGraph()
117 std::vector<mindspore::MSTensor> GraphOutTensors(const std::vector<T *> &ops, DelegateModel<schema:… in GraphOutTensors() function