Function tensorflow::ops::depth_to_space

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

Shorthand for DepthToSpace::new().build(input, scope).