!88 fix examples of P.Fill()

Merge pull request !88 from 万万没想到/I1DBSX
This commit is contained in:
mindspore-ci-bot 2020-04-02 16:02:54 +08:00 committed by Gitee
commit 2aae218f4b
1 changed files with 1 additions and 1 deletions

View File

@ -713,7 +713,7 @@ class Fill(PrimitiveWithInfer):
Examples:
>>> fill = P.Fill()
>>> fill(P.DType()(x), (2, 2), 1)
>>> fill(mindspore.float32, (2, 2), 1)
"""
@prim_attr_register