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