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