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