Function tensorflow::ops::debug_nan_count
source · pub fn debug_nan_count<O0: Into<Output>>(
input: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for DebugNanCount::new().build(input, scope)
.