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