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