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