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