tensorflow::ops::ReaderRead
#include <io_ops.h>
Возвращает следующую запись (пару ключ-значение), созданную Reader.
Summary
Будет извлекать из входной очереди, если необходимо (например, когда Reader нужно начать чтение из нового файла, так как он закончил чтение предыдущего файла).
Аргументы:
- scope: Объект Scope
- reader_handle: Детекторы Reader.
- queue_handle: Детекторы очереди со строковыми элементами.
Возвращает:
| Конструкторы и деструкторы | |
|---|---|
ReaderRead(const ::tensorflow::Scope & scope, ::tensorflow::Input reader_handle, ::tensorflow::Input queue_handle) |
| Публичные атрибуты | |
|---|---|
key | |
operation | |
value | |
Публичные атрибуты
ключ
::tensorflow::Output key
операция
Operation operation
значение
::tensorflow::Output value
Публичные функции
ReaderRead
ReaderRead( const ::tensorflow::Scope & scope, ::tensorflow::Input reader_handle, ::tensorflow::Input queue_handle )
© 2020 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/versions/r2.3/api_docs/cc/class/tensorflow/ops/reader-read