Struct tensorflow::ops::SparseReduceMaxSparseInst
source · [−]pub struct SparseReduceMaxSparseInst {
pub op: Operation,
}
Expand description
An instance of ‘SparseReduceMaxSparse’ Operation with it’s Outputs and Inputs exposed as methods.
Fields
op: Operation
An instance of a fully built SparseReduceMaxSparse Operation in a Tensorflow graph.
Implementations
sourceimpl SparseReduceMaxSparseInst
impl SparseReduceMaxSparseInst
sourcepub fn output_indices(&self) -> Output
pub fn output_indices(&self) -> Output
Returns the ‘output_indices’ Output of this ‘SparseReduceMaxSparse’ operation.
sourcepub fn output_values(&self) -> Output
pub fn output_values(&self) -> Output
Returns the ‘output_values’ Output of this ‘SparseReduceMaxSparse’ operation.
sourcepub fn output_shape(&self) -> Output
pub fn output_shape(&self) -> Output
Returns the ‘output_shape’ Output of this ‘SparseReduceMaxSparse’ operation.
sourcepub fn input_indices(&self) -> Input<'_>
pub fn input_indices(&self) -> Input<'_>
Returns the ‘input_indices’ Input of this ‘SparseReduceMaxSparse’ operation.
sourcepub fn input_values(&self) -> Input<'_>
pub fn input_values(&self) -> Input<'_>
Returns the ‘input_values’ Input of this ‘SparseReduceMaxSparse’ operation.
sourcepub fn input_shape(&self) -> Input<'_>
pub fn input_shape(&self) -> Input<'_>
Returns the ‘input_shape’ Input of this ‘SparseReduceMaxSparse’ operation.
sourcepub fn reduction_axes(&self) -> Input<'_>
pub fn reduction_axes(&self) -> Input<'_>
Returns the ‘reduction_axes’ Input of this ‘SparseReduceMaxSparse’ operation.
Trait Implementations
sourceimpl Clone for SparseReduceMaxSparseInst
impl Clone for SparseReduceMaxSparseInst
sourcefn clone(&self) -> SparseReduceMaxSparseInst
fn clone(&self) -> SparseReduceMaxSparseInst
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for SparseReduceMaxSparseInst
impl Debug for SparseReduceMaxSparseInst
sourceimpl From<SparseReduceMaxSparseInst> for Operation
impl From<SparseReduceMaxSparseInst> for Operation
sourcefn from(inst: SparseReduceMaxSparseInst) -> Operation
fn from(inst: SparseReduceMaxSparseInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for SparseReduceMaxSparseInst
impl Send for SparseReduceMaxSparseInst
impl Sync for SparseReduceMaxSparseInst
impl Unpin for SparseReduceMaxSparseInst
impl UnwindSafe for SparseReduceMaxSparseInst
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more