tensorflow::ops::ReaderRead
#include <io_ops.h>
Возвращает следующий записной элемент (пару «ключ-значение») от Reader.
Краткое описание
Произведёт деквею из входной очереди при необходимости (например, когда Reader должен начать чтение из нового файла, так как завершил чтение предыдущего файла).
Args:
- scope: Объект Scope
- reader_handle: Обработчик Reader.
- queue_handle: Обработчик Queue со строковыми элементами.
Returns:
| Конструкторы и деструкторы | |
|---|---|
ReaderRead(const ::tensorflow::Scope & scope, ::tensorflow::Input reader_handle, ::tensorflow::Input queue_handle) |
| Публичные атрибуты | |
|---|---|
key | |
operation | |
value | |
Публичные атрибуты
key
::tensorflow::Output key
operation
Operation operation
value
::tensorflow::Output value
Публичные функции
ReaderRead
ReaderRead( const ::tensorflow::Scope & scope, ::tensorflow::Input reader_handle, ::tensorflow::Input queue_handle )
© 2022 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/cc/class/tensorflow/ops/reader-read