Searched refs:CheckMinMaxShape (Results 1 – 11 of 11) sorted by relevance
/third_party/mindspore/mindspore/core/ops/ |
D | mat_mul.cc | 62 CheckAndConvertUtils::CheckMinMaxShape(x_shp, &x_min_shape, &x_max_shape); in MatMulInferShape() 63 CheckAndConvertUtils::CheckMinMaxShape(y_shp, &y_min_shape, &y_max_shape); in MatMulInferShape()
|
D | batch_matmul.cc | 74 CheckAndConvertUtils::CheckMinMaxShape(x_shp, &x_min_shape, &x_max_shape); in BatchMatmulInferShape() 75 CheckAndConvertUtils::CheckMinMaxShape(y_shp, &y_min_shape, &y_max_shape); in BatchMatmulInferShape()
|
D | bias_add.cc | 70 CheckAndConvertUtils::CheckMinMaxShape(input_shape, &min_shape, &max_shape); in InferShape()
|
D | conv2d.cc | 163 CheckAndConvertUtils::CheckMinMaxShape(x_shape, &x_min_shape, &x_max_shape); in Conv2dInferShape() 164 CheckAndConvertUtils::CheckMinMaxShape(w_shape, &w_min_shape, &w_max_shape); in Conv2dInferShape()
|
/third_party/mindspore/mindspore/core/abstract/ |
D | prim_nn.cc | 139 CheckMinMaxShape(x_shape, &x_min_shape, &x_max_shape); in InferImplBatchNorm() 176 CheckMinMaxShape(gamma_shape, &gamma_min_shape, &gamma_max_shape); in InferImplBatchNorm() 237 CheckMinMaxShape(w_shape, &w_min_shape, &w_max_shape); in CheckShape() 254 CheckMinMaxShape(x_shape, &x_min_shape, &x_max_shape); in InferImplConv2D() 372 CheckMinMaxShape(x_shape, &x_min_shape, &x_max_shape); in InferImplBiasAdd() 443 CheckMinMaxShape(shape, &min_shape, &max_shape); in InferImplDropout()
|
D | utils.h | 61 void CheckMinMaxShape(const ShapeVector &shape, ShapeVector *min_shape, ShapeVector *max_shape);
|
D | prim_maths.cc | 291 CheckMinMaxShape(x_shp, &x_min_shape, &x_max_shape); in InferImplMatMul() 292 CheckMinMaxShape(y_shp, &y_min_shape, &y_max_shape); in InferImplMatMul() 358 CheckMinMaxShape(x_shp, &x_min_shape, &x_max_shape); in InferImplBatchMatMul() 359 CheckMinMaxShape(y_shp, &y_min_shape, &y_max_shape); in InferImplBatchMatMul()
|
D | prim_arrays.cc | 396 CheckMinMaxShape(shape, &min_shape, &max_shape); in InferImplScatterAdd() 411 CheckMinMaxShape(shape, &min_shape, &max_shape); in InferImplScatterSub() 425 CheckMinMaxShape(shape, &min_shape, &max_shape); in InferImplScatterUpdate() 740 CheckMinMaxShape(input_shp, &x_min_shp, &x_max_shp); in InferImplTranspose() 953 CheckMinMaxShape(shape_base, &min_shape_base, &max_shape_base); in InferImplConcat() 978 CheckMinMaxShape(shape_tensor, &min_shape_tensor, &max_shape_tensor); in InferImplConcat() 1002 CheckMinMaxShape(shape, &min_shape, &max_shape); in InferImplConcat() 1096 CheckMinMaxShape(x_shape, &x_min_shape, &x_max_shape); in InferImplArgMaxWithValue()
|
D | utils.cc | 311 void CheckMinMaxShape(const ShapeVector &shape, ShapeVector *min_shape, ShapeVector *max_shape) { in CheckMinMaxShape() function
|
/third_party/mindspore/mindspore/core/utils/ |
D | check_convert_utils.h | 311 …static void CheckMinMaxShape(const ShapeVector &shape, ShapeVector *min_shape, ShapeVector *max_sh…
|
D | check_convert_utils.cc | 736 void CheckAndConvertUtils::CheckMinMaxShape(const ShapeVector &shape, ShapeVector *min_shape, Shape… in CheckMinMaxShape() function in mindspore::CheckAndConvertUtils
|