Searched defs:op_output_map (Results 1 – 3 of 3) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/vm/ |
D | backend.cc | 511 … 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/ |
D | graph_compiler.cc | 500 std::map<KernelWithIndex, TensorPtr> *op_output_map, in RecoverGraphOutput()
|
/third_party/mindspore/mindspore/ccsrc/backend/session/ |
D | session_basic.cc | 1304 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
|