Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/session/
Dcpu_session.cc216 void CPUSession::ExecuteGraph(const std::shared_ptr<KernelGraph> &kernel_graph) { in ExecuteGraph() function in mindspore::session::CPUSession
Dsession_basic.h228 virtual void ExecuteGraph(const std::shared_ptr<KernelGraph> &kernel_graph) {} in ExecuteGraph() function
Dgpu_session.cc549 void GPUSession::ExecuteGraph(const std::shared_ptr<KernelGraph> &kernel_graph) { in ExecuteGraph() function in mindspore::session::gpu::GPUSession
Dascend_session.cc784 void AscendSession::ExecuteGraph(const std::shared_ptr<KernelGraph> &kernel_graph) { Execute(kernel… in ExecuteGraph() function in mindspore::session::AscendSession