Home
last modified time | relevance | path

Searched defs:last_kernel (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/hardware/
Dacl_stream_assign.cc231 size_t process_stream_id, const CNodePtr last_kernel, in ProcessSideEffect()
297 CNodePtr last_kernel = nullptr; in UpdateEventsToExecutionOrder() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/hal/device/
Dgpu_kernel_runtime.cc151 void *stream_ptr, bool dump_enabled, bool last_kernel) { in LoadKernelData()
736 CNodePtr last_kernel; in GetLastKernel() local
769 CNodePtr last_kernel = GetLastKernel(graph); in LaunchKernelDynamic() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/opencl/
Dopencl_subgraph.cc342 bool last_kernel = true; in UpdateTensorDataTypePass() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/debug/debugger/
Ddebugger_utils.cc311 bool last_kernel = !common::AnfAlgo::IsInplaceNode(cnode, "skip"); in ReadDataAndDump() local
Ddebugger.cc663 void Debugger::PostExecuteNode(const CNodePtr &kernel, bool last_kernel) { in PostExecuteNode()