pub fn top_k<O0: Into<Output>>( input: O0, scope: &mut Scope ) -> Result<Operation>
Shorthand for TopK::new().build(input, scope).
TopK::new().build(input, scope)