Function tensorflow::ops::space_to_batch_nd
source · pub fn space_to_batch_nd<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
input: O0,
block_shape: O1,
paddings: O2,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for SpaceToBatchND::new().build(input, block_shape, paddings, scope)
.