tensorflow::ops

Function reverse_v2

Source
pub fn reverse_v2<O0: Into<Output>, O1: Into<Output>>(
    tensor: O0,
    axis: O1,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for ReverseV2::new().build(tensor, axis, scope).