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