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