Home
last modified time | relevance | path

Searched defs:UpdateGraphDynamicShapeAttr (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/hardware/cpu/
Dcpu_device_context.cc134 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.cc294 void GPUDeviceContext::UpdateGraphDynamicShapeAttr(const NotNull<KernelGraphPtr> &graph) const { in UpdateGraphDynamicShapeAttr() function in mindspore::device::gpu::GPUDeviceContext
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dsession_basic.cc2345 void SessionBasic::UpdateGraphDynamicShapeAttr(const NotNull<KernelGraphPtr> &root_graph) { in UpdateGraphDynamicShapeAttr() function in mindspore::session::SessionBasic