Home
last modified time | relevance | path

Searched defs:input_kernel (Results 1 – 9 of 9) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/ge/
Dinsert_identity.cc86 auto input_kernel = common::AnfAlgo::GetInputNode(cnode, index); in InsertTransIdentityForInput() local
108 auto input_kernel = common::AnfAlgo::GetInputNode(cnode, index); in InsertCastIdentityForInput() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/mem_reuse/
Dkernel_refcount.h88 …void InsertInputKernel(const std::shared_ptr<KernelDef> &input_kernel) { input_kernels_.insert(inp… in InsertInputKernel()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/session/
Dsession_basic.h83 std::set<KernelWithIndex> input_kernel; member
Dsession_basic.cc623 void SessionBasic::HandleOpInputs(const std::set<KernelWithIndex> &input_kernel, in HandleOpInputs()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/debug/data_dump/
De2e_dump.cc273 auto input_kernel = node->input(idx); in DumpArgsSingleNode() local
320 auto input_kernel = node->input(j + 1); in DumpInputImpl() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/debug/debugger/
Ddebugger_utils.cc117 auto input_kernel = cnode->input(j + 1); in LoadInputs() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/hardware/
Dacl_stream_assign.cc194 auto input_kernel = input_node->cast<CNodePtr>(); in GenKernelIoExecInfoMap() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/hal/device/
Dgpu_kernel_runtime.cc177 auto input_kernel = kernel->input(j + 1); in LoadKernelData() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/debug/
Ddebug_services.cc1864 auto input_kernel = kernel->input(j + 1); in IsWatchPointNodeInput() local