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