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