Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/hal/hardware/
Dcpu_device_context.cc487 void CPUKernelExecutor::PreprocessBeforeRun(const FuncGraphPtr &graph) const { in PreprocessBeforeRun() function in mindspore::device::cpu::CPUKernelExecutor
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/hardware/
Ddevice_context.h382 virtual void PreprocessBeforeRun(const FuncGraphPtr &graph) const {} in PreprocessBeforeRun() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/hardware/
Dge_kernel_executor.cc1035 void GeKernelExecutor::PreprocessBeforeRun(const FuncGraphPtr &graph) const { in PreprocessBeforeRun() function in mindspore::device::ascend::GeKernelExecutor
Dge_graph_executor.cc913 void GeGraphExecutor::PreprocessBeforeRun(const KernelGraphPtr &graph) { in PreprocessBeforeRun() function in mindspore::device::ascend::GeGraphExecutor
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/hal/hardware/
Dgpu_device_context.cc446 void GPUKernelExecutor::PreprocessBeforeRun(const FuncGraphPtr &graph) const { in PreprocessBeforeRun() function in mindspore::device::gpu::GPUKernelExecutor