Struct tensorflow::ops::SparseSparseMaximum
source · pub struct SparseSparseMaximum { /* private fields */ }
Expand description
Builder for the SparseSparseMaximum
operation.
Implementations§
source§impl SparseSparseMaximum
impl SparseSparseMaximum
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 SparseSparseMaximum
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<SparseSparseMaximumInst>
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<SparseSparseMaximumInst>
Builds a new instance of ‘SparseSparseMaximum’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for SparseSparseMaximum
impl Debug for SparseSparseMaximum
source§impl Default for SparseSparseMaximum
impl Default for SparseSparseMaximum
source§fn default() -> SparseSparseMaximum
fn default() -> SparseSparseMaximum
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for SparseSparseMaximum
impl Send for SparseSparseMaximum
impl Sync for SparseSparseMaximum
impl Unpin for SparseSparseMaximum
impl UnwindSafe for SparseSparseMaximum
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