Home
last modified time | relevance | path

Searched refs:InferImplReduceFuncCalShape (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Dreduce_sum.cc38 void InferImplReduceFuncCalShape(ShapeVector *shape, const ShapeVector &x_shape, const ValuePtr &ax… in InferImplReduceFuncCalShape() function
166 InferImplReduceFuncCalShape(&out_shape, input_shape, axis_value, keep_dims); in InferShape()
171 InferImplReduceFuncCalShape(&shape_min, input_min_shape, axis_value, keep_dims); in InferShape()
172 InferImplReduceFuncCalShape(&shape_max, input_max_shape, axis_value, keep_dims); in InferShape()
/third_party/mindspore/mindspore/core/abstract/
Dprim_maths.cc80 void InferImplReduceFuncCalShape(ShapeVector *shape, const ShapeVector &x_shape, const ValuePtr &ax… in InferImplReduceFuncCalShape() function
147 InferImplReduceFuncCalShape(&shape, x_shape, axis, keep_dims_value); in InferImplReduceFunc()
155 InferImplReduceFuncCalShape(&shape_min, x_shape_min, axis, keep_dims_value); in InferImplReduceFunc()
156 InferImplReduceFuncCalShape(&shape_max, x_shape_max, axis, keep_dims_value); in InferImplReduceFunc()