Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_func_impl/
Dcorrelate.cc29 auto input_a_shape = input_a_shape_ptr->GetShapeVector(); in InferShape() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/ops_info/
Darithmetic_info.cc40 Shape input_a_shape = inputs_shape_.at(0); in InferExpandShape() local
89 Shape input_a_shape = input_shapes.at(0); in BaseCheckStrategy() local
402 Shape input_a_shape = input_shapes.at(0); in InferOutputLayout() local
Dunsorted_segment_op_info.cc79 Shape input_a_shape = inputs_shape_.at(0); in CheckStrategy() local
Dreduce_method_info.cc543 Shape input_a_shape = inputs_shape_.at(0); in CheckStrategy() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/auto_parallel/
Doperator_costmodel.cc532 Shape input_a_shape = input_a_tensor_info.shape(); in GetBackwardCommCost() local
829 Shape input_a_shape = input_a_tensor_info.shape(); in GetBackwardComputationCost() local
866 Shape input_a_shape = input_a_tensor_info.shape(); in GetBackwardCommCost() local
1354 Shape input_a_shape = input_a_tensor_info.shape(); in GetBackwardCommCost() local
1613 Shape input_a_shape = input_a_tensor_info.shape(); in GetBackwardCommCost() local
1924 Shape input_a_shape = input_a_tensor_info.shape(); in GetBackwardCommCost() local
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/operations/
D_inner_ops.py1172 …def infer_shape(self, input_w1_shape, input_w2_shape, input_v_shape, input_a_shape, input_da_shape… argument