Struct tensorflow::eager::raw_ops::BatchMatrixSolve
source · pub struct BatchMatrixSolve { /* private fields */ }
Expand description
BatchMatrixSolve
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/BatchMatrixSolve
Implementations§
source§impl BatchMatrixSolve
impl BatchMatrixSolve
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 batch_matrix_solve.
Trait Implementations§
source§impl Clone for BatchMatrixSolve
impl Clone for BatchMatrixSolve
source§fn clone(&self) -> BatchMatrixSolve
fn clone(&self) -> BatchMatrixSolve
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 BatchMatrixSolve
impl Debug for BatchMatrixSolve
Auto Trait Implementations§
impl RefUnwindSafe for BatchMatrixSolve
impl Send for BatchMatrixSolve
impl Sync for BatchMatrixSolve
impl Unpin for BatchMatrixSolve
impl UnwindSafe for BatchMatrixSolve
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