Struct tensorflow::ops::ReverseInst
source · [−]pub struct ReverseInst {
pub op: Operation,
}
Expand description
An instance of ‘Reverse’ Operation with it’s Outputs and Inputs exposed as methods.
Fields
op: Operation
An instance of a fully built Reverse Operation in a Tensorflow graph.
Implementations
sourceimpl ReverseInst
impl ReverseInst
Trait Implementations
sourceimpl Clone for ReverseInst
impl Clone for ReverseInst
sourcefn clone(&self) -> ReverseInst
fn clone(&self) -> ReverseInst
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ReverseInst
impl Debug for ReverseInst
sourceimpl From<ReverseInst> for Operation
impl From<ReverseInst> for Operation
sourcefn from(inst: ReverseInst) -> Operation
fn from(inst: ReverseInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for ReverseInst
impl Send for ReverseInst
impl Sync for ReverseInst
impl Unpin for ReverseInst
impl UnwindSafe for ReverseInst
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more