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§
source§impl 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§
source§impl Clone for ParseSequenceExampleV2Inst
impl Clone for ParseSequenceExampleV2Inst
source§fn clone(&self) -> ParseSequenceExampleV2Inst
fn clone(&self) -> ParseSequenceExampleV2Inst
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more