Home
last modified time | relevance | path

Searched refs:replica_input1_slice_shape (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dmatmul_info.cc555 Shape replica_input1_slice_shape(inputs_tensor_info_[1].slice_shape()); in InitTensorInfoForCost() local
559 if (SwapLastTwoElements(&replica_input1_slice_shape) == FAILED) { in InitTensorInfoForCost()
563 TensorInfo replica_input1_info(tly, replica_input1_shape, replica_input1_slice_shape); in InitTensorInfoForCost()