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