Struct tensorflow::ops::BatchMatrixSolveLs
source · pub struct BatchMatrixSolveLs { /* private fields */ }
Expand description
Builder for the BatchMatrixSolveLs
operation.
Implementations§
source§impl BatchMatrixSolveLs
impl BatchMatrixSolveLs
sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
sourcepub fn build<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
&self,
matrix: O0,
rhs: O1,
l2_regularizer: O2,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>( &self, matrix: O0, rhs: O1, l2_regularizer: O2, scope: &mut Scope ) -> Result<Operation>
Builds the BatchMatrixSolveLs
operation.
sourcepub fn build_instance(
&self,
matrix: Output,
rhs: Output,
l2_regularizer: Output,
scope: &mut Scope
) -> Result<BatchMatrixSolveLsInst>
pub fn build_instance( &self, matrix: Output, rhs: Output, l2_regularizer: Output, scope: &mut Scope ) -> Result<BatchMatrixSolveLsInst>
Builds a new instance of ‘BatchMatrixSolveLs’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for BatchMatrixSolveLs
impl Debug for BatchMatrixSolveLs
source§impl Default for BatchMatrixSolveLs
impl Default for BatchMatrixSolveLs
source§fn default() -> BatchMatrixSolveLs
fn default() -> BatchMatrixSolveLs
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for BatchMatrixSolveLs
impl Send for BatchMatrixSolveLs
impl Sync for BatchMatrixSolveLs
impl Unpin for BatchMatrixSolveLs
impl UnwindSafe for BatchMatrixSolveLs
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