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