Home
last modified time | relevance | path

Searched defs:UpdateDynamicShape (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/hardware/
Ddevice_context.h98 virtual void UpdateDynamicShape(const CNodePtr &kernel) const { AnfAlgo::InferShape(kernel); } in UpdateDynamicShape() function
/third_party/mindspore/mindspore/ccsrc/runtime/hardware/gpu/
Dgpu_device_context.cc365 void GPUDeviceContext::UpdateDynamicShape(const CNodePtr &kernel) const { in UpdateDynamicShape() function in mindspore::device::gpu::GPUDeviceContext