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