tensorflow::ops

Function top_kunique

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

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