Struct tensorflow::ops::ParseExampleDatasetInst
source · pub struct ParseExampleDatasetInst {
pub op: Operation,
}
Expand description
An instance of ‘ParseExampleDataset’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built ParseExampleDataset Operation in a Tensorflow graph.
Implementations§
source§impl ParseExampleDatasetInst
impl ParseExampleDatasetInst
sourcepub fn handle(&self) -> Output
pub fn handle(&self) -> Output
Returns the ‘handle’ Output of this ‘ParseExampleDataset’ operation.
sourcepub fn input_dataset(&self) -> Input<'_>
pub fn input_dataset(&self) -> Input<'_>
Returns the ‘input_dataset’ Input of this ‘ParseExampleDataset’ operation.
sourcepub fn num_parallel_calls(&self) -> Input<'_>
pub fn num_parallel_calls(&self) -> Input<'_>
Returns the ‘num_parallel_calls’ Input of this ‘ParseExampleDataset’ operation.
sourcepub fn dense_defaults(&self) -> Input<'_>
pub fn dense_defaults(&self) -> Input<'_>
Returns the ‘dense_defaults’ Input of this ‘ParseExampleDataset’ operation.
Trait Implementations§
source§impl Clone for ParseExampleDatasetInst
impl Clone for ParseExampleDatasetInst
source§fn clone(&self) -> ParseExampleDatasetInst
fn clone(&self) -> ParseExampleDatasetInst
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ParseExampleDatasetInst
impl Debug for ParseExampleDatasetInst
source§impl From<ParseExampleDatasetInst> for Operation
impl From<ParseExampleDatasetInst> for Operation
source§fn from(inst: ParseExampleDatasetInst) -> Operation
fn from(inst: ParseExampleDatasetInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for ParseExampleDatasetInst
impl Send for ParseExampleDatasetInst
impl Sync for ParseExampleDatasetInst
impl Unpin for ParseExampleDatasetInst
impl UnwindSafe for ParseExampleDatasetInst
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more