tensorflow::ops

Function 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).