Searched defs:ExecuteGraph (Results 1 – 3 of 3) sorted by relevance
217 …virtual void ExecuteGraph(const std::shared_ptr<KernelGraph> &kernel_graph) { MS_EXCEPTION_IF_NULL… in ExecuteGraph() function
214 void CPUSession::ExecuteGraph(const std::shared_ptr<KernelGraph> &kernel_graph) { in ExecuteGraph() function in mindspore::session::CPUSession
535 void GPUSession::ExecuteGraph(const std::shared_ptr<KernelGraph> &kernel_graph) { in ExecuteGraph() function in mindspore::session::gpu::GPUSession