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