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§
source§impl ReverseInst
impl ReverseInst
Trait Implementations§
source§impl Clone for ReverseInst
impl Clone for ReverseInst
source§fn clone(&self) -> ReverseInst
fn clone(&self) -> ReverseInst
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 ReverseInst
impl Debug for ReverseInst
source§impl From<ReverseInst> for Operation
impl From<ReverseInst> for Operation
source§fn 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§
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