tensorflow::ops

Function resource_accumulator_num_accumulated

Source
pub fn resource_accumulator_num_accumulated<O0: Into<Output>>(
    handle: O0,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for ResourceAccumulatorNumAccumulated::new().build(handle, scope).