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