Function tensorflow::ops::approx_top_k
source · pub fn approx_top_k<O0: Into<Output>>(
input: O0,
scope: &mut Scope
) -> Result<Operation>Expand description
Shorthand for ApproxTopK::new().build(input, scope).
pub fn approx_top_k<O0: Into<Output>>(
input: O0,
scope: &mut Scope
) -> Result<Operation>Shorthand for ApproxTopK::new().build(input, scope).