Searched defs:input_node_with_index (Results 1 – 8 of 8) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/profiling/reporter/ |
D | graph_desc_reporter.cc | 36 auto input_node_with_index = AnfAlgo::GetPrevNodeOutput(node, i); in ReportData() local
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/executor/ |
D | dynamic_kernel.cc | 100 auto input_node_with_index = AnfAlgo::GetPrevNodeOutput(cnode, i); in InferShapeRecursive() local
|
/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/ |
D | gpu_profiling_utils.cc | 134 auto input_node_with_index = AnfAlgo::GetPrevNodeOutput(*iter, i); in SetTraceBpEnd() local
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/format_type/ |
D | deal_ref_and_split_unsupported_transdata.cc | 233 auto input_node_with_index = AnfAlgo::GetPrevNodeOutput(cnode, i, true); in DealBroadCastAsRef() local
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/dump/ |
D | data_dumper.cc | 455 auto input_node_with_index = AnfAlgo::GetPrevNodeOutput(kernel, i); in DumpKernelInput() local
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ |
D | kernel_runtime.cc | 123 auto input_node_with_index = AnfAlgo::GetPrevNodeOutput(node, i, true); in RunOpGetCommunicationInputInfo() local 820 auto input_node_with_index = AnfAlgo::GetPrevNodeOutput(anf_node, index); in PreAssignCNodeMemory() local 845 auto input_node_with_index = AnfAlgo::GetPrevNodeOutput(node, i, true); in AssignCommunicationNodeInputMem() local
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/profiling/ |
D | profiling_utils.cc | 175 auto input_node_with_index = AnfAlgo::GetPrevNodeOutput(*iter, i); in GetTraceBpEnd() local
|
/third_party/mindspore/mindspore/ccsrc/backend/session/ |
D | anf_runtime_algorithm.cc | 2025 auto input_node_with_index = AnfAlgo::GetPrevNodeOutput(anf_node, index); in GetInputMaxShape() local 2030 auto input_node_with_index = AnfAlgo::GetPrevNodeOutput(anf_node, index); in GetInputMinShape() local
|