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