pub fn in_top_k<O0: Into<Output>, O1: Into<Output>>( predictions: O0, targets: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for InTopK::new().build(predictions, targets, scope).
InTopK::new().build(predictions, targets, scope)