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