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