Home
last modified time | relevance | path

Searched defs:input_with_index (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/dump/
Ddata_dumper.cc82 auto input_with_index = AnfAlgo::GetPrevNodeOutput(kernel, i); in GetNeedDumpKernelList() local
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dkernel_info_setter.cc150 auto input_with_index = AnfAlgo::VisitKernel(input_kernel_node, 0); in SetTensorDeviceInfo() local
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dkernel_select_ascend.cc440 auto input_with_index = AnfAlgo::VisitKernelWithReturnType(input_kernel_node, 0); in SetTensorDeviceInfo() local
/third_party/mindspore/mindspore/ccsrc/debug/data_dump/
Ddump_json_parser.cc597 auto input_with_index = AnfAlgo::GetPrevNodeOutput(kernel, i); in UpdateNeedDumpKernels() local
/third_party/mindspore/mindspore/ccsrc/runtime/framework/
Dgraph_scheduler.cc1711 const auto &input_with_index = AnfAlgo::VisitKernelWithReturnType(inputs[i], 0); in LinkArrowByControlNode() local
1744 const auto &input_with_index = gather_actor->data_nodes_[i]; in LinkArrowByControlNode() local
1833 const KernelWithIndex &input_with_index, in LinkDataArrowByControlNode()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Danf_runtime_algorithm.cc2074 auto input_with_index = AnfAlgo::GetPrevNodeOutput(anf_node_ptr, i); in IsNodeInputDynamicShape() local
2229 auto input_with_index = AnfAlgo::GetPrevNodeOutput(node, i); in InferShape() local
2337 auto input_with_index = GetPrevNodeOutput(node, i); in IsNodeInputContainMonad() local