Home
last modified time | relevance | path

Searched refs:kMaxShape (Results 1 – 25 of 28) sorted by relevance

12

/third_party/mindspore/mindspore/core/ops/
Dselect.cc54 if (x_shape[kMaxShape] != cond_shape[kMaxShape] || x_shape[kMaxShape] != y_shape[kMaxShape]) { in SelectInferShape()
Dop_utils.cc66 auto x_max_shape = x_shape_map[kMaxShape]; in BroadCastInferShape()
68 auto y_max_shape = y_shape_map[kMaxShape]; in BroadCastInferShape()
Dmat_mul.cc59 ShapeVector x_max_shape = x_shape_map[kMaxShape]; in MatMulInferShape()
61 ShapeVector y_max_shape = y_shape_map[kMaxShape]; in MatMulInferShape()
Dbatch_matmul.cc71 ShapeVector x_max_shape = x_shape_map[kMaxShape]; in BatchMatmulInferShape()
73 ShapeVector y_max_shape = y_shape_map[kMaxShape]; in BatchMatmulInferShape()
Dlog1p.cc34 auto max_shape = shape_map[kMaxShape]; in Log1pInferShape()
Dsoftplus.cc34 auto max_shape = shape_map[kMaxShape]; in SoftplusInferShape()
Dgelu.cc38 auto max_shape = shape_map[kMaxShape]; in InferShape()
Dexp.cc40 auto max_shape = shape_map[kMaxShape]; in InferShape()
Dreciprocal.cc40 auto max_shape = shape_map[kMaxShape]; in InferShape()
Dneg.cc40 auto max_shape = shape_map[kMaxShape]; in InferShape()
Dlog.cc40 auto max_shape = shape_map[kMaxShape]; in InferShape()
Dlog_softmax.cc48 auto max_shape = shape_map[kMaxShape]; in LogSoftmaxInferShape()
Ddynamic_broadcast_gradient_args.cc39 …to max_shape = CheckAndConvertUtils::ConvertShapePtrToShapeMap(input_arg->BuildShape())[kMaxShape]; in CheckInputsAndGetShape()
Dsoftmax.cc60 auto max_shape = shape_map[kMaxShape]; in SoftMaxInferShape()
Dtile.cc63 auto max_shape = shape_map[kMaxShape]; in TileInferShape()
Dsquare.cc40 auto max_shape = shape_map[kMaxShape]; in SquareInferShape()
Done_hot.cc37 auto max_shape = shape_map[kMaxShape]; in OneHotInferShape()
Dtranspose.cc33 …ax_shape = CheckAndConvertUtils::ConvertShapePtrToShapeMap(input_args[0]->BuildShape())[kMaxShape]; in InferShape()
Dreluv2.cc66 auto max_shape = shape_map[kMaxShape]; in InferShape()
Daddn.cc61 auto max_shape = element0_shape_map[kMaxShape]; in AddNInferShape()
Dctcloss.cc75 auto max_shape = input_shape[kMaxShape]; in InferShape()
Dbias_add.cc43 auto max_shape = shape_map[kMaxShape]; in InferShape()
Dconv2d.cc160 auto x_max_shape = x_shape_map[kMaxShape]; in Conv2dInferShape()
162 auto w_max_shape = w_shape_map[kMaxShape]; in Conv2dInferShape()
/third_party/mindspore/mindspore/core/ops/grad/
Dbias_add_grad.cc51 auto max_shape = shape_map[kMaxShape]; in InferShape()
/third_party/mindspore/mindspore/core/utils/
Dcheck_convert_utils.h37 constexpr auto kMaxShape = "max_shape"; variable

12