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