Struct tensorflow::ops::QueueSizeV2
source · pub struct QueueSizeV2 { /* private fields */ }
Expand description
Builder for the QueueSizeV2
operation.
Implementations§
source§impl QueueSizeV2
impl QueueSizeV2
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 QueueSizeV2
operation.
sourcepub fn build_instance(
&self,
handle: Output,
scope: &mut Scope
) -> Result<QueueSizeV2Inst>
pub fn build_instance( &self, handle: Output, scope: &mut Scope ) -> Result<QueueSizeV2Inst>
Builds a new instance of ‘QueueSizeV2’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for QueueSizeV2
impl Debug for QueueSizeV2
source§impl Default for QueueSizeV2
impl Default for QueueSizeV2
source§fn default() -> QueueSizeV2
fn default() -> QueueSizeV2
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for QueueSizeV2
impl Send for QueueSizeV2
impl Sync for QueueSizeV2
impl Unpin for QueueSizeV2
impl UnwindSafe for QueueSizeV2
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