テンソルフロー::作戦:: TensorArrayGather

#include <data_flow_ops.h>

TensorArrayから特定の要素を出力value収集します

まとめ

indicesによって選択されるすべての要素は同じ形状でなければなりません。

引数:

  • スコープ:スコープオブジェクト
  • handle: TensorArrayへのハンドル。
  • indices: テンソル要素を読み取るTensorArray内の位置。
  • flow_in: 操作の適切な連鎖を強制する浮動小数点スカラー。
  • dtype: 返される要素のタイプ。

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

  • element_shape: 要素の予想される形状 (既知の場合)。 TensorArray要素の形状を検証するために使用されます。この形状が完全に指定されていない場合、サイズがゼロの TensorArray を収集するとエラーになります。

戻り値:

コンストラクターとデストラクター

TensorArrayGather (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, :: tensorflow::Input indices, :: tensorflow::Input flow_in, DataType dtype)
TensorArrayGather (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, :: tensorflow::Input indices, :: tensorflow::Input flow_in, DataType dtype, const TensorArrayGather::Attrs & attrs)

パブリック属性

operation
value

公共機能

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

パブリック静的関数

ElementShape (PartialTensorShape x)

構造体

tensorflow:: ops:: TensorArrayGather:: Attrs

TensorArrayGatherのオプションの属性セッター。

パブリック属性

手術

Operation operation

価値

::tensorflow::Output value

公共機能

TensorArrayGather

 TensorArrayGather(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input handle,
  ::tensorflow::Input indices,
  ::tensorflow::Input flow_in,
  DataType dtype
)

TensorArrayGather

 TensorArrayGather(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input handle,
  ::tensorflow::Input indices,
  ::tensorflow::Input flow_in,
  DataType dtype,
  const TensorArrayGather::Attrs & attrs
)

ノード

::tensorflow::Node * node() const 

演算子::tensorflow::入力

 operator::tensorflow::Input() const 

演算子::tensorflow::出力

 operator::tensorflow::Output() const 

パブリック静的関数

要素の形状

Attrs ElementShape(
  PartialTensorShape x
)