Home
last modified time | relevance | path

Searched defs:input1_slice_shape (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/
Doperator_costmodel.cc113 Shape input1_slice_shape = input1.slice_shape(); in GetBackwardCommCost() local
134 Shape input1_slice_shape = inputs[1].slice_shape(); in GetForwardComputationCost() local
158 Shape input1_slice_shape = input1.slice_shape(); in GetBackwardComputationCost() local
214 Shape input1_slice_shape = input1.slice_shape(); in GetBackwardCommCost() local
280 Shape input1_slice_shape = input1.slice_shape(); in GetBackwardCommCost() local
517 Shape input1_slice_shape = input1.slice_shape(); in GetBackwardCommCost() local
535 Shape input1_slice_shape = inputs[1].slice_shape(); in GetForwardComputationCost() local
555 Shape input1_slice_shape = input1.slice_shape(); in GetBackwardComputationCost() local
643 Shape input1_slice_shape = inputs[1].slice_shape(); in GetForwardComputationCost() local
691 Shape input1_slice_shape = input1.slice_shape(); in GetBackwardCommCost() local
[all …]
/third_party/mindspore/tests/ut/cpp/parallel/auto_parallel/
Doperator_costmodel_test.cc63 Shape input0_slice_shape{20, 50}, input1_slice_shape{50, 25}, output0_slice_shape{20, 25}; in TEST_F() local
/third_party/mindspore/tests/ut/cpp/parallel/ops_info/
Dmatmul_info_test.cc595 Shape input1_slice_shape = input1_info.slice_shape(); in TEST_F() local