Function tensorflow::ops::check_numerics

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

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