pub fn risc_reshape<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
    ctx: &'a Context,
    tensor: &T0,
    shape: &T1
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for RiscReshape::new().call(&ctx, &tensor, &shape).

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