Function tensorflow::ops::batch_to_space

source ·
pub fn batch_to_space<O0: Into<Output>, O1: Into<Output>>(
    input: O0,
    crops: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for BatchToSpace::new().build(input, crops, scope).