Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/auto_parallel/
Doperator_costmodel.cc113 Shape input1_slice_shape = input1.slice_shape(); in GetBackwardCommCost() local
135 Shape input1_slice_shape = inputs[1].slice_shape(); in GetForwardComputationCost() local
159 Shape input1_slice_shape = input1.slice_shape(); in GetBackwardComputationCost() local
232 Shape input1_slice_shape = input1.slice_shape(); in GetBackwardCommCost() local
293 Shape input1_slice_shape = input1.slice_shape(); in GetBackwardCommCost() local
359 Shape input1_slice_shape = input1.slice_shape(); in GetBackwardCommCost() local
596 Shape input1_slice_shape = input1.slice_shape(); in GetBackwardCommCost() local
614 Shape input1_slice_shape = inputs[1].slice_shape(); in GetForwardComputationCost() local
634 Shape input1_slice_shape = input1.slice_shape(); in GetBackwardComputationCost() local
722 Shape input1_slice_shape = inputs[1].slice_shape(); in GetForwardComputationCost() local
[all …]
/third_party/mindspore/mindspore-src/source/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