modify apiformat
This commit is contained in:
parent
88ef81663f
commit
74ebbd775b
|
@ -17,6 +17,8 @@ mindspore.dataset.Schema
|
|||
|
||||
**RuntimeError**: 模式文件加载失败。
|
||||
|
||||
.. py:method::add_column(name, de_type, shape=None)
|
||||
|
||||
向schema中添加新列。
|
||||
|
||||
**参数:**
|
||||
|
|
|
@ -27,4 +27,3 @@ mindspore.nn.probability.distribution.Normal
|
|||
|
||||
- **ValueError** - `sd` 中元素小于0。
|
||||
- **TypeError** - `dtype` 不是float的子类。
|
||||
|
||||
|
|
|
@ -21,4 +21,3 @@ mindspore.nn.probability.distribution.TransformedDistribution
|
|||
|
||||
- **TypeError** - bijector不是Bijector类。
|
||||
- **TypeError** - distribution不是Distribution类。
|
||||
|
||||
|
|
Loading…
Reference in New Issue