You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

mindspore.nn.GetNextSingleOp.rst 562 B

4 years ago
12345678910111213141516
  1. mindspore.nn.GetNextSingleOp
  2. =============================
  3. .. py:class:: mindspore.nn.GetNextSingleOp(dataset_types, dataset_shapes, queue_name)
  4. 用于获取下一条数据的Cell。更详细的信息请参考 `mindspore.ops.GetNext` 。
  5. **参数:**
  6. - **dataset_types** (list[:class:`mindspore.dtype`]) - 数据集类型。
  7. - **dataset_shapes** (list[tuple[int]]) - 数据集的shape。
  8. - **queue_name** (str) - 待获取数据的队列名称。
  9. **输出:**
  10. tuple[Tensor],从数据集中获取的数据。