Struct tensorflow::ops::EmptyTensorListInst
source · pub struct EmptyTensorListInst {
pub op: Operation,
}
Expand description
An instance of ‘EmptyTensorList’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built EmptyTensorList Operation in a Tensorflow graph.
Implementations§
source§impl EmptyTensorListInst
impl EmptyTensorListInst
sourcepub fn handle(&self) -> Output
pub fn handle(&self) -> Output
Returns the ‘handle’ Output of this ‘EmptyTensorList’ operation.
sourcepub fn element_shape(&self) -> Input<'_>
pub fn element_shape(&self) -> Input<'_>
Returns the ‘element_shape’ Input of this ‘EmptyTensorList’ operation.
sourcepub fn max_num_elements(&self) -> Input<'_>
pub fn max_num_elements(&self) -> Input<'_>
Returns the ‘max_num_elements’ Input of this ‘EmptyTensorList’ operation.
Trait Implementations§
source§impl Clone for EmptyTensorListInst
impl Clone for EmptyTensorListInst
source§fn clone(&self) -> EmptyTensorListInst
fn clone(&self) -> EmptyTensorListInst
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 EmptyTensorListInst
impl Debug for EmptyTensorListInst
source§impl From<EmptyTensorListInst> for Operation
impl From<EmptyTensorListInst> for Operation
source§fn from(inst: EmptyTensorListInst) -> Operation
fn from(inst: EmptyTensorListInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for EmptyTensorListInst
impl Send for EmptyTensorListInst
impl Sync for EmptyTensorListInst
impl Unpin for EmptyTensorListInst
impl UnwindSafe for EmptyTensorListInst
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