/third_party/mindspore/mindspore/ccsrc/backend/session/ |
D | gpu_session.h | 41 GraphId CompileGraphImpl(const AnfNodePtrList &lst, const AnfNodePtrList &outputs) override; 42 GraphId CompileGraphImpl(NotNull<FuncGraphPtr> func_graph) override; 101 GraphId CompileGraphImpl(const KernelGraphPtr &kernel_graph);
|
D | ascend_inference_session.h | 48 GraphId CompileGraphImpl(NotNull<FuncGraphPtr> func_graph) override;
|
D | gpu_inference_session.h | 48 GraphId CompileGraphImpl(NotNull<FuncGraphPtr> func_graph) override;
|
D | ascend_inference_session.cc | 57 GraphId AscendInferenceSession::CompileGraphImpl(NotNull<FuncGraphPtr> func_graph) { in CompileGraphImpl() function in mindspore::session::AscendInferenceSession 58 auto graph_id = AscendSession::CompileGraphImpl(func_graph); in CompileGraphImpl()
|
D | gpu_inference_session.cc | 57 GraphId GpuInferenceSession::CompileGraphImpl(NotNull<FuncGraphPtr> func_graph) { in CompileGraphImpl() function in mindspore::session::GpuInferenceSession 58 auto graph_id = GPUSession::CompileGraphImpl(func_graph); in CompileGraphImpl()
|
D | gpu_session.cc | 378 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
|
D | ascend_session.h | 52 GraphId CompileGraphImpl(const AnfNodePtrList &lst, const AnfNodePtrList &outputs) override; 53 GraphId CompileGraphImpl(NotNull<FuncGraphPtr> func_graph) override;
|
D | cpu_session.h | 38 GraphId CompileGraphImpl(const AnfNodePtrList &lst, const AnfNodePtrList &outputs) override;
|
D | executor.cc | 111 graph_id_ = session_->CompileGraphImpl(segment_->nodes_, output_nodes_); in Run() 116 graph_id_ = session_->CompileGraphImpl(NOT_NULL(func_graph_)); in Run()
|
D | session_basic.h | 221 …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
|
D | cpu_session.cc | 114 GraphId CPUSession::CompileGraphImpl(const AnfNodePtrList &lst, const AnfNodePtrList &outputs) { in CompileGraphImpl() function in mindspore::session::CPUSession
|
D | ascend_session.cc | 526 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/ |
D | acl_multi_graph_session.h | 35 GraphId CompileGraphImpl(const AnfNodePtrList &lst, const AnfNodePtrList &outputs) override;
|
D | acl_multi_graph_session.cc | 31 GraphId MultiGraphAclSession::CompileGraphImpl(const AnfNodePtrList &lst, const AnfNodePtrList &out… in CompileGraphImpl() function in mindspore::session::MultiGraphAclSession
|
/third_party/mindspore/mindspore/ccsrc/runtime/framework/ |
D | graph_compiler.h | 175 GraphId CompileGraphImpl(const KernelGraphPtr &graph, const DeviceContext *device_context) const;
|
D | graph_compiler.cc | 309 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
|