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