Home
last modified time | relevance | path

Searched refs:UpdateGraphDynamicShapeAttr (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/hardware/cpu/
Dcpu_device_context.h64 void UpdateGraphDynamicShapeAttr(const NotNull<KernelGraphPtr> &graph) const;
Dcpu_device_context.cc109 UpdateGraphDynamicShapeAttr(NOT_NULL(graph)); in OptimizeGraph()
134 void CPUDeviceContext::UpdateGraphDynamicShapeAttr(const NotNull<KernelGraphPtr> &graph) const { in UpdateGraphDynamicShapeAttr() function in mindspore::device::cpu::CPUDeviceContext
/third_party/mindspore/mindspore/ccsrc/runtime/hardware/gpu/
Dgpu_device_context.h87 void UpdateGraphDynamicShapeAttr(const NotNull<KernelGraphPtr> &graph) const;
Dgpu_device_context.cc234 UpdateGraphDynamicShapeAttr(NOT_NULL(graph)); in OptimizeGraphWithoutDeviceInfo()
294 void GPUDeviceContext::UpdateGraphDynamicShapeAttr(const NotNull<KernelGraphPtr> &graph) const { in UpdateGraphDynamicShapeAttr() function in mindspore::device::gpu::GPUDeviceContext
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dcpu_session.cc118 UpdateGraphDynamicShapeAttr(NOT_NULL(graph)); in CompileGraphImpl()
Dsession_basic.h301 void UpdateGraphDynamicShapeAttr(const NotNull<KernelGraphPtr> &root_graph);
Dgpu_session.cc441 UpdateGraphDynamicShapeAttr(NOT_NULL(graph)); in CompileGraphImpl()
Dsession_basic.cc1170 UpdateGraphDynamicShapeAttr(NOT_NULL(graph)); in ConstructKernelGraph()
2336 UpdateGraphDynamicShapeAttr(NOT_NULL(graph)); in UpdateAllGraphDynamicShapeAttr()
2345 void SessionBasic::UpdateGraphDynamicShapeAttr(const NotNull<KernelGraphPtr> &root_graph) { in UpdateGraphDynamicShapeAttr() function in mindspore::session::SessionBasic