Home
last modified time | relevance | path

Searched defs:dev_matrix_shape (Results 1 – 25 of 25) sorted by relevance

/third_party/mindspore/tests/ut/cpp/parallel/ops_info/
Donehot_info_test_axis_0.cc72 Shape dev_matrix_shape = onehot_info2->dev_matrix_shape(); in TEST_F() local
84 Shape dev_matrix_shape = onehot_info2->dev_matrix_shape(); in TEST_F() local
96 Shape dev_matrix_shape = onehot_info2->dev_matrix_shape(); in TEST_F() local
Donehot_info_test.cc72 Shape dev_matrix_shape = onehot_info->dev_matrix_shape(); in TEST_F() local
84 Shape dev_matrix_shape = onehot_info->dev_matrix_shape(); in TEST_F() local
96 Shape dev_matrix_shape = onehot_info->dev_matrix_shape(); in TEST_F() local
Dmatmul_info_test.cc101 Shape dev_matrix_shape = matmul1->dev_matrix_shape(); in TEST_F() local
112 Shape dev_matrix_shape = matmul1->dev_matrix_shape(); in TEST_F() local
124 Shape dev_matrix_shape = matmul2->dev_matrix_shape(); in TEST_F() local
136 Shape dev_matrix_shape = matmul2->dev_matrix_shape(); in TEST_F() local
148 Shape dev_matrix_shape = matmul3->dev_matrix_shape(); in TEST_F() local
160 Shape dev_matrix_shape = matmul3->dev_matrix_shape(); in TEST_F() local
Dtranspose_test.cc75 Shape dev_matrix_shape = transpose->dev_matrix_shape(); in TEST_F() local
86 Shape dev_matrix_shape = transpose->dev_matrix_shape(); in TEST_F() local
Dreshape_test.cc75 Shape dev_matrix_shape = reshape->dev_matrix_shape(); in TEST_F() local
86 Shape dev_matrix_shape = reshape->dev_matrix_shape(); in TEST_F() local
Dprelu_test.cc71 Shape dev_matrix_shape = prelu->dev_matrix_shape(); in TEST_F() local
176 Shape dev_matrix_shape = prelu_2d->dev_matrix_shape(); in TEST_F() local
Dtanh_info_test.cc70 Shape dev_matrix_shape = tanh->dev_matrix_shape(); in TEST_F() local
Dpow_info_test.cc70 Shape dev_matrix_shape = pow->dev_matrix_shape(); in TEST_F() local
Dgelu_info_test.cc70 Shape dev_matrix_shape = gelu->dev_matrix_shape(); in TEST_F() local
Dtmpidentity_test.cc72 Shape dev_matrix_shape = identity_ptr->dev_matrix_shape(); in TEST_F() local
Dactivation_info_test.cc71 Shape dev_matrix_shape = activation->dev_matrix_shape(); in TEST_F() local
Dlog_softmax_info_test.cc71 Shape dev_matrix_shape = log_softmax->dev_matrix_shape(); in TEST_F() local
Dl2_normalize_info_test.cc71 Shape dev_matrix_shape = norm->dev_matrix_shape(); in TEST_F() local
Dsoftmax_info_test.cc75 Shape dev_matrix_shape = softmax->dev_matrix_shape(); in TEST_F() local
Dsoftmax_entropy_loss_info_test.cc71 Shape dev_matrix_shape = loss->dev_matrix_shape(); in TEST_F() local
Dreduce_method_test.cc75 Shape dev_matrix_shape = reduce_sum->dev_matrix_shape(); in TEST_F() local
Dtensor_add_info_test.cc73 Shape dev_matrix_shape = tensor_add->dev_matrix_shape(); in TEST_F() local
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Darithmetic_info.cc113 TensorMap SetExpendTensorMap(const Shape &strategy, const Shape &dev_matrix_shape) { in SetExpendTensorMap()
125 TensorMap SetTensorMap(const Shape &strategy_expend, const Shape &dev_matrix_shape, const Shape &st… in SetTensorMap()
Dmatmul_info.cc36 Shape *dev_matrix_shape) { in SetDevMatrixShape()
Doperator_info.h121 Shape dev_matrix_shape() const { return dev_matrix_shape_; } in dev_matrix_shape() function
Doperator_info.cc461 Shape dev_matrix_shape = tensor_layout.device_arrangement().array(); in CreateGetTensorSliceOp() local
1564 int64_t ComputeRepeatDeviceNumByTensorMap(const Shape &dev_matrix_shape, const Shape &tensor_map) { in ComputeRepeatDeviceNumByTensorMap()
/third_party/mindspore/tests/ut/cpp/parallel/
Dvirtual_dataset_test.cc68 Shape dev_matrix_shape = virtual_dataset->dev_matrix_shape(); in TEST_F() local
/third_party/mindspore/tests/ut/cpp/parallel/tensor_layout/
Dconstruct_operator_test.cc69 Shape dev_matrix_shape = {2, 4, 8, 16, 1}; in SetUp() local
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/tensor_layout/
Dconstruct_operator.cc25 Status ConstructOperator::Init(const RankList &dev_list, const Shape &dev_matrix_shape) { in Init()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dparameter_manager.cc203 Shape dev_matrix_shape = tensor_info.tensor_layout().device_arrangement().array(); in GetGroupByTensorInfo() local