pub fn space_to_batch<O0: Into<Output>, O1: Into<Output>>( input: O0, paddings: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for SpaceToBatch::new().build(input, paddings, scope).
SpaceToBatch::new().build(input, paddings, scope)