Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/mem_reuse/
Dkernel_refcount.h87 …void InsertInputKernel(const std::shared_ptr<KernelDef> &input_kernel) { input_kernels_.insert(inp… in InsertInputKernel()
/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Ddebugger_utils.cc60 auto input_kernel = cnode->input(j + 1); in LoadInputs() local
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dsession_basic.h77 std::set<KernelWithIndex> input_kernel; member
Dsession_basic.cc1302 void SessionBasic::HandleOpInputs(const std::set<KernelWithIndex> &input_kernel, in HandleOpInputs()
/third_party/mindspore/mindspore/ccsrc/debug/data_dump/
De2e_dump.cc181 auto input_kernel = node->input(j + 1); in DumpInputImpl() local
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dgpu_kernel_runtime.cc163 auto input_kernel = kernel->input(j + 1); in LoadKernelData() local
/third_party/mindspore/mindspore/ccsrc/debug/
Ddebug_services.cc1237 auto input_kernel = kernel->input(j + 1); in IsWatchPointNodeInput() local