Function tensorflow::ops::queue_enqueue_v2
source · pub fn queue_enqueue_v2<O0: Into<Output>, O1: Into<Output>>(
handle: O0,
components: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for QueueEnqueueV2::new().build(handle, components, scope)
.