Struct tensorflow::eager::raw_ops::MatrixTriangularSolve
source · pub struct MatrixTriangularSolve { /* private fields */ }
Expand description
MatrixTriangularSolve
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/MatrixTriangularSolve
Implementations§
source§impl MatrixTriangularSolve
impl MatrixTriangularSolve
sourcepub fn target_device_name<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn target_device_name<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the `` attribute.
sourcepub fn call<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
&self,
ctx: &'a Context,
matrix: &T0,
rhs: &T1
) -> Result<TensorHandle<'a>>
pub fn call<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>( &self, ctx: &'a Context, matrix: &T0, rhs: &T1 ) -> Result<TensorHandle<'a>>
Execute matrix_triangular_solve.
Trait Implementations§
source§impl Clone for MatrixTriangularSolve
impl Clone for MatrixTriangularSolve
source§fn clone(&self) -> MatrixTriangularSolve
fn clone(&self) -> MatrixTriangularSolve
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 MatrixTriangularSolve
impl Debug for MatrixTriangularSolve
Auto Trait Implementations§
impl RefUnwindSafe for MatrixTriangularSolve
impl Send for MatrixTriangularSolve
impl Sync for MatrixTriangularSolve
impl Unpin for MatrixTriangularSolve
impl UnwindSafe for MatrixTriangularSolve
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