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.