Home
last modified time | relevance | path

Searched refs:set_host_shape (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/
Ddevice_address.h81 void set_host_shape(const ShapeVector &shape) { host_shape_ = shape; } in set_host_shape() function
Dkernel_runtime.cc236 device_address->set_host_shape(trans::GetRuntimePaddingShape(node, i)); in RunOpMallocPre()
474 device_address->set_host_shape(trans::GetRuntimePaddingShape(kernel, i)); in RunOpAssignOutputMemory()
928 device_address->set_host_shape(trans::GetRuntimePaddingShape(node, i)); in AssignNodeOutputMem()