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