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
|
||||
|
||||
|
@ -15,5 +15,5 @@ mindspore.ops.bessel_y0
|
|||
|
||||
**异常:**
|
||||
|
||||
- **TypeError** - `x`不是Tensor。
|
||||
- **TypeError** - `x`的数据类型不是float16,float32或float64。
|
||||
- **TypeError** - `x` 不是Tensor。
|
||||
- **TypeError** - `x` 的数据类型不是float16,float32或float64。
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
mindspore.ops.bessel_y1
|
||||
=====================
|
||||
=======================
|
||||
|
||||
.. py:class:: mindspore.ops.bessel_y1
|
||||
|
||||
|
@ -15,5 +15,5 @@ mindspore.ops.bessel_y1
|
|||
|
||||
**异常:**
|
||||
|
||||
- **TypeError** - `x`不是Tensor。
|
||||
- **TypeError** - `x`的数据类型不是float16,float32或float64。
|
||||
- **TypeError** - `x` 不是Tensor。
|
||||
- **TypeError** - `x` 的数据类型不是float16,float32或float64。
|
||||
|
|
|
@ -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