Home
last modified time | relevance | path

Searched defs:input_a_shape (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Darithmetic_info.cc38 Shape input_a_shape = inputs_shape_.at(0); in InferExpendShape() local
84 Shape input_a_shape = input_shapes.at(0); in CheckStrategy() local
Dunsorted_segment_op_info.cc80 Shape input_a_shape = inputs_shape_.at(0); in CheckStrategy() local
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/
Doperator_costmodel.cc453 Shape input_a_shape = input_a_tensor_info.shape(); in GetBackwardCommCost() local
750 Shape input_a_shape = input_a_tensor_info.shape(); in GetBackwardComputationCost() local
785 Shape input_a_shape = input_a_tensor_info.shape(); in GetBackwardCommCost() local
1270 Shape input_a_shape = input_a_tensor_info.shape(); in GetBackwardCommCost() local
1529 Shape input_a_shape = input_a_tensor_info.shape(); in GetBackwardCommCost() local
/third_party/mindspore/mindspore/ops/operations/
D_inner_ops.py1326 …def infer_shape(self, input_w1_shape, input_w2_shape, input_v_shape, input_a_shape, input_da_shape… argument