fix examples of P.Fill

pull/88/head
万万没想到 5 years ago committed by Gitee
parent 0830ad932b
commit b8c16f97f7

@ -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

Loading…
Cancel
Save