Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/adapter/
Dfake_abstract_shape.cc31 …static ShapeVector GetFakeAbstractShape(const ShapeVector &device_shape, const std::string &format… in GetFakeAbstractShape()
62 static ShapeVector NchwAbstractShape(const ShapeVector &device_shape) { return device_shape; } in NchwAbstractShape()
63 static ShapeVector NhwcAbstractShape(const ShapeVector &device_shape) { in NhwcAbstractShape()
74 static ShapeVector FractalNzAbstractShape(const ShapeVector &device_shape) { in FractalNzAbstractShape()
99 static ShapeVector Nc1hwc0AbstractShape(const ShapeVector &device_shape) { in Nc1hwc0AbstractShape()
122 ShapeVector GetFakeAbstractShape(const ShapeVector &device_shape, const std::string &format) { in GetFakeAbstractShape()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/pynative/
Dop_runtime_info.cc28 … const std::string &format, const ShapeVector &device_shape) { in OpRuntimeInfoGetOutputTensorMemSize()
68 auto device_shape = AnfAlgo::GetOutputDeviceShape(node, i); in CacheForExecutionOrder() local
116 auto device_shape = AnfAlgo::GetOutputDeviceShape(input, index); in CacheForGraphInputs() local
228 auto device_shape = AnfAlgo::GetOutputDeviceShape(node, i); in Resize() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/mindir/
Dquant_dtype_cast_adjust.cc58 … auto device_shape = trans::TransShapeToDevice(host_shape, kOpFormat_FRAC_NZ, kNumberTypeFloat16); in Process() local
Dcentralization_mindir.cc37 auto device_shape = trans::TransShapeToDevice(shape, kOpFormat_FRAC_Z, type); in CheckDeviceShape() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/device/dump/
Dascend_dump.h45 ShapeVector device_shape; member
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/device/
Dms_device_shape_transfer.cc531 ShapeVector device_shape; in NHWCDeviceShape() local
543 ShapeVector device_shape; in HWCNDeviceShape() local
555 ShapeVector device_shape; in FRAC_ZDeviceShape() local
578 ShapeVector device_shape; in NC1HWC0DeviceShape() local
596 ShapeVector device_shape; in NDC1HWC0DeviceShape() local
612 ShapeVector device_shape; in FRAC_Z3DDeviceShape() local
632 ShapeVector device_shape; in C1HWNCOC0DeviceShape() local
651 ShapeVector device_shape; in FRAC_ZC04DeviceShape() local
672 ShapeVector device_shape; in NC1HWC04DeviceShape() local
698 ShapeVector device_shape; in ChannelLastDeviceShape() local
[all …]
Dms_device_shape_transfer.h85 ShapeVector device_shape; member
Ddevice_address_utils.cc573 auto device_shape = shape; in GetTensorDeviceSize() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/other/
Ddynamic_stitch_gpu_kernel.cc62 auto device_shape = data[index]->GetShapeVector(); in GetShapeAdaptively() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/
Dfse_decode_kernel.cc69 int NCHW_TO_FRAC_NZ(const std::vector<int> &host_shape, const std::vector<int> &device_shape, in NCHW_TO_FRAC_NZ()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/
Dinplace_assign_builder.cc157 auto device_shape = GetDeviceShape(op_info.op_node); in CreateCleanCompositeNode() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/device/
Dascend_device_address.cc460 ShapeVector device_shape; in GetDeviceShape() local
548 auto device_shape = GetDeviceShape(&host_shape); in SyncDeviceToHostAndConvertFormat() local
852 std::vector<int64_t> device_shape; in ConvertFormatAndSyncHostToDevice() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/dynamic_akg/
Ddynamic_utils.cc538 std::vector<std::vector<int64_t>> device_shape(device_shape_list_); in GetDeviceArgSizeVec() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/
Ddevice_address.h244 const ShapeVector &device_shape() const { return device_shape_; } in device_shape() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/actor/
Ddata_prepare_actor.cc348 auto device_shape = in UpdateDataNodeDeviceAddressSize() local