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