pub fn batch_to_space_nd<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>>(
    ctx: &'a Context,
    input: &T0,
    block_shape: &T1,
    crops: &T2
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for BatchToSpaceND::new().call(&ctx, &input, &block_shape, &crops).

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