Searched defs:CompileGraphImpl (Results 1 – 6 of 6) sorted by relevance
200 …virtual GraphId CompileGraphImpl(const AnfNodePtrList &lst, const AnfNodePtrList &outputs) { retur… in CompileGraphImpl() function201 virtual GraphId CompileGraphImpl(NotNull<FuncGraphPtr>) { return kInvalidGraphId; } in CompileGraphImpl() function
380 GraphId GPUSession::CompileGraphImpl(const AnfNodePtrList &lst, const AnfNodePtrList &outputs) { in CompileGraphImpl() function in mindspore::session::gpu::GPUSession387 GraphId GPUSession::CompileGraphImpl(NotNull<FuncGraphPtr> func_graph) { in CompileGraphImpl() function in mindspore::session::gpu::GPUSession402 GraphId GPUSession::CompileGraphImpl(const KernelGraphPtr &graph) { in CompileGraphImpl() function in mindspore::session::gpu::GPUSession
63 GraphId GpuInferenceSession::CompileGraphImpl(NotNull<FuncGraphPtr> func_graph) { in CompileGraphImpl() function in mindspore::session::GpuInferenceSession
35 GraphId MultiGraphAclSession::CompileGraphImpl(const AnfNodePtrList &lst, const AnfNodePtrList &out… in CompileGraphImpl() function in mindspore::session::MultiGraphAclSession
128 GraphId CPUSession::CompileGraphImpl(const AnfNodePtrList &lst, const AnfNodePtrList &outputs) { in CompileGraphImpl() function in mindspore::session::CPUSession
689 GraphId GraphCompiler::CompileGraphImpl(const KernelGraphPtr &graph, const DeviceContext *device_co… in CompileGraphImpl() function in mindspore::runtime::GraphCompiler