Function tensorflow::eager::raw_ops::roll

source ·
pub fn roll<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>>(
    ctx: &'a Context,
    input: &T0,
    shift: &T1,
    axis: &T2
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for Roll::new().call(&ctx, &input, &shift, &axis).

See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/Roll