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