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