Home
last modified time | relevance | path

Searched refs:CompileGraphImpl (Results 1 – 16 of 16) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/session/
Dgpu_session.h41 GraphId CompileGraphImpl(const AnfNodePtrList &lst, const AnfNodePtrList &outputs) override;
42 GraphId CompileGraphImpl(NotNull<FuncGraphPtr> func_graph) override;
101 GraphId CompileGraphImpl(const KernelGraphPtr &kernel_graph);
Dascend_inference_session.h48 GraphId CompileGraphImpl(NotNull<FuncGraphPtr> func_graph) override;
Dgpu_inference_session.h48 GraphId CompileGraphImpl(NotNull<FuncGraphPtr> func_graph) override;
Dascend_inference_session.cc57 GraphId AscendInferenceSession::CompileGraphImpl(NotNull<FuncGraphPtr> func_graph) { in CompileGraphImpl() function in mindspore::session::AscendInferenceSession
58 auto graph_id = AscendSession::CompileGraphImpl(func_graph); in CompileGraphImpl()
Dgpu_inference_session.cc57 GraphId GpuInferenceSession::CompileGraphImpl(NotNull<FuncGraphPtr> func_graph) { in CompileGraphImpl() function in mindspore::session::GpuInferenceSession
58 auto graph_id = GPUSession::CompileGraphImpl(func_graph); in CompileGraphImpl()
Dgpu_session.cc378 GraphId GPUSession::CompileGraphImpl(const AnfNodePtrList &lst, const AnfNodePtrList &outputs) { in CompileGraphImpl() function in mindspore::session::gpu::GPUSession
382 return CompileGraphImpl(graph); in CompileGraphImpl()
385 GraphId GPUSession::CompileGraphImpl(NotNull<FuncGraphPtr> func_graph) { in CompileGraphImpl() function in mindspore::session::gpu::GPUSession
396 return CompileGraphImpl(root_graph); in CompileGraphImpl()
399 GraphId GPUSession::CompileGraphImpl(const KernelGraphPtr &graph) { in CompileGraphImpl() function in mindspore::session::gpu::GPUSession
Dascend_session.h52 GraphId CompileGraphImpl(const AnfNodePtrList &lst, const AnfNodePtrList &outputs) override;
53 GraphId CompileGraphImpl(NotNull<FuncGraphPtr> func_graph) override;
Dcpu_session.h38 GraphId CompileGraphImpl(const AnfNodePtrList &lst, const AnfNodePtrList &outputs) override;
Dexecutor.cc111 graph_id_ = session_->CompileGraphImpl(segment_->nodes_, output_nodes_); in Run()
116 graph_id_ = session_->CompileGraphImpl(NOT_NULL(func_graph_)); in Run()
Dsession_basic.h221 …virtual GraphId CompileGraphImpl(const AnfNodePtrList &lst, const AnfNodePtrList &outputs) { retur… in CompileGraphImpl() function
222 virtual GraphId CompileGraphImpl(NotNull<FuncGraphPtr> func_graph) { return kInvalidGraphId; } in CompileGraphImpl() function
Dcpu_session.cc114 GraphId CPUSession::CompileGraphImpl(const AnfNodePtrList &lst, const AnfNodePtrList &outputs) { in CompileGraphImpl() function in mindspore::session::CPUSession
Dascend_session.cc526 GraphId AscendSession::CompileGraphImpl(const AnfNodePtrList &lst, const AnfNodePtrList &outputs) { in CompileGraphImpl() function in mindspore::session::AscendSession
536 GraphId AscendSession::CompileGraphImpl(NotNull<FuncGraphPtr> func_graph) { in CompileGraphImpl() function in mindspore::session::AscendSession
/third_party/mindspore/mindspore/ccsrc/cxx_api/model/acl/acl_vm/
Dacl_multi_graph_session.h35 GraphId CompileGraphImpl(const AnfNodePtrList &lst, const AnfNodePtrList &outputs) override;
Dacl_multi_graph_session.cc31 GraphId MultiGraphAclSession::CompileGraphImpl(const AnfNodePtrList &lst, const AnfNodePtrList &out… in CompileGraphImpl() function in mindspore::session::MultiGraphAclSession
/third_party/mindspore/mindspore/ccsrc/runtime/framework/
Dgraph_compiler.h175 GraphId CompileGraphImpl(const KernelGraphPtr &graph, const DeviceContext *device_context) const;
Dgraph_compiler.cc309 return CompileGraphImpl(graph, device_context); in CompileGraph()
312 GraphId GraphCompiler::CompileGraphImpl(const KernelGraphPtr &graph, const DeviceContext *device_co… in CompileGraphImpl() function in mindspore::runtime::GraphCompiler