テンソルフロー::作戦::アキュムレートNV2

#include <math_ops.h>

テンソルのリストの要素ごとの合計を返します。

まとめ

tf.accumulate_n_v2 tf.add_nと同じ操作を実行しますが、合計を開始する前にすべての入力が準備できるまで待機しません。最小一時ストレージは入力サイズではなく出力サイズに比例するため、入力の準備が異なる時間に完了する場合、これによりメモリを節約できます。

オリジナルのaccumulate_nとは異なり、 accumulate_n_v2は微分可能です。

inputsの要素と同じ形状と型のTensorを返します。

引数:

  • スコープ:スコープオブジェクト
  • inputs: それぞれが同じ形状とタイプを持つTensorオブジェクトのリスト。
  • 形状: inputsの要素の形状。

戻り値:

  • Output : 合計テンソル。

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

AccumulateNV2 (const :: tensorflow::Scope & scope, :: tensorflow::InputList inputs, PartialTensorShape shape)

パブリック属性

operation
sum

公共機能

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

パブリック属性

手術

Operation operation

::tensorflow::Output sum

公共機能

アキュムレートNV2

 AccumulateNV2(
  const ::tensorflow::Scope & scope,
  ::tensorflow::InputList inputs,
  PartialTensorShape shape
)

ノード

::tensorflow::Node * node() const 

演算子::tensorflow::入力

 operator::tensorflow::Input() const 

演算子::tensorflow::出力

 operator::tensorflow::Output() const