/third_party/mindspore/mindspore/ccsrc/frontend/parallel/tensor_layout/ |
D | map.cc | 84 Shape new_shape; in ExpandMapByNone() local 111 Shape new_shape; in ExpandMapByDecreaseNumber() local
|
D | arrangement.cc | 90 Shape new_shape; in GetExpandedShapeByExpandListRemoveLeft() local 175 Shape new_shape; in GetExpandedShapeByExpandListReserveLeft() local
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/ |
D | random_data_op.cc | 78 std::unique_ptr<TensorShape> new_shape; in GenerateSchema() local 278 std::unique_ptr<TensorShape> new_shape = nullptr; in CreateRandomRow() local
|
D | mindrecord_op.cc | 277 auto new_shape = TensorShape(column.Shape()); in LoadTensorRow() local 287 auto new_shape = TensorShape(shapeDetails); in LoadTensorRow() local
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/ |
D | lite_image_utils.cc | 432 TensorShape new_shape = TensorShape({height, width, input->shape()[2]}); in ResizePreserve() local 476 TensorShape new_shape = TensorShape({output_height, output_width, 3}); in RgbToBgr() local 510 TensorShape new_shape = TensorShape({output_height, output_width, 1}); in RgbToGray() local 562 TensorShape new_shape = TensorShape({pad_height, pad_width, input->shape()[2]}); in Pad() local 627 TensorShape new_shape = TensorShape({height, width, input->shape()[2]}); in RotateAngleWithOutMirror() local 697 TensorShape new_shape = TensorShape({height, width, input->shape()[2]}); in RotateAngleWithMirror() local 762 TensorShape new_shape = TensorShape({height, width, input->shape()[2]}); in Affine() local
|
D | image_utils.cc | 166 TensorShape new_shape = TensorShape({output_height, output_width, 3}); in Resize() local 689 TensorShape new_shape = TensorShape({target_height, target_width, 3}); in CropAndResize() local 877 TensorShape new_shape({input_cv->shape()[0], input_cv->shape()[1], input_cv->shape()[2] + 1}); in NormalizePad() local
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/expanders/ |
D | reshape.cc | 33 ShapeVector new_shape = shape; in InferShape() local
|
/third_party/mindspore/mindspore/lite/tools/optimizer/graph/ |
D | conv1d_weight_expanding_pass.cc | 38 std::vector<int64_t> new_shape(shape); in ExpandFilterShape() local
|
/third_party/mindspore/mindspore/lite/test/ut/src/api/ |
D | tensor_c_test.cc | 49 int64_t new_shape[new_shape_num] = {1, 2, 3, 1}; in TEST_F() local
|
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/ |
D | reduce_eliminate.h | 77 auto new_shape = std::make_shared<ValueTuple>(elements); in operator() local
|
/third_party/mindspore/mindspore/lite/test/ohos_test/src/ |
D | tensor_test.cc | 59 int64_t new_shape[new_shape_num] = {1, 2, 3, 1}; variable
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/ |
D | dropout_do_mask_info.cc | 209 ValuePtr new_shape = MakeValue(input_slice_shape); in SetGenMaskShape() local 256 ValuePtr new_shape = MakeValue(input_slice_shape); in GetDropoutGenMaskReplaceOp() local
|
D | uniform_real_info.cc | 136 ValuePtr new_shape = MakeValue(input_shape); in UpdateShape() local
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fission/ |
D | pack_fission.cc | 52 std::vector<size_t> new_shape = output_shape; in CreateNewPack() local
|
D | gather_v2_ds_fission.cc | 62 ShapeVector new_shape(shape); in CreatePad() local
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/model/ |
D | op_node.cc | 313 auto new_shape = GetListInt(attrs.find("shape")->second); in InferShape() local 353 DShape new_shape = inputs[0]->shape; in InferShape() local 359 DShape new_shape; in InferShape() local 439 DShape new_shape; in InferShape() local
|
/third_party/mindspore/mindspore/lite/tools/converter/parser/ |
D | conv1d_inout_adjust.cc | 72 std::vector<int64_t> new_shape(shape); in ExpandFilterShape() local
|
D | unify_format.cc | 233 std::vector<float> new_shape; in ConvertOnnxResizeForConstShape() local
|
/third_party/mindspore/mindspore/lite/src/delegate/tensorrt/op/ |
D | shuffle_tensorrt.cc | 197 std::vector<int64_t> new_shape(unsqueeze_shape.d, unsqueeze_shape.d + unsqueeze_shape.nbDims); in AddUnsqueezeOp() local
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/ |
D | tensor_shape.cc | 219 std::vector<dsize_t> new_shape(raw_shape_.size()); in Squeeze() local
|
/third_party/mindspore/mindspore/lite/src/delegate/tensorrt/ |
D | tensorrt_subgraph.cc | 455 std::vector<int64_t> new_shape = lite::ConvertMSShape(out_dims); in Execute() local
|
/third_party/boost/libs/multi_array/test/ |
D | generative_tests.hpp | 262 std::vector<size_type> new_shape(A.num_dimensions()); in modify() local
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/ |
D | batch_op.cc | 191 TensorShape new_shape = first_shape.PrependDim(static_cast<int64_t>(batch_size)); in BatchRows() local
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/ |
D | arithmetic_simplify.cc | 623 std::vector<int64_t> new_shape = {1}; in ReorganizeEmptyGraph() local
|
/third_party/mindspore/mindspore/numpy/ |
D | array_ops.py | 254 def reshape(x, new_shape): argument
|