Home
last modified time | relevance | path

Searched refs:GetOutputIndex (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/
Dcommon_utils.h93 std::vector<std::pair<AnfNodePtr, size_t>> GetOutputIndex(const std::vector<AnfNodePtr> &node_list,
Dcommon_utils.cc647 std::vector<std::pair<AnfNodePtr, size_t>> GetOutputIndex(const std::vector<AnfNodePtr> &node_list, in GetOutputIndex() function
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/akg/
Dakg_kernel_json_generator.cc741 auto output_index = GetOutputIndex(anf_nodes, input_list, output_list); in GenParallelJson()
802 auto output_index = GetOutputIndex(anf_nodes, input_list, output_list); in CreateOutputsJson()
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dkernel_info_setter.cc321 auto output_index = kernel::GetOutputIndex(node_list, input_list, output_list); in SetGraphKernelInfo()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dkernel_select_graph_kernel.cc526 auto output_index = kernel::GetOutputIndex(node_list, input_list, output_list); in SelectGraphKernelInfo()