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