Struct tensorflow::ops::ParseSequenceExampleInst
source · pub struct ParseSequenceExampleInst {
pub op: Operation,
}
Expand description
An instance of ‘ParseSequenceExample’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built ParseSequenceExample Operation in a Tensorflow graph.
Implementations§
source§impl ParseSequenceExampleInst
impl ParseSequenceExampleInst
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 ParseSequenceExample 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 ‘ParseSequenceExample’ 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 ParseSequenceExample 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 ‘ParseSequenceExample’ 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 ParseSequenceExample 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 ‘ParseSequenceExample’ 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 ParseSequenceExample 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 ‘ParseSequenceExample’ 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 ParseSequenceExample operation.
sourcepub fn serialized(&self) -> Input<'_>
pub fn serialized(&self) -> Input<'_>
Returns the ‘serialized’ Input of this ‘ParseSequenceExample’ operation.
sourcepub fn debug_name(&self) -> Input<'_>
pub fn debug_name(&self) -> Input<'_>
Returns the ‘debug_name’ Input of this ‘ParseSequenceExample’ operation.
sourcepub fn context_dense_defaults(&self) -> Input<'_>
pub fn context_dense_defaults(&self) -> Input<'_>
Returns the ‘context_dense_defaults’ Input of this ‘ParseSequenceExample’ operation.
Trait Implementations§
source§impl Clone for ParseSequenceExampleInst
impl Clone for ParseSequenceExampleInst
source§fn clone(&self) -> ParseSequenceExampleInst
fn clone(&self) -> ParseSequenceExampleInst
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more