Home
last modified time | relevance | path

Searched refs:found_nearest_child (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_kernel_runtime.cc855 bool found_nearest_child = false; in ProcessBoundaryEvent() local
863 found_nearest_child = true; in ProcessBoundaryEvent()
867 if (found_nearest_child) { in ProcessBoundaryEvent()
871 if (!found_nearest_child) { in ProcessBoundaryEvent()
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_runtime.cc721 bool found_nearest_child = false; in GenKernelEvents() local
732 found_nearest_child = true; in GenKernelEvents()
736 if (found_nearest_child) { in GenKernelEvents()
741 if (!found_nearest_child) { in GenKernelEvents()