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