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
sourceimpl 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
sourceimpl Clone for ParseExampleV2Inst
impl Clone for ParseExampleV2Inst
sourcefn clone(&self) -> ParseExampleV2Inst
fn clone(&self) -> ParseExampleV2Inst
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ParseExampleV2Inst
impl Debug for ParseExampleV2Inst
sourceimpl From<ParseExampleV2Inst> for Operation
impl From<ParseExampleV2Inst> for Operation
sourcefn from(inst: ParseExampleV2Inst) -> Operation
fn from(inst: ParseExampleV2Inst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for ParseExampleV2Inst
impl Send for ParseExampleV2Inst
impl Sync for ParseExampleV2Inst
impl Unpin for ParseExampleV2Inst
impl UnwindSafe for ParseExampleV2Inst
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more