pub struct ExperimentalParallelInterleaveDatasetInst {
pub op: Operation,
}
Expand description
An instance of ‘ExperimentalParallelInterleaveDataset’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built ExperimentalParallelInterleaveDataset Operation in a Tensorflow graph.
Implementations§
source§impl ExperimentalParallelInterleaveDatasetInst
impl ExperimentalParallelInterleaveDatasetInst
sourcepub fn handle(&self) -> Output
pub fn handle(&self) -> Output
Returns the ‘handle’ Output of this ‘ExperimentalParallelInterleaveDataset’ operation.
sourcepub fn input_dataset(&self) -> Input<'_>
pub fn input_dataset(&self) -> Input<'_>
Returns the ‘input_dataset’ Input of this ‘ExperimentalParallelInterleaveDataset’ operation.
sourcepub fn other_arguments(&self) -> Input<'_>
pub fn other_arguments(&self) -> Input<'_>
Returns the ‘other_arguments’ Input of this ‘ExperimentalParallelInterleaveDataset’ operation.
sourcepub fn cycle_length(&self) -> Input<'_>
pub fn cycle_length(&self) -> Input<'_>
Returns the ‘cycle_length’ Input of this ‘ExperimentalParallelInterleaveDataset’ operation.
sourcepub fn block_length(&self) -> Input<'_>
pub fn block_length(&self) -> Input<'_>
Returns the ‘block_length’ Input of this ‘ExperimentalParallelInterleaveDataset’ operation.
sourcepub fn sloppy(&self) -> Input<'_>
pub fn sloppy(&self) -> Input<'_>
Returns the ‘sloppy’ Input of this ‘ExperimentalParallelInterleaveDataset’ operation.
sourcepub fn buffer_output_elements(&self) -> Input<'_>
pub fn buffer_output_elements(&self) -> Input<'_>
Returns the ‘buffer_output_elements’ Input of this ‘ExperimentalParallelInterleaveDataset’ operation.
sourcepub fn prefetch_input_elements(&self) -> Input<'_>
pub fn prefetch_input_elements(&self) -> Input<'_>
Returns the ‘prefetch_input_elements’ Input of this ‘ExperimentalParallelInterleaveDataset’ operation.
Trait Implementations§
source§impl Clone for ExperimentalParallelInterleaveDatasetInst
impl Clone for ExperimentalParallelInterleaveDatasetInst
source§fn clone(&self) -> ExperimentalParallelInterleaveDatasetInst
fn clone(&self) -> ExperimentalParallelInterleaveDatasetInst
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more