Home
last modified time | relevance | path

Searched refs:reduced_shape (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ops/_grad/
Dgrad_math_ops.py26 from ..functional import broadcast_gradient_args, reduced_shape, tuple_div
67 output_shape_kept_dims = reduced_shape(input_shape, axis)
76 output_shape_kept_dims = reduced_shape(input_shape, axis)
669 output_shape_kept_dims = reduced_shape(input_shape, axis)
/third_party/mindspore/mindspore/nn/loss/
Dloss.py1062 def _check_reduced_shape_valid(ori_shape, reduced_shape, axis, cls_name): argument
1064 validator.check_reduce_shape(ori_shape, reduced_shape, axis, cls_name)
/third_party/mindspore/mindspore/ops/
Dfunctional.py240 reduced_shape = Primitive("reduced_shape") variable