Searched refs:PreExecuteGraph (Results 1 – 8 of 8) sorted by relevance
39 …void PreExecuteGraph(const std::shared_ptr<KernelGraph> &kernel_graph, const std::vector<tensor::T…
43 …void PreExecuteGraph(const std::shared_ptr<KernelGraph> &kernel_graph, const std::vector<tensor::T…
57 …void PreExecuteGraph(const std::shared_ptr<KernelGraph> &kernel_graph, const std::vector<tensor::T…
199 void CPUSession::PreExecuteGraph(const std::shared_ptr<KernelGraph> &kernel_graph, in PreExecuteGraph() function in mindspore::session::CPUSession
224 virtual void PreExecuteGraph(const std::shared_ptr<KernelGraph> &kernel_graph, in PreExecuteGraph() function
507 void GPUSession::PreExecuteGraph(const std::shared_ptr<KernelGraph> &kernel_graph, in PreExecuteGraph() function in mindspore::session::gpu::GPUSession
749 void AscendSession::PreExecuteGraph(const std::shared_ptr<KernelGraph> &kernel_graph, in PreExecuteGraph() function in mindspore::session::AscendSession
2263 PreExecuteGraph(kernel_graph, inputs, outputs); in RunGraphImpl()