tensorflow::ops::IdentityReader
#include <io_ops.h>
Чтение данных, выводащих очереди в работу как ключ, так и значение.
Краткое описание
Для использования, введите строки в очередь. ReaderRead возьмет строку из очереди и выведет (работа, работа).
Аргументы:
- scope: Объект Scope
Дополнительные атрибуты (см. Attrs):
- container: Если не пусто, этот reader помещается в указанный контейнер. В противном случае используется контейнер по умолчанию.
- shared_name: Если не пусто, этот reader называется в указанном ведре с этим именем. В противном случае используется имя узла.
Возвращает:
-
Output: Дескриптор для ссылки на Reader.
| Конструкторы и деструкторы | |
|---|---|
IdentityReader(const ::tensorflow::Scope & scope) | |
IdentityReader(const ::tensorflow::Scope & scope, const IdentityReader::Attrs & attrs) |
| Публичные атрибуты | |
|---|---|
operation | |
reader_handle | |
| Публичные функции | |
|---|---|
node() const | ::tensorflow::Node * |
operator::tensorflow::Input() const | |
operator::tensorflow::Output() const | |
| Публичные статические функции | |
|---|---|
Container(StringPiece x) | |
SharedName(StringPiece x) | |
| Структуры | |
|---|---|
| tensorflow::ops::IdentityReader::Attrs | Дополнительные атрибуты для IdentityReader. |
Публичные атрибуты
operation
Operation operation
reader_handle
::tensorflow::Output reader_handle
Публичные функции
IdentityReader
IdentityReader( const ::tensorflow::Scope & scope )
IdentityReader
IdentityReader( const ::tensorflow::Scope & scope, const IdentityReader::Attrs & attrs )
node
::tensorflow::Node * node() const
operator::tensorflow::Input
operator::tensorflow::Input() const
operator::tensorflow::Output
operator::tensorflow::Output() const
Публичные статические функции
Container
Attrs Container( StringPiece x )
SharedName
Attrs SharedName( StringPiece x )
© 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/identity-reader