forked from mindspore-Ecosystem/mindspore
!34993 add fills docs
Merge pull request !34993 from yelihua/code_docs_master
This commit is contained in:
commit
4380e9d974
|
@ -1,8 +0,0 @@
|
|||
mindspore.ops.Fills
|
||||
==================
|
||||
|
||||
.. py:class:: mindspore.ops.Fills()
|
||||
|
||||
创建一个与输入Tensor具有相同shape和type的Tensor,并用指定值填充。
|
||||
|
||||
更多参考详见 :func:`mindspore.ops.fills`。
|
|
@ -8,7 +8,7 @@ mindspore.ops.fills
|
|||
**参数:**
|
||||
|
||||
- **x** (Tensor) - 输入Tensor,用来指定输出Tensor的shape和type。数据类型为int8,int16,int32,float16,float32。
|
||||
- **value** (Union(int, float, Tensor)) - 用来填充输出Tensor的值。数据类型为int,float或0-维Tensor。
|
||||
- **value** (Union(int, float, Tensor)) - 用来填充输出Tensor的值。数据类型为int,float或0维Tensor。
|
||||
|
||||
**返回:**
|
||||
|
||||
|
|
Loading…
Reference in New Issue