テンソルフロー::作戦::アキュムレータNumAccumulated

#include <data_flow_ops.h>

指定されたアキュムレータに集約された勾配の数を返します。

まとめ

引数:

  • スコープ:スコープオブジェクト
  • handle: アキュムレータへのハンドル。

戻り値:

  • Output : 指定されたアキュムレータに集約された勾配の数。

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

AccumulatorNumAccumulated (const :: tensorflow::Scope & scope, :: tensorflow::Input handle)

パブリック属性

num_accumulated
operation

公共機能

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

パブリック属性

num_accumulated

::tensorflow::Output num_accumulated

手術

Operation operation

公共機能

アキュムレータNumAccumulated

 AccumulatorNumAccumulated(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input handle
)

ノード

::tensorflow::Node * node() const 

演算子::tensorflow::入力

 operator::tensorflow::Input() const 

演算子::tensorflow::出力

 operator::tensorflow::Output() const