tensorflow::ops::ReaderReadUpTo

tensorflow::ops::ReaderReadUpTo

#include <io_ops.h>

Returns up to num_records (key, value) pairs produced by a Reader.

Summary

Will dequeue from the input queue if necessary (e.g. when the Reader needs to start reading from a new file since it has finished with the previous file). It may return less than num_records even before the last batch.

Arguments:

  • scope: A Scope object
  • reader_handle: Handle to a Reader.
  • queue_handle: Handle to a Queue, with string work items.
  • num_records: number of records to read from Reader.

Returns:

Constructors and Destructors
ReaderReadUpTo(const ::tensorflow::Scope & scope, ::tensorflow::Input reader_handle, ::tensorflow::Input queue_handle, ::tensorflow::Input num_records)
Public attributes
keys
values

Public attributes

keys

::tensorflow::Output keys

values

::tensorflow::Output values

Public functions

ReaderReadUpTo

 ReaderReadUpTo(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input reader_handle,
  ::tensorflow::Input queue_handle,
  ::tensorflow::Input num_records
)

© 2017 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/cc/class/tensorflow/ops/reader-read-up-to.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部