Home
last modified time | relevance | path

Searched refs:ExecuteGraph (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/session/
Dcpu_session.h43 void ExecuteGraph(const std::shared_ptr<KernelGraph> &kernel_graph) override;
Dgpu_session.h47 void ExecuteGraph(const std::shared_ptr<KernelGraph> &kernel_graph) override;
Dascend_session.h61 void ExecuteGraph(const std::shared_ptr<KernelGraph> &kernel_graph) override;
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
Dsession_basic.cc2264 ExecuteGraph(kernel_graph); in RunGraphImpl()