@@ -721,7 +721,7 @@ def _compute_quantile(
721
721
axis (int|list, optional): The axis along which to calculate quantile. ``axis`` should be int or list of int.
722
722
``axis`` should be in range [-D, D), where D is the dimensions of ``x`` .
723
723
If ``axis`` is less than 0, it works the same way as :math:`axis + D`.
724
- If ``axis`` is a list, quantile is calculated over all elements of given axises .
724
+ If ``axis`` is a list, quantile is calculated over all elements of given axes .
725
725
If ``axis`` is None, quantile is calculated over all elements of ``x``. Default is None.
726
726
keepdim (bool, optional): Whether to reserve the reduced dimension(s)
727
727
in the output Tensor. If ``keepdim`` is True, the dimensions of
@@ -905,7 +905,7 @@ def quantile(
905
905
axis (int|list, optional): The axis along which to calculate quantile. ``axis`` should be int or list of int.
906
906
``axis`` should be in range [-D, D), where D is the dimensions of ``x`` .
907
907
If ``axis`` is less than 0, it works the same way as :math:`axis + D`.
908
- If ``axis`` is a list, quantile is calculated over all elements of given axises .
908
+ If ``axis`` is a list, quantile is calculated over all elements of given axes .
909
909
If ``axis`` is None, quantile is calculated over all elements of ``x``. Default is None.
910
910
keepdim (bool, optional): Whether to reserve the reduced dimension(s)
911
911
in the output Tensor. If ``keepdim`` is True, the dimensions of
@@ -989,7 +989,7 @@ def nanquantile(
989
989
axis (int|list, optional): The axis along which to calculate quantile. ``axis`` should be int or list of int.
990
990
``axis`` should be in range [-D, D), where D is the dimensions of ``x`` .
991
991
If ``axis`` is less than 0, it works the same way as :math:`axis + D`.
992
- If ``axis`` is a list, quantile is calculated over all elements of given axises .
992
+ If ``axis`` is a list, quantile is calculated over all elements of given axes .
993
993
If ``axis`` is None, quantile is calculated over all elements of ``x``. Default is None.
994
994
keepdim (bool, optional): Whether to reserve the reduced dimension(s)
995
995
in the output Tensor. If ``keepdim`` is True, the dimensions of
0 commit comments