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