Home
last modified time | relevance | path

Searched defs:dev_shape (Results 1 – 13 of 13) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/
Dgpu_kernel_utils.h34 size_t *dev_shape, size_t *dev_axis, T *dst, cudaStream_t cuda_stream, in MatrixTransposeND()
50 … const std::vector<size_t> host_axis, size_t *dev_shape, size_t *dev_axis, cuComplex *dst, in MatrixTransposeND()
58 … const std::vector<size_t> host_axis, size_t *dev_shape, size_t *dev_axis, in MatrixTransposeND()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/
Ddevice_matrix.cc34 DeviceMatrix::DeviceMatrix(int64_t rank, RankList dev_list, Shape dev_shape) in DeviceMatrix()
130 Shape ConvertRankToCoordinate(int64_t rank, const Shape &dev_shape) { in ConvertRankToCoordinate()
Dparameter_manager.cc1052 auto dev_shape = target_param_layout->device_arrangement().array(); in GetRankListByLayout() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/ops_info/
Darithmetic_info.cc109 Shape dev_shape; in InferDevMatrixShape() local
318 Shape dev_shape = dev_matrix_shape_; in InferTensorMap() local
561 Shape dev_shape = dev_matrix_shape_; in InferTensorMap() local
Dquant_info.cc531 Shape dev_shape = dev_matrix_shape_; in InferTensorMap() local
Dreduce_method_info.cc560 Shape dev_shape; in InferDevMatrixShape() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/acl/
Dacl_kernel_mod.cc117 ShapeVector dev_shape; in PackageOutput() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/acl_ir/
Dop_api_convert.h384 const auto &dev_shape = get_dev_shape(tensor_format, tensor_shape); in GetViewShapeAndStride() local
394 const auto &dev_shape = get_dev_shape(tensor_format, storage_info->ori_shape); in GetViewShapeAndStride() local
Dacl_convert.h56 std::string dev_shape; member
Dacl_convert.cc133 …pAclString(const aclDataType data_type, const ShapeVector &ori_shape, const ShapeVector &dev_shape, in DumpAclString()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/graph_ir/
Dtransform_util.cc169 const ShapeVector &dev_shape, in GetGeTensorDesc()
Dconvert.cc4522 std::shared_ptr<GeTensorDesc> GeOpConvertor::GetTensorDesc(const ShapeVector &dev_shape, const Type… in GetTensorDesc()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/device/
Dms_device_shape_transfer.cc430 auto dev_shape = GetFixedDeviceShape(shape, node, index, is_output); in GetDeviceShapeByFormat() local