Spec-Zone.ru › TensorFlow C++ 2.3

tensorflow::ops::IdentityReader

#include <io_ops.h>

Чтец, который выводит обработанные данные как ключ, так и значение.

Резюме

Для использования, вставьте строки в очередь. ReaderRead возьмёт первую строку из очереди и выведет (work, work).

Аргументы:

  • scope: Объект Scope

Необязательные атрибуты (см. Attrs):

  • container: Если не пусто, этот чтец помещается в указанный контейнер. В противном случае используется контейнер по умолчанию.
  • shared_name: Если не пусто, этот чтец называется в указанном контейнере с этим именем. В противном случае используется имя узла.

Возвращает:

  • Output: Дескриптор для ссылки на чтец.
Конструкторы и деструкторы
IdentityReader(const ::tensorflow::Scope & scope)
IdentityReader(const ::tensorflow::Scope & scope, const IdentityReader::Attrs & attrs)
Публичные атрибуты
operation
Operation
reader_handle
::tensorflow::Output
Публичные функции
node() const
::tensorflow::Node *
operator::tensorflow::Input() const
operator::tensorflow::Output() const
Публичные статические функции
Container(StringPiece x)
Attrs
SharedName(StringPiece x)
Attrs
Структуры
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 

Публичные статические функции

Контейнер

Attrs Container(
  StringPiece x
)

Идентификатор контейнера

Attrs SharedName(
  StringPiece x
)

© 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/identity-reader

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API