tensorflow::ops

Function empty

Source
pub fn empty<O0: Into<Output>>(
    shape: O0,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for Empty::new().build(shape, scope).