Searched defs:ExecuteGraph (Results 1 – 4 of 4) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/session/ | ||
D | cpu_session.cc | 216 void CPUSession::ExecuteGraph(const std::shared_ptr<KernelGraph> &kernel_graph) { in ExecuteGraph() function in mindspore::session::CPUSession |
D | session_basic.h | 228 virtual void ExecuteGraph(const std::shared_ptr<KernelGraph> &kernel_graph) {} in ExecuteGraph() function |
D | gpu_session.cc | 549 void GPUSession::ExecuteGraph(const std::shared_ptr<KernelGraph> &kernel_graph) { in ExecuteGraph() function in mindspore::session::gpu::GPUSession |
D | ascend_session.cc | 784 void AscendSession::ExecuteGraph(const std::shared_ptr<KernelGraph> &kernel_graph) { Execute(kernel… in ExecuteGraph() function in mindspore::session::AscendSession |