Home
last modified time | relevance | path

Searched defs:KernelGraph (Results 1 – 13 of 13) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/hal/hardware/
Dcpu_somas.h28 using KernelGraph = session::KernelGraph; variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/hal/hardware/
Dgpu_somas.h29 using KernelGraph = session::KernelGraph; variable
Dgpu_session.h28 using KernelGraph = mindspore::session::KernelGraph; variable
Dgpu_device_context.cc115 using KernelGraph = mindspore::session::KernelGraph; typedef
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/hardware/
Dacl_somas.h31 using KernelGraph = session::KernelGraph; variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/device/
Dkernel_runtime.h130 …virtual DeviceAddressPtr GetInternalDeviceAddress(const session::KernelGraph &, const AnfNodePtr &… in GetInternalDeviceAddress()
133 …virtual void GetShadowBackendNodeMap(const session::KernelGraph &, std::map<AnfNodePtr, AnfNodePtr… in GetShadowBackendNodeMap()
Dkernel_runtime.cc149 bool KernelRuntime::Load(const session::KernelGraph &, bool) { in Load()
154 bool KernelRuntime::LoadData(const session::KernelGraph &) { in LoadData()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/pynative/grad/ir/
Dir_bprop.h33 using KernelGraph = session::KernelGraph; variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/mem_reuse/
Dmem_reuse.h39 using KernelGraph = mindspore::session::KernelGraph; variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/
Dkernel_graph.h92 KernelGraph() in KernelGraph() function
106 KernelGraph(const KernelGraph &graph) : FuncGraph(graph) { in KernelGraph() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/debug/debugger/
Ddebugger_utils.cc38 using KernelGraph = mindspore::session::KernelGraph; typedef
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/hal/profiler/
Dgpu_profiling.cc80 using KernelGraph = mindspore::session::KernelGraph; typedef
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/expander/bprop/
Dbprop.cc65 using KernelGraph = session::KernelGraph; typedef