Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/session/
Dcpu_session.h39 …void PreExecuteGraph(const std::shared_ptr<KernelGraph> &kernel_graph, const std::vector<tensor::T…
Dgpu_session.h43 …void PreExecuteGraph(const std::shared_ptr<KernelGraph> &kernel_graph, const std::vector<tensor::T…
Dascend_session.h57 …void PreExecuteGraph(const std::shared_ptr<KernelGraph> &kernel_graph, const std::vector<tensor::T…
Dcpu_session.cc199 void CPUSession::PreExecuteGraph(const std::shared_ptr<KernelGraph> &kernel_graph, in PreExecuteGraph() function in mindspore::session::CPUSession
Dsession_basic.h224 virtual void PreExecuteGraph(const std::shared_ptr<KernelGraph> &kernel_graph, in PreExecuteGraph() function
Dgpu_session.cc507 void GPUSession::PreExecuteGraph(const std::shared_ptr<KernelGraph> &kernel_graph, in PreExecuteGraph() function in mindspore::session::gpu::GPUSession
Dascend_session.cc749 void AscendSession::PreExecuteGraph(const std::shared_ptr<KernelGraph> &kernel_graph, in PreExecuteGraph() function in mindspore::session::AscendSession
Dsession_basic.cc2263 PreExecuteGraph(kernel_graph, inputs, outputs); in RunGraphImpl()