Struct tensorflow::ops::ParseSequenceExampleV2Inst
source · [−]pub struct ParseSequenceExampleV2Inst {
pub op: Operation,
}
Expand description
An instance of ‘ParseSequenceExampleV2’ Operation with it’s Outputs and Inputs exposed as methods.
Fields
op: Operation
An instance of a fully built ParseSequenceExampleV2 Operation in a Tensorflow graph.
Implementations
sourceimpl ParseSequenceExampleV2Inst
impl ParseSequenceExampleV2Inst
sourcepub fn context_sparse_indices(&self) -> Result<Vec<Output>>
pub fn context_sparse_indices(&self) -> Result<Vec<Output>>
Returns a Vector of context_sparse_indices for ‘context_sparse_indices’ Output of this ParseSequenceExampleV2 operation.
sourcepub fn context_sparse_values(&self) -> Result<Output>
pub fn context_sparse_values(&self) -> Result<Output>
Returns the ‘context_sparse_values’ Output of this ‘ParseSequenceExampleV2’ operation.
sourcepub fn context_sparse_shapes(&self) -> Result<Vec<Output>>
pub fn context_sparse_shapes(&self) -> Result<Vec<Output>>
Returns a Vector of context_sparse_shapes for ‘context_sparse_shapes’ Output of this ParseSequenceExampleV2 operation.
sourcepub fn context_dense_values(&self) -> Result<Output>
pub fn context_dense_values(&self) -> Result<Output>
Returns the ‘context_dense_values’ Output of this ‘ParseSequenceExampleV2’ operation.
sourcepub fn context_ragged_values(&self) -> Result<Output>
pub fn context_ragged_values(&self) -> Result<Output>
Returns the ‘context_ragged_values’ Output of this ‘ParseSequenceExampleV2’ operation.
sourcepub fn context_ragged_row_splits(&self) -> Result<Output>
pub fn context_ragged_row_splits(&self) -> Result<Output>
Returns the ‘context_ragged_row_splits’ Output of this ‘ParseSequenceExampleV2’ operation.
sourcepub fn feature_list_sparse_indices(&self) -> Result<Vec<Output>>
pub fn feature_list_sparse_indices(&self) -> Result<Vec<Output>>
Returns a Vector of feature_list_sparse_indices for ‘feature_list_sparse_indices’ Output of this ParseSequenceExampleV2 operation.
sourcepub fn feature_list_sparse_values(&self) -> Result<Output>
pub fn feature_list_sparse_values(&self) -> Result<Output>
Returns the ‘feature_list_sparse_values’ Output of this ‘ParseSequenceExampleV2’ operation.
sourcepub fn feature_list_sparse_shapes(&self) -> Result<Vec<Output>>
pub fn feature_list_sparse_shapes(&self) -> Result<Vec<Output>>
Returns a Vector of feature_list_sparse_shapes for ‘feature_list_sparse_shapes’ Output of this ParseSequenceExampleV2 operation.
sourcepub fn feature_list_dense_values(&self) -> Result<Output>
pub fn feature_list_dense_values(&self) -> Result<Output>
Returns the ‘feature_list_dense_values’ Output of this ‘ParseSequenceExampleV2’ operation.
sourcepub fn feature_list_dense_lengths(&self) -> Result<Vec<Output>>
pub fn feature_list_dense_lengths(&self) -> Result<Vec<Output>>
Returns a Vector of feature_list_dense_lengths for ‘feature_list_dense_lengths’ Output of this ParseSequenceExampleV2 operation.
sourcepub fn feature_list_ragged_values(&self) -> Result<Output>
pub fn feature_list_ragged_values(&self) -> Result<Output>
Returns the ‘feature_list_ragged_values’ Output of this ‘ParseSequenceExampleV2’ operation.
sourcepub fn feature_list_ragged_outer_splits(&self) -> Result<Output>
pub fn feature_list_ragged_outer_splits(&self) -> Result<Output>
Returns the ‘feature_list_ragged_outer_splits’ Output of this ‘ParseSequenceExampleV2’ operation.
sourcepub fn feature_list_ragged_inner_splits(&self) -> Result<Output>
pub fn feature_list_ragged_inner_splits(&self) -> Result<Output>
Returns the ‘feature_list_ragged_inner_splits’ Output of this ‘ParseSequenceExampleV2’ operation.
sourcepub fn serialized(&self) -> Input<'_>
pub fn serialized(&self) -> Input<'_>
Returns the ‘serialized’ Input of this ‘ParseSequenceExampleV2’ operation.
sourcepub fn debug_name(&self) -> Input<'_>
pub fn debug_name(&self) -> Input<'_>
Returns the ‘debug_name’ Input of this ‘ParseSequenceExampleV2’ operation.
sourcepub fn context_sparse_keys(&self) -> Input<'_>
pub fn context_sparse_keys(&self) -> Input<'_>
Returns the ‘context_sparse_keys’ Input of this ‘ParseSequenceExampleV2’ operation.
sourcepub fn context_dense_keys(&self) -> Input<'_>
pub fn context_dense_keys(&self) -> Input<'_>
Returns the ‘context_dense_keys’ Input of this ‘ParseSequenceExampleV2’ operation.
sourcepub fn context_ragged_keys(&self) -> Input<'_>
pub fn context_ragged_keys(&self) -> Input<'_>
Returns the ‘context_ragged_keys’ Input of this ‘ParseSequenceExampleV2’ operation.
sourcepub fn feature_list_sparse_keys(&self) -> Input<'_>
pub fn feature_list_sparse_keys(&self) -> Input<'_>
Returns the ‘feature_list_sparse_keys’ Input of this ‘ParseSequenceExampleV2’ operation.
sourcepub fn feature_list_dense_keys(&self) -> Input<'_>
pub fn feature_list_dense_keys(&self) -> Input<'_>
Returns the ‘feature_list_dense_keys’ Input of this ‘ParseSequenceExampleV2’ operation.
sourcepub fn feature_list_ragged_keys(&self) -> Input<'_>
pub fn feature_list_ragged_keys(&self) -> Input<'_>
Returns the ‘feature_list_ragged_keys’ Input of this ‘ParseSequenceExampleV2’ operation.
sourcepub fn feature_list_dense_missing_assumed_empty(&self) -> Input<'_>
pub fn feature_list_dense_missing_assumed_empty(&self) -> Input<'_>
Returns the ‘feature_list_dense_missing_assumed_empty’ Input of this ‘ParseSequenceExampleV2’ operation.
sourcepub fn context_dense_defaults(&self) -> Input<'_>
pub fn context_dense_defaults(&self) -> Input<'_>
Returns the ‘context_dense_defaults’ Input of this ‘ParseSequenceExampleV2’ operation.
Trait Implementations
sourceimpl Clone for ParseSequenceExampleV2Inst
impl Clone for ParseSequenceExampleV2Inst
sourcefn clone(&self) -> ParseSequenceExampleV2Inst
fn clone(&self) -> ParseSequenceExampleV2Inst
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 ParseSequenceExampleV2Inst
impl Debug for ParseSequenceExampleV2Inst
sourceimpl From<ParseSequenceExampleV2Inst> for Operation
impl From<ParseSequenceExampleV2Inst> for Operation
sourcefn from(inst: ParseSequenceExampleV2Inst) -> Operation
fn from(inst: ParseSequenceExampleV2Inst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for ParseSequenceExampleV2Inst
impl Send for ParseSequenceExampleV2Inst
impl Sync for ParseSequenceExampleV2Inst
impl Unpin for ParseSequenceExampleV2Inst
impl UnwindSafe for ParseSequenceExampleV2Inst
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