Function tensorflow::ops::reverse
source · pub fn reverse<O0: Into<Output>, O1: Into<Output>>(
tensor: O0,
dims: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for Reverse::new().build(tensor, dims, scope)
.