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