pub struct ExperimentalParseExampleDatasetInst {
pub op: Operation,
}
Expand description
An instance of ‘ExperimentalParseExampleDataset’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built ExperimentalParseExampleDataset Operation in a Tensorflow graph.
Implementations§
source§impl ExperimentalParseExampleDatasetInst
impl ExperimentalParseExampleDatasetInst
sourcepub fn handle(&self) -> Output
pub fn handle(&self) -> Output
Returns the ‘handle’ Output of this ‘ExperimentalParseExampleDataset’ operation.
sourcepub fn input_dataset(&self) -> Input<'_>
pub fn input_dataset(&self) -> Input<'_>
Returns the ‘input_dataset’ Input of this ‘ExperimentalParseExampleDataset’ operation.
sourcepub fn num_parallel_calls(&self) -> Input<'_>
pub fn num_parallel_calls(&self) -> Input<'_>
Returns the ‘num_parallel_calls’ Input of this ‘ExperimentalParseExampleDataset’ operation.
sourcepub fn dense_defaults(&self) -> Input<'_>
pub fn dense_defaults(&self) -> Input<'_>
Returns the ‘dense_defaults’ Input of this ‘ExperimentalParseExampleDataset’ operation.
Trait Implementations§
source§impl Clone for ExperimentalParseExampleDatasetInst
impl Clone for ExperimentalParseExampleDatasetInst
source§fn clone(&self) -> ExperimentalParseExampleDatasetInst
fn clone(&self) -> ExperimentalParseExampleDatasetInst
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 From<ExperimentalParseExampleDatasetInst> for Operation
impl From<ExperimentalParseExampleDatasetInst> for Operation
source§fn from(inst: ExperimentalParseExampleDatasetInst) -> Operation
fn from(inst: ExperimentalParseExampleDatasetInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for ExperimentalParseExampleDatasetInst
impl Send for ExperimentalParseExampleDatasetInst
impl Sync for ExperimentalParseExampleDatasetInst
impl Unpin for ExperimentalParseExampleDatasetInst
impl UnwindSafe for ExperimentalParseExampleDatasetInst
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