Home
last modified time | relevance | path

Searched defs:CompileGraphImpl (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/session/
Dgpu_session.cc378 GraphId GPUSession::CompileGraphImpl(const AnfNodePtrList &lst, const AnfNodePtrList &outputs) { in CompileGraphImpl() function in mindspore::session::gpu::GPUSession
385 GraphId GPUSession::CompileGraphImpl(NotNull<FuncGraphPtr> func_graph) { in CompileGraphImpl() function in mindspore::session::gpu::GPUSession
399 GraphId GPUSession::CompileGraphImpl(const KernelGraphPtr &graph) { in CompileGraphImpl() function in mindspore::session::gpu::GPUSession
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
Dascend_inference_session.cc57 GraphId AscendInferenceSession::CompileGraphImpl(NotNull<FuncGraphPtr> func_graph) { in CompileGraphImpl() function in mindspore::session::AscendInferenceSession
Dgpu_inference_session.cc57 GraphId GpuInferenceSession::CompileGraphImpl(NotNull<FuncGraphPtr> func_graph) { in CompileGraphImpl() function in mindspore::session::GpuInferenceSession
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.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.cc312 GraphId GraphCompiler::CompileGraphImpl(const KernelGraphPtr &graph, const DeviceContext *device_co… in CompileGraphImpl() function in mindspore::runtime::GraphCompiler