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

Shorthand for SpaceToBatchND::new().call(&ctx, &input, &block_shape, &paddings).

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