Function tensorflow::ops::identity_reader
source · pub fn identity_reader(scope: &mut Scope) -> Result<Operation>
Expand description
Shorthand for IdentityReader::new().build(scope)
.
pub fn identity_reader(scope: &mut Scope) -> Result<Operation>
Shorthand for IdentityReader::new().build(scope)
.