Home
last modified time | relevance | path

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

12

/third_party/mindspore/mindspore-src/source/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.cc110 Shape dev_matrix_shape = matmul1->dev_matrix_shape(); in TEST_F() local
124 Shape dev_matrix_shape = matmul1->dev_matrix_shape(); in TEST_F() local
138 Shape dev_matrix_shape = matmul2->dev_matrix_shape(); in TEST_F() local
152 Shape dev_matrix_shape = matmul2->dev_matrix_shape(); in TEST_F() local
166 Shape dev_matrix_shape = matmul3->dev_matrix_shape(); in TEST_F() local
180 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
Dgelu_info_test.cc70 Shape dev_matrix_shape = gelu->dev_matrix_shape(); in TEST_F() local
Dpow_info_test.cc70 Shape dev_matrix_shape = pow->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
Dsoftmax_entropy_loss_info_test.cc71 Shape dev_matrix_shape = loss->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
Dreduce_method_test.cc76 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-src/source/tests/ut/cpp/parallel/
Dvirtual_dataset_test.cc68 Shape dev_matrix_shape = virtual_dataset->dev_matrix_shape(); in TEST_F() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/ops_info/
Dquant_info.cc486 TensorMap SetExpandQuantTensorMap(const Shape &strategy, const Shape &dev_matrix_shape) { in SetExpandQuantTensorMap()
498 TensorMap SetQuantTensorMap(const Shape &strategy_expand, const Shape &dev_matrix_shape, const Shap… in SetQuantTensorMap()
Darithmetic_info.cc196 TensorMap SetExpandTensorMap(const Shape &strategy, const Shape &dev_matrix_shape) { in SetExpandTensorMap()
208 TensorMap SetTensorMap(const Shape &strategy_expand, const Shape &dev_matrix_shape, const Shape &st… in SetTensorMap()
Dgather_info.h73 Shape dev_matrix_shape() const { return dev_matrix_shape_; } in dev_matrix_shape() function
Doperator_info.h199 Shape dev_matrix_shape() const { return dev_matrix_shape_; } in dev_matrix_shape() function
Dflash_attention_score_info.cc864 auto dev_matrix_shape = dev_matrix_shape_; in InferSplitNumAndDevMatrixShapeByLayout() local
/third_party/mindspore/mindspore-src/source/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-src/source/mindspore/ccsrc/frontend/parallel/tensor_layout/
Dconstruct_operator.cc28 Status ConstructOperator::Init(const RankList &dev_list, const Shape &dev_matrix_shape, bool is_cos… in Init()

12