Struct tensorflow::ops::QueueSize
source · pub struct QueueSize { /* private fields */ }
Expand description
Builder for the QueueSize
operation.
Implementations§
source§impl QueueSize
impl QueueSize
sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
sourcepub fn build<O0: Into<Output>>(
&self,
handle: O0,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>>( &self, handle: O0, scope: &mut Scope ) -> Result<Operation>
Builds the QueueSize
operation.
sourcepub fn build_instance(
&self,
handle: Output,
scope: &mut Scope
) -> Result<QueueSizeInst>
pub fn build_instance( &self, handle: Output, scope: &mut Scope ) -> Result<QueueSizeInst>
Builds a new instance of ‘QueueSize’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for QueueSize
impl Send for QueueSize
impl Sync for QueueSize
impl Unpin for QueueSize
impl UnwindSafe for QueueSize
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more