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