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