Struct tensorflow::ops::SparseSparseMaximumInst
source · pub struct SparseSparseMaximumInst {
pub op: Operation,
}
Expand description
An instance of ‘SparseSparseMaximum’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built SparseSparseMaximum Operation in a Tensorflow graph.
Implementations§
source§impl SparseSparseMaximumInst
impl SparseSparseMaximumInst
sourcepub fn output_indices(&self) -> Output
pub fn output_indices(&self) -> Output
Returns the ‘output_indices’ Output of this ‘SparseSparseMaximum’ operation.
sourcepub fn output_values(&self) -> Output
pub fn output_values(&self) -> Output
Returns the ‘output_values’ Output of this ‘SparseSparseMaximum’ operation.
sourcepub fn a_indices(&self) -> Input<'_>
pub fn a_indices(&self) -> Input<'_>
Returns the ‘a_indices’ Input of this ‘SparseSparseMaximum’ operation.
sourcepub fn a_values(&self) -> Input<'_>
pub fn a_values(&self) -> Input<'_>
Returns the ‘a_values’ Input of this ‘SparseSparseMaximum’ operation.
sourcepub fn a_shape(&self) -> Input<'_>
pub fn a_shape(&self) -> Input<'_>
Returns the ‘a_shape’ Input of this ‘SparseSparseMaximum’ operation.
sourcepub fn b_indices(&self) -> Input<'_>
pub fn b_indices(&self) -> Input<'_>
Returns the ‘b_indices’ Input of this ‘SparseSparseMaximum’ operation.
Trait Implementations§
source§impl Clone for SparseSparseMaximumInst
impl Clone for SparseSparseMaximumInst
source§fn clone(&self) -> SparseSparseMaximumInst
fn clone(&self) -> SparseSparseMaximumInst
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SparseSparseMaximumInst
impl Debug for SparseSparseMaximumInst
source§impl From<SparseSparseMaximumInst> for Operation
impl From<SparseSparseMaximumInst> for Operation
source§fn from(inst: SparseSparseMaximumInst) -> Operation
fn from(inst: SparseSparseMaximumInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for SparseSparseMaximumInst
impl Send for SparseSparseMaximumInst
impl Sync for SparseSparseMaximumInst
impl Unpin for SparseSparseMaximumInst
impl UnwindSafe for SparseSparseMaximumInst
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