Home
last modified time | relevance | path

Searched defs:device_shape (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/common/
Dtrans.cc252 std::vector<size_t> device_shape; in NhwcDeviceShape() local
264 std::vector<int64_t> device_shape; in NhwcDeviceDynamicShape() local
276 std::vector<size_t> device_shape; in HwchDeviceShape() local
288 std::vector<int64_t> device_shape; in HwchDeviceDynamicShape() local
300 std::vector<size_t> device_shape; in FracZDeviceShape() local
315 std::vector<int64_t> device_shape; in FracZDeviceDynamicShape() local
337 std::vector<size_t> device_shape; in Nc1hwc0DeviceShape() local
352 std::vector<int64_t> device_shape; in Nc1hwc0DeviceDynamicShape() local
369 std::vector<size_t> device_shape; in Ndc1hwc0DeviceShape() local
387 std::vector<int64_t> device_shape; in Ndc1hwc0DeviceDynamicShape() local
[all …]
Dtrans.h67 std::vector<size_t> device_shape; member
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/akg/
Dakg_kernel_json_decoder.cc51 …static ShapeVector GetFakeAbstractShape(const ShapeVector &device_shape, const std::string &format… in GetFakeAbstractShape()
69 static ShapeVector NchwAbstractShape(const ShapeVector &device_shape) { return device_shape; } in NchwAbstractShape()
70 static ShapeVector NhwcAbstractShape(const ShapeVector &device_shape) { in NhwcAbstractShape()
76 static ShapeVector FractalNzAbstractShape(const ShapeVector &device_shape) { in FractalNzAbstractShape()
332 ShapeVector GetFakeAbstractShape(const ShapeVector &device_shape, const std::string &format) { in GetFakeAbstractShape()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_device_address.cc243 std::vector<size_t> device_shape; in GetDeviceShape() local
318 std::vector<size_t> device_shape = GetDeviceShape(&host_shape); in SyncDeviceToHostAndConvertFormat() local
441 std::vector<size_t> device_shape; in ConvertFormatAndSyncHostToDevice() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Dgraph_kernel_helper.cc170 auto device_shape = GetDeviceShape(scalar_tensor_node); in ReplaceTensorWithScalar() local
640 auto device_shape = AnfAlgo::GetOutputDeviceShape(node, 0); in GetDeviceShape() local
/third_party/mindspore/mindspore/ccsrc/backend/session/
Danf_runtime_algorithm.cc2129 auto device_shape = GetInputDeviceShape(anf_node, index); in GetInputRealDeviceShapeIfExist() local
2141 auto device_shape = GetOutputDeviceShape(anf_node, index); in GetOutputRealDeviceShapeIfExist() local