Function tensorflow::eager::raw_ops::reshape

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

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

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