/third_party/mindspore/tests/ut/cpp/parallel/ops_info/ |
D | onehot_info_test_axis_0.cc | 139 Shape input_slice_shape = input_tensor_info.slice_shape(); in TEST_F() local 161 Shape input_slice_shape = input_tensor_info.slice_shape(); in TEST_F() local 183 Shape input_slice_shape = input_tensor_info.slice_shape(); in TEST_F() local
|
D | onehot_info_test.cc | 139 Shape input_slice_shape = input_tensor_info.slice_shape(); in TEST_F() local 161 Shape input_slice_shape = input_tensor_info.slice_shape(); in TEST_F() local 183 Shape input_slice_shape = input_tensor_info.slice_shape(); in TEST_F() local
|
D | reshape_test.cc | 106 Shape input_slice_shape = input_tensor_info.slice_shape(); in TEST_F() local 127 Shape input_slice_shape = input_tensor_info.slice_shape(); in TEST_F() local
|
D | prelu_test.cc | 93 Shape input_slice_shape = input_tensor_info.slice_shape(); in TEST_F() local 198 Shape input_slice_shape = input_tensor_info.slice_shape(); in TEST_F() local
|
D | gelu_info_test.cc | 90 Shape input_slice_shape = input_tensor_info.slice_shape(); in TEST_F() local
|
D | pow_info_test.cc | 90 Shape input_slice_shape = input_tensor_info.slice_shape(); in TEST_F() local
|
D | tanh_info_test.cc | 90 Shape input_slice_shape = input_tensor_info.slice_shape(); in TEST_F() local
|
D | log_softmax_info_test.cc | 91 Shape input_slice_shape = input_tensor_info.slice_shape(); in TEST_F() local
|
D | tmpidentity_test.cc | 92 Shape input_slice_shape = input_tensor_info.slice_shape(); in TEST_F() local
|
D | activation_info_test.cc | 91 Shape input_slice_shape = input_tensor_info.slice_shape(); in TEST_F() local
|
D | softmax_info_test.cc | 95 Shape input_slice_shape = input_tensor_info.slice_shape(); in TEST_F() local
|
D | softmax_entropy_loss_info_test.cc | 95 Shape input_slice_shape = input_tensor_info.slice_shape(); in TEST_F() local
|
D | transpose_test.cc | 106 Shape input_slice_shape = input_tensor_info.slice_shape(); in TEST_F() local
|
D | l2_normalize_info_test.cc | 91 Shape input_slice_shape = input_tensor_info.slice_shape(); in TEST_F() local
|
D | reduce_method_test.cc | 95 Shape input_slice_shape = input_tensor_info.slice_shape(); in TEST_F() local
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/ |
D | dropout_do_mask_info.cc | 181 void SetGenMaskShape(const CNodePtr &cnode, const Shape &input_slice_shape) { in SetGenMaskShape() 244 Shape input_slice_shape = inputs_tensor_info_[0].slice_shape(); in GetDropoutGenMaskReplaceOp() local
|
D | slice_info.cc | 221 Shape input_slice_shape = inputs_tensor_info_[0].slice_shape(); in ComputeReplaceGraph() local
|
D | reduce_method_info.cc | 361 Shape input_slice_shape = inputs_slice_shape.at(0); in InferTensorInfo() local 490 Shape input_slice_shape = inputs_slice_shape.at(0); in InferTensorInfo() local
|
/third_party/mindspore/tests/ut/cpp/parallel/auto_parallel/ |
D | operator_costmodel_test.cc | 171 Shape input_slice_shape = {8, 32, 8, 8}; in TEST_F() local
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/ |
D | operator_costmodel.cc | 1125 Shape input_slice_shape = input_tensor_info.slice_shape(); in GetBackwardCommCost() local 1453 Shape input_slice_shape = input.slice_shape(); in GetBackwardCommCost() local 1467 Shape input_slice_shape = inputs[0].slice_shape(); in GetForwardComputationCost() local 1482 Shape input_slice_shape = input.slice_shape(); in GetBackwardComputationCost() local
|