Home
last modified time | relevance | path

Searched refs:GetOutputAddr (Results 1 – 20 of 20) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/debug/data_dump/
Dcpu_e2e_dump.cc69 auto addr = AnfAlgo::GetOutputAddr(input, index); in DumpInputImpl()
93 auto addr = AnfAlgo::GetOutputAddr(node, j); in DumpOutputImpl()
136 auto addr = AnfAlgo::GetOutputAddr(anf_node, output_index); in DumpSingleAnfNode()
De2e_dump.cc105 auto addr = AnfAlgo::GetOutputAddr(node, j); in DumpOutputImpl()
175 auto addr = AnfAlgo::GetOutputAddr(input, index); in DumpInputImpl()
233 auto addr = AnfAlgo::GetOutputAddr(anf_node, output_index); in DumpSingleAnfNode()
/third_party/mindspore/mindspore/ccsrc/runtime/device/cpu/
Dcpu_simple_mem_plan.cc35 … auto address = AnfAlgo::GetOutputAddr(kernel_with_index.first, kernel_with_index.second, true); in MemPlan()
44 auto address = AnfAlgo::GetOutputAddr(kernel, i); in MemPlan()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/host/
Ddynamic_shape_kernel.cc44 auto output_addr = AnfAlgo::GetOutputAddr(cnode, 0); in Execute()
Ddynamic_broadcast_gradient_args_kernel.cc159 auto out_addr = AnfAlgo::GetOutputAddr(cnode, index); in SetOutputValue()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/tasksink/
Dtask_generator.cc84 auto device_address = AnfAlgo::GetOutputAddr(post_node, index); in LaunchAddrCleanAkgKernel()
112 auto device_address = AnfAlgo::GetOutputAddr(pre_node, index); in LaunchAddrCleanKernel()
212 auto it = AnfAlgo::GetOutputAddr(anf_node_ptr, i); in LaunchKernel()
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_info.h52 const DeviceAddress *GetOutputAddr(size_t index) const;
Dkernel_info.cc25 const DeviceAddress *KernelInfo::GetOutputAddr(size_t index) const { in GetOutputAddr() function in mindspore::device::KernelInfo
Dkernel_runtime.cc91 const auto &address = AnfAlgo::GetOutputAddr(kernel, index); in NodeOutputDeviceAddressExist()
1161 auto device_address = AnfAlgo::GetOutputAddr(kernel, i, visit_nop_node); in GenLaunchArgs()
1198 auto device_address = AnfAlgo::GetOutputAddr(pre_node, index); in GenAddrCleanLaunchArgs()
1318 auto device_address = AnfAlgo::GetOutputAddr(input_node, index, true); in AssignKernelAddress()
1327 auto device_address = AnfAlgo::GetOutputAddr(kernel, j, true); in AssignKernelAddress()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/executor/
Dai_cpu_dynamic_kernel.cc122 auto output_addr = AnfAlgo::GetOutputAddr(cnode, i); in UpdateInputOutputAddr()
/third_party/mindspore/tests/ut/cpp/session/
Danf_runtime_algorithm_test.cc507 TEST_F(AnfRuntimeAlgorithmTest, GetOutputAddr) { in TEST_F() argument
519 EXPECT_EQ(AnfAlgo::GetOutputAddr(add, 0), device_address.get()); in TEST_F()
552 EXPECT_EQ(AnfAlgo::GetOutputAddr(add, 0), device_address.get()); in TEST_F()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Danf_runtime_algorithm.h187 …static const DeviceAddress *GetOutputAddr(const AnfNodePtr &node, size_t output_idx, bool visit_no…
Danf_runtime_algorithm.cc1029 const DeviceAddress *AnfRuntimeAlgorithm::GetOutputAddr(const AnfNodePtr &node, size_t output_idx, in GetOutputAddr() function in mindspore::session::AnfRuntimeAlgorithm
1044 auto addr = kernel_info->GetOutputAddr(output_idx); in GetOutputAddr()
1106 …return AnfRuntimeAlgorithm::GetOutputAddr(kernel_with_index.first, kernel_with_index.second, visit… in GetPrevNodeOutputAddr()
2412 auto device_address = GetOutputAddr(node, i, visit_nop_node); in CacheAddrForKernel()
2453 auto device_address = GetOutputAddr(pre_node, index); in CacheAddrForAtomicClean()
Dascend_session.cc1746 auto addr = AnfAlgo::GetOutputAddr(backend_parameter, 0); in SyncInitialTenosrToDevice()
Dsession_basic.cc1870 auto address = AnfAlgo::GetOutputAddr(node, index); in Summary()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/dump/
Ddata_dumper.cc430 auto address = AnfAlgo::GetOutputAddr(kernel, i); in DumpKernelOutput()
/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Ddebugger.cc1334 auto addr = AnfAlgo::GetOutputAddr(anf_node, output_index); in LoadSingleAnfnode()
1414 auto addr = AnfAlgo::GetOutputAddr(node, j); in LoadGraphOutputs()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/mem_reuse/
Dmem_reuse_checker.cc366 auto it = AnfAlgo::GetOutputAddr(node, i); in CheckNormalIR()
/third_party/mindspore/mindspore/ccsrc/runtime/framework/
Dgraph_compiler.cc50 const auto &address = AnfAlgo::GetOutputAddr(kernel, index); in NodeDeviceAddressExist()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/somas/
Dsomas.cc639 auto device_addr = AnfAlgo::GetOutputAddr(node, index); in CreateSomasParameter()