pub fn check_numerics_v2<O0: Into<Output>>( tensor: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for CheckNumericsV2::new().build(tensor, scope).
CheckNumericsV2::new().build(tensor, scope)