Function tensorflow::eager::raw_ops::accumulator_set_global_step
source · pub fn accumulator_set_global_step<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
ctx: &'a Context,
handle: &T0,
new_global_step: &T1
) -> Result<()>
Expand description
Shorthand for AccumulatorSetGlobalStep::new().call(&ctx, &handle, &new_global_step)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/AccumulatorSetGlobalStep