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

#include <data_flow_ops.h>

入力値のデータを特定のTensorArray要素に分散します。

まとめ

indicesベクトルでなければならず、その長さはvalueの最初の次元と一致する必要があります。

引数:

  • スコープ:スコープオブジェクト
  • handle: TensorArrayへのハンドル。
  • インデックス: テンソル要素を書き込む場所。
  • value: TensorArrayに書き込む連結されたテンソル。
  • flow_in: 操作の適切な連鎖を強制する浮動小数点スカラー。

戻り値:

  • Output : 操作の適切な連鎖を強制する浮動小数点スカラー。

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

TensorArrayScatter (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, :: tensorflow::Input indices, :: tensorflow::Input value, :: tensorflow::Input flow_in)

パブリック属性

flow_out
operation

公共機能

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

パブリック属性

流れ出します

::tensorflow::Output flow_out

手術

Operation operation

公共機能

TensorArrayScatter

 TensorArrayScatter(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input handle,
  ::tensorflow::Input indices,
  ::tensorflow::Input value,
  ::tensorflow::Input flow_in
)

ノード

::tensorflow::Node * node() const 

演算子::tensorflow::入力

 operator::tensorflow::Input() const 

演算子::tensorflow::出力

 operator::tensorflow::Output() const