tensorflow::ops

Function nth_element

Source
pub fn nth_element<O0: Into<Output>, O1: Into<Output>>(
    input: O0,
    n: O1,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for NthElement::new().build(input, n, scope).