Struct tensorflow::ops::CSRSparseMatrixComponents
source · pub struct CSRSparseMatrixComponents { /* private fields */ }
Expand description
Builder for the CSRSparseMatrixComponents
operation.
Implementations§
source§impl CSRSparseMatrixComponents
impl CSRSparseMatrixComponents
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>>(
&self,
csr_sparse_matrix: O0,
index: O1,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>, O1: Into<Output>>( &self, csr_sparse_matrix: O0, index: O1, scope: &mut Scope ) -> Result<Operation>
Builds the CSRSparseMatrixComponents
operation.
sourcepub fn build_instance(
&self,
csr_sparse_matrix: Output,
index: Output,
scope: &mut Scope
) -> Result<CSRSparseMatrixComponentsInst>
pub fn build_instance( &self, csr_sparse_matrix: Output, index: Output, scope: &mut Scope ) -> Result<CSRSparseMatrixComponentsInst>
Builds a new instance of ‘CSRSparseMatrixComponents’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for CSRSparseMatrixComponents
impl Debug for CSRSparseMatrixComponents
source§impl Default for CSRSparseMatrixComponents
impl Default for CSRSparseMatrixComponents
source§fn default() -> CSRSparseMatrixComponents
fn default() -> CSRSparseMatrixComponents
Returns the “default value” for a type. Read more
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