Function tensorflow::ops::accumulator_num_accumulated
source · pub fn accumulator_num_accumulated<O0: Into<Output>>(
handle: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for AccumulatorNumAccumulated::new().build(handle, scope)
.