pub fn check_numerics_v2<O0: Into<Output>>(
    tensor: O0,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for CheckNumericsV2::new().build(tensor, scope).