tensorflow::ops::AccumulatorNumAccumulated

#include <data_flow_ops.h>

Returns the number of gradients aggregated in the given accumulators.

Summary

Args:

  • scope: A Scope object
  • handle: The handle to an accumulator.

Returns:

  • Output: The number of gradients aggregated in the given accumulator.

Constructors and Destructors

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

Public attributes

num_accumulated
operation

Public functions

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

Public attributes

num_accumulated

::tensorflow::Output num_accumulated

operation

Operation operation

Public functions

AccumulatorNumAccumulated

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

node

::tensorflow::Node * node() const 

operator::tensorflow::Input

 operator::tensorflow::Input() const 

operator::tensorflow::Output

 operator::tensorflow::Output() const