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