Home
last modified time | relevance | path

Searched defs:op_output_map (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/vm/
Dbackend.cc511 … const CNodePtr &backend_cnode, const std::map<KernelWithIndex, tensor::TensorPtr> &op_output_map, in GetControlOpInput()
601 … const CNodePtr &kernel, const std::map<KernelWithIndex, tensor::TensorPtr> &op_output_map, in RunControlOperator()
719 std::map<KernelWithIndex, tensor::TensorPtr> op_output_map; in RunGraphBySingleOp() local
/third_party/mindspore/mindspore/ccsrc/runtime/framework/
Dgraph_compiler.cc500 std::map<KernelWithIndex, TensorPtr> *op_output_map, in RecoverGraphOutput()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dsession_basic.cc1304 std::map<KernelWithIndex, tensor::TensorPtr> *op_output_map) { in HandleOpInputs()
1334 std::map<KernelWithIndex, tensor::TensorPtr> *op_output_map, in HandleOpOutputs()
2290 std::map<KernelWithIndex, tensor::TensorPtr> op_output_map; in RunOpsInGraphImpl() local