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