Home
last modified time | relevance | path

Searched defs:input_node_with_index (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/profiling/reporter/
Dgraph_desc_reporter.cc36 auto input_node_with_index = AnfAlgo::GetPrevNodeOutput(node, i); in ReportData() local
/third_party/mindspore/mindspore/ccsrc/runtime/device/executor/
Ddynamic_kernel.cc100 auto input_node_with_index = AnfAlgo::GetPrevNodeOutput(cnode, i); in InferShapeRecursive() local
/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/
Dgpu_profiling_utils.cc134 auto input_node_with_index = AnfAlgo::GetPrevNodeOutput(*iter, i); in SetTraceBpEnd() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/format_type/
Ddeal_ref_and_split_unsupported_transdata.cc233 auto input_node_with_index = AnfAlgo::GetPrevNodeOutput(cnode, i, true); in DealBroadCastAsRef() local
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/dump/
Ddata_dumper.cc455 auto input_node_with_index = AnfAlgo::GetPrevNodeOutput(kernel, i); in DumpKernelInput() local
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_runtime.cc123 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/
Dprofiling_utils.cc175 auto input_node_with_index = AnfAlgo::GetPrevNodeOutput(*iter, i); in GetTraceBpEnd() local
/third_party/mindspore/mindspore/ccsrc/backend/session/
Danf_runtime_algorithm.cc2025 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