Struct tensorflow::ops::ParseExampleV2Inst
source · pub struct ParseExampleV2Inst {
pub op: Operation,
}
Expand description
An instance of ‘ParseExampleV2’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built ParseExampleV2 Operation in a Tensorflow graph.
Implementations§
source§impl ParseExampleV2Inst
impl ParseExampleV2Inst
sourcepub fn sparse_indices(&self) -> Result<Vec<Output>>
pub fn sparse_indices(&self) -> Result<Vec<Output>>
Returns a Vector of sparse_indices for ‘sparse_indices’ Output of this ParseExampleV2 operation.
sourcepub fn sparse_values(&self) -> Result<Output>
pub fn sparse_values(&self) -> Result<Output>
Returns the ‘sparse_values’ Output of this ‘ParseExampleV2’ operation.
sourcepub fn sparse_shapes(&self) -> Result<Vec<Output>>
pub fn sparse_shapes(&self) -> Result<Vec<Output>>
Returns a Vector of sparse_shapes for ‘sparse_shapes’ Output of this ParseExampleV2 operation.
sourcepub fn dense_values(&self) -> Result<Output>
pub fn dense_values(&self) -> Result<Output>
Returns the ‘dense_values’ Output of this ‘ParseExampleV2’ operation.
sourcepub fn ragged_values(&self) -> Result<Output>
pub fn ragged_values(&self) -> Result<Output>
Returns the ‘ragged_values’ Output of this ‘ParseExampleV2’ operation.
sourcepub fn ragged_row_splits(&self) -> Result<Output>
pub fn ragged_row_splits(&self) -> Result<Output>
Returns the ‘ragged_row_splits’ Output of this ‘ParseExampleV2’ operation.
sourcepub fn serialized(&self) -> Input<'_>
pub fn serialized(&self) -> Input<'_>
Returns the ‘serialized’ Input of this ‘ParseExampleV2’ operation.
sourcepub fn sparse_keys(&self) -> Input<'_>
pub fn sparse_keys(&self) -> Input<'_>
Returns the ‘sparse_keys’ Input of this ‘ParseExampleV2’ operation.
sourcepub fn dense_keys(&self) -> Input<'_>
pub fn dense_keys(&self) -> Input<'_>
Returns the ‘dense_keys’ Input of this ‘ParseExampleV2’ operation.
sourcepub fn ragged_keys(&self) -> Input<'_>
pub fn ragged_keys(&self) -> Input<'_>
Returns the ‘ragged_keys’ Input of this ‘ParseExampleV2’ operation.
sourcepub fn dense_defaults(&self) -> Input<'_>
pub fn dense_defaults(&self) -> Input<'_>
Returns the ‘dense_defaults’ Input of this ‘ParseExampleV2’ operation.
Trait Implementations§
source§impl Clone for ParseExampleV2Inst
impl Clone for ParseExampleV2Inst
source§fn clone(&self) -> ParseExampleV2Inst
fn clone(&self) -> ParseExampleV2Inst
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more