Function tensorflow::eager::raw_ops::identity_reader_v2
source · pub fn identity_reader_v2<'a>(ctx: &'a Context) -> Result<TensorHandle<'a>>
Expand description
Shorthand for IdentityReaderV2::new().call(&ctx)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/IdentityReaderV2