Searched refs:ExecuteGraph (Results 1 – 8 of 8) sorted by relevance
43 void ExecuteGraph(const std::shared_ptr<KernelGraph> &kernel_graph) override;
47 void ExecuteGraph(const std::shared_ptr<KernelGraph> &kernel_graph) override;
61 void ExecuteGraph(const std::shared_ptr<KernelGraph> &kernel_graph) override;
216 void CPUSession::ExecuteGraph(const std::shared_ptr<KernelGraph> &kernel_graph) { in ExecuteGraph() function in mindspore::session::CPUSession
228 virtual void ExecuteGraph(const std::shared_ptr<KernelGraph> &kernel_graph) {} in ExecuteGraph() function
549 void GPUSession::ExecuteGraph(const std::shared_ptr<KernelGraph> &kernel_graph) { in ExecuteGraph() function in mindspore::session::gpu::GPUSession
784 void AscendSession::ExecuteGraph(const std::shared_ptr<KernelGraph> &kernel_graph) { Execute(kernel… in ExecuteGraph() function in mindspore::session::AscendSession
2264 ExecuteGraph(kernel_graph); in RunGraphImpl()