Function tensorflow::ops::arg_min

source ·
pub fn arg_min<O0: Into<Output>, O1: Into<Output>>(
    input: O0,
    dimension: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for ArgMin::new().build(input, dimension, scope).