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