modify GetNext OP example

This commit is contained in:
wanghua 2020-04-15 16:43:35 +08:00
parent c3525d0cf7
commit c3e0ce68d5
1 changed files with 1 additions and 1 deletions

View File

@ -1949,7 +1949,7 @@ class GetNext(PrimitiveWithInfer):
and the type is described is `types`.
Examples:
>>> get_next = P.GetNext([mindspore.float32, mindspore.int32], [[32, 1, 28, 28], [10]], 'shared_name')
>>> get_next = P.GetNext([mindspore.float32, mindspore.int32], [[32, 1, 28, 28], [10]], 2, 'shared_name')
>>> feature, label = get_next()
"""