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