Struct tensorflow::eager::raw_ops::CSRSparseMatrixComponents
source · pub struct CSRSparseMatrixComponents { /* private fields */ }
Expand description
CSRSparseMatrixComponents
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/CSRSparseMatrixComponents
Implementations§
source§impl CSRSparseMatrixComponents
impl CSRSparseMatrixComponents
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,
csr_sparse_matrix: &T0,
index: &T1
) -> Result<[TensorHandle<'a>; 3]>
pub fn call<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>( &self, ctx: &'a Context, csr_sparse_matrix: &T0, index: &T1 ) -> Result<[TensorHandle<'a>; 3]>
Execute csrsparse_matrix_components.
Trait Implementations§
source§impl Clone for CSRSparseMatrixComponents
impl Clone for CSRSparseMatrixComponents
source§fn clone(&self) -> CSRSparseMatrixComponents
fn clone(&self) -> CSRSparseMatrixComponents
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 CSRSparseMatrixComponents
impl Debug for CSRSparseMatrixComponents
Auto Trait Implementations§
impl RefUnwindSafe for CSRSparseMatrixComponents
impl Send for CSRSparseMatrixComponents
impl Sync for CSRSparseMatrixComponents
impl Unpin for CSRSparseMatrixComponents
impl UnwindSafe for CSRSparseMatrixComponents
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