Searched defs:CompileGraphImpl (Results 1 – 8 of 8) sorted by relevance
378 GraphId GPUSession::CompileGraphImpl(const AnfNodePtrList &lst, const AnfNodePtrList &outputs) { in CompileGraphImpl() function in mindspore::session::gpu::GPUSession385 GraphId GPUSession::CompileGraphImpl(NotNull<FuncGraphPtr> func_graph) { in CompileGraphImpl() function in mindspore::session::gpu::GPUSession399 GraphId GPUSession::CompileGraphImpl(const KernelGraphPtr &graph) { in CompileGraphImpl() function in mindspore::session::gpu::GPUSession
221 …virtual GraphId CompileGraphImpl(const AnfNodePtrList &lst, const AnfNodePtrList &outputs) { retur… in CompileGraphImpl() function222 virtual GraphId CompileGraphImpl(NotNull<FuncGraphPtr> func_graph) { return kInvalidGraphId; } in CompileGraphImpl() function
57 GraphId AscendInferenceSession::CompileGraphImpl(NotNull<FuncGraphPtr> func_graph) { in CompileGraphImpl() function in mindspore::session::AscendInferenceSession
57 GraphId GpuInferenceSession::CompileGraphImpl(NotNull<FuncGraphPtr> func_graph) { in CompileGraphImpl() function in mindspore::session::GpuInferenceSession
114 GraphId CPUSession::CompileGraphImpl(const AnfNodePtrList &lst, const AnfNodePtrList &outputs) { in CompileGraphImpl() function in mindspore::session::CPUSession
526 GraphId AscendSession::CompileGraphImpl(const AnfNodePtrList &lst, const AnfNodePtrList &outputs) { in CompileGraphImpl() function in mindspore::session::AscendSession536 GraphId AscendSession::CompileGraphImpl(NotNull<FuncGraphPtr> func_graph) { in CompileGraphImpl() function in mindspore::session::AscendSession
31 GraphId MultiGraphAclSession::CompileGraphImpl(const AnfNodePtrList &lst, const AnfNodePtrList &out… in CompileGraphImpl() function in mindspore::session::MultiGraphAclSession
312 GraphId GraphCompiler::CompileGraphImpl(const KernelGraphPtr &graph, const DeviceContext *device_co… in CompileGraphImpl() function in mindspore::runtime::GraphCompiler