tensorflow::ops

Function make_unique

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

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