Struct tensorflow::ops::QueueSizeInst
source · pub struct QueueSizeInst {
pub op: Operation,
}
Expand description
An instance of ‘QueueSize’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built QueueSize Operation in a Tensorflow graph.
Implementations§
Trait Implementations§
source§impl Clone for QueueSizeInst
impl Clone for QueueSizeInst
source§fn clone(&self) -> QueueSizeInst
fn clone(&self) -> QueueSizeInst
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for QueueSizeInst
impl Debug for QueueSizeInst
source§impl From<QueueSizeInst> for Operation
impl From<QueueSizeInst> for Operation
source§fn from(inst: QueueSizeInst) -> Operation
fn from(inst: QueueSizeInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for QueueSizeInst
impl Send for QueueSizeInst
impl Sync for QueueSizeInst
impl Unpin for QueueSizeInst
impl UnwindSafe for QueueSizeInst
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