テンソルフロー::作戦::アキュムレートNV2
#include <math_ops.h>
テンソルのリストの要素ごとの合計を返します。
まとめ
tf.accumulate_n_v2
tf.add_n
と同じ操作を実行しますが、合計を開始する前にすべての入力が準備できるまで待機しません。最小一時ストレージは入力サイズではなく出力サイズに比例するため、入力の準備が異なる時間に完了する場合、これによりメモリを節約できます。
オリジナルのaccumulate_n
とは異なり、 accumulate_n_v2
は微分可能です。
inputs
の要素と同じ形状と型のTensor
を返します。
引数:
戻り値:
-
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