Home
last modified time | relevance | path

Searched defs:PreprocessBeforeRunGraph (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/hardware/
Ddevice_context.h93 virtual void PreprocessBeforeRunGraph(const KernelGraphPtr &graph) const {} in PreprocessBeforeRunGraph() function
/third_party/mindspore/mindspore/ccsrc/runtime/hardware/cpu/
Dcpu_device_context.cc222 void CPUDeviceContext::PreprocessBeforeRunGraph(const KernelGraphPtr &graph) const { in PreprocessBeforeRunGraph() function in mindspore::device::cpu::CPUDeviceContext