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