Home
last modified time | relevance | path

Searched defs:x_max_shape (Results 1 – 9 of 9) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Dreshape.cc61 ShapeVector x_max_shape = x->shape()->max_shape(); in ReshapeInfer() local
Dop_utils.cc66 auto x_max_shape = x_shape_map[kMaxShape]; in BroadCastInferShape() local
Dtranspose.cc33 …auto x_max_shape = CheckAndConvertUtils::ConvertShapePtrToShapeMap(input_args[0]->BuildShape())[kM… in InferShape() local
Dmat_mul.cc59 ShapeVector x_max_shape = x_shape_map[kMaxShape]; in MatMulInferShape() local
Dbatch_matmul.cc71 ShapeVector x_max_shape = x_shape_map[kMaxShape]; in BatchMatmulInferShape() local
Dconv2d.cc160 auto x_max_shape = x_shape_map[kMaxShape]; in Conv2dInferShape() local
/third_party/mindspore/mindspore/core/abstract/
Dprim_nn.cc138 ShapeVector x_max_shape = input_x->shape()->max_shape(); in InferImplBatchNorm() local
253 ShapeVector x_max_shape = input_x->shape()->max_shape(); in InferImplConv2D() local
358 ShapeVector x_max_shape = x->shape()->max_shape(); in InferImplBiasAdd() local
Dprim_maths.cc288 ShapeVector x_max_shape = x->shape()->max_shape(); in InferImplMatMul() local
355 ShapeVector x_max_shape = x->shape()->max_shape(); in InferImplBatchMatMul() local
Dprim_arrays.cc758 ShapeVector x_max_shape = x->shape()->max_shape(); in InferImplReshape() local
1095 ShapeVector x_max_shape = x->shape()->max_shape(); in InferImplArgMaxWithValue() local