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