Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/debug/data_dump/
De2e_dump.cc69 const auto &apply_kernels = graph->execution_order(); in DumpOutput() local
70 for (const auto &node : apply_kernels) { in DumpOutput()
136 const auto &apply_kernels = graph->execution_order(); in DumpInput() local
137 for (const auto &node : apply_kernels) { in DumpInput()
/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Ddebugger.cc1397 const auto &apply_kernels = graph_ptr_->execution_order(); in LoadGraphOutputs() local
1400 for (const auto &node : apply_kernels) { in LoadGraphOutputs()