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