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