Home
last modified time | relevance | path

Searched defs:PreExecuteGraph (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/session/
Dcpu_session.cc199 void CPUSession::PreExecuteGraph(const std::shared_ptr<KernelGraph> &kernel_graph, in PreExecuteGraph() function in mindspore::session::CPUSession
Dsession_basic.h224 virtual void PreExecuteGraph(const std::shared_ptr<KernelGraph> &kernel_graph, in PreExecuteGraph() function
Dgpu_session.cc507 void GPUSession::PreExecuteGraph(const std::shared_ptr<KernelGraph> &kernel_graph, in PreExecuteGraph() function in mindspore::session::gpu::GPUSession
Dascend_session.cc749 void AscendSession::PreExecuteGraph(const std::shared_ptr<KernelGraph> &kernel_graph, in PreExecuteGraph() function in mindspore::session::AscendSession