forked from mindspore-Ecosystem/mindspore
modify format
This commit is contained in:
parent
1468edb03b
commit
b1656f8673
|
@ -1,5 +1,5 @@
|
|||
mindspore.ops.bessel_y0
|
||||
=====================
|
||||
=======================
|
||||
|
||||
.. py:class:: mindspore.ops.bessel_y0
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
mindspore.ops.bessel_y1
|
||||
=====================
|
||||
=======================
|
||||
|
||||
.. py:class:: mindspore.ops.bessel_y1
|
||||
|
||||
|
|
|
@ -2073,7 +2073,7 @@ def cdist(x, y, p=2.0):
|
|||
"""
|
||||
Computes batched the p-norm distance between each pair of the two collections of row vectors.
|
||||
|
||||
Refer to :func:'mindspore.ops.cdist' for more detal
|
||||
Refer to :func:`mindspore.ops.cdist` for more detal
|
||||
|
||||
Supported Platforms:
|
||||
``Ascend`` ``CPU``
|
||||
|
|
Loading…
Reference in New Issue