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