tensorflow::ops

Function top_k

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

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