Home
last modified time | relevance | path

Searched refs:kMinShape (Results 1 – 25 of 27) sorted by relevance

12

/third_party/mindspore/mindspore/core/ops/
Dselect.cc57 if (x_shape[kMinShape] != cond_shape[kMinShape] || x_shape[kMinShape] != y_shape[kMinShape]) { in SelectInferShape()
Dop_utils.cc65 auto x_min_shape = x_shape_map[kMinShape]; in BroadCastInferShape()
67 auto y_min_shape = y_shape_map[kMinShape]; in BroadCastInferShape()
Dmat_mul.cc58 ShapeVector x_min_shape = x_shape_map[kMinShape]; in MatMulInferShape()
60 ShapeVector y_min_shape = y_shape_map[kMinShape]; in MatMulInferShape()
Dbatch_matmul.cc70 ShapeVector x_min_shape = x_shape_map[kMinShape]; in BatchMatmulInferShape()
72 ShapeVector y_min_shape = y_shape_map[kMinShape]; in BatchMatmulInferShape()
Dlog1p.cc33 auto min_shape = shape_map[kMinShape]; in Log1pInferShape()
Dsoftplus.cc33 auto min_shape = shape_map[kMinShape]; in SoftplusInferShape()
Dgelu.cc37 auto min_shape = shape_map[kMinShape]; in InferShape()
Dlog.cc39 auto min_shape = shape_map[kMinShape]; in InferShape()
Dexp.cc39 auto min_shape = shape_map[kMinShape]; in InferShape()
Dneg.cc39 auto min_shape = shape_map[kMinShape]; in InferShape()
Dreciprocal.cc39 auto min_shape = shape_map[kMinShape]; in InferShape()
Dlog_softmax.cc47 auto min_shape = shape_map[kMinShape]; in LogSoftmaxInferShape()
Dsoftmax.cc59 auto min_shape = shape_map[kMinShape]; in SoftMaxInferShape()
Dtile.cc62 auto min_shape = shape_map[kMinShape]; in TileInferShape()
Done_hot.cc36 auto min_shape = shape_map[kMinShape]; in OneHotInferShape()
Dsquare.cc39 auto min_shape = shape_map[kMinShape]; in SquareInferShape()
Dtranspose.cc32 …in_shape = CheckAndConvertUtils::ConvertShapePtrToShapeMap(input_args[0]->BuildShape())[kMinShape]; in InferShape()
Dreluv2.cc65 auto min_shape = shape_map[kMinShape]; in InferShape()
Daddn.cc60 auto min_shape = element0_shape_map[kMinShape]; in AddNInferShape()
Dctcloss.cc74 auto min_shape = input_shape[kMinShape]; in InferShape()
Dbias_add.cc42 auto min_shape = shape_map[kMinShape]; in InferShape()
Dconv2d.cc159 auto x_min_shape = x_shape_map[kMinShape]; in Conv2dInferShape()
161 auto w_min_shape = w_shape_map[kMinShape]; in Conv2dInferShape()
Dstrided_slice.cc214 …in_shape = CheckAndConvertUtils::ConvertShapePtrToShapeMap(input_args[0]->BuildShape())[kMinShape]; in StridedSliceInferShape()
/third_party/mindspore/mindspore/core/ops/grad/
Dbias_add_grad.cc50 auto min_shape = shape_map[kMinShape]; in InferShape()
/third_party/mindspore/mindspore/core/utils/
Dcheck_convert_utils.h36 constexpr auto kMinShape = "min_shape"; variable

12