テンソルフロー::作戦::アイデンティティリーダー

#include <io_ops.h>

キューに入れられた作業をキーと値の両方として出力するリーダー。

まとめ

使用するには、文字列をキューに追加します。 ReaderRead はフロントワーク文字列を取得して出力します (work, work)。

引数:

オプションの属性 ( Attrsを参照):

  • コンテナ: 空でない場合、このリーダーは指定されたコンテナに配置されます。それ以外の場合は、デフォルトのコンテナが使用されます。
  • shared_name: 空でない場合、このリーダーは指定されたバケット内でこのshared_nameの名前が付けられます。それ以外の場合は、代わりにノード名が使用されます。

戻り値:

  • 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

リーダーハンドル

::tensorflow::Output reader_handle

公共機能

アイデンティティリーダー

 IdentityReader(
  const ::tensorflow::Scope & scope
)

アイデンティティリーダー

 IdentityReader(
  const ::tensorflow::Scope & scope,
  const IdentityReader::Attrs & attrs
)

ノード

::tensorflow::Node * node() const 

演算子::tensorflow::入力

 operator::tensorflow::Input() const 

演算子::tensorflow::出力

 operator::tensorflow::Output() const 

パブリック静的関数

容器

Attrs Container(
  StringPiece x
)

共有名

Attrs SharedName(
  StringPiece x
)