Searched refs:GetOutputIndex (Results 1 – 5 of 5) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/ |
D | common_utils.h | 93 std::vector<std::pair<AnfNodePtr, size_t>> GetOutputIndex(const std::vector<AnfNodePtr> &node_list,
|
D | common_utils.cc | 647 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/ |
D | akg_kernel_json_generator.cc | 741 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/ |
D | kernel_info_setter.cc | 321 auto output_index = kernel::GetOutputIndex(node_list, input_list, output_list); in SetGraphKernelInfo()
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ |
D | kernel_select_graph_kernel.cc | 526 auto output_index = kernel::GetOutputIndex(node_list, input_list, output_list); in SelectGraphKernelInfo()
|