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
sourceimpl 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
sourceimpl Clone for LegacyParallelInterleaveDatasetV2Inst
impl Clone for LegacyParallelInterleaveDatasetV2Inst
sourcefn clone(&self) -> LegacyParallelInterleaveDatasetV2Inst
fn clone(&self) -> LegacyParallelInterleaveDatasetV2Inst
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl From<LegacyParallelInterleaveDatasetV2Inst> for Operation
impl From<LegacyParallelInterleaveDatasetV2Inst> for Operation
sourcefn from(inst: LegacyParallelInterleaveDatasetV2Inst) -> Operation
fn from(inst: LegacyParallelInterleaveDatasetV2Inst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for LegacyParallelInterleaveDatasetV2Inst
impl Send for LegacyParallelInterleaveDatasetV2Inst
impl Sync for LegacyParallelInterleaveDatasetV2Inst
impl Unpin for LegacyParallelInterleaveDatasetV2Inst
impl UnwindSafe for LegacyParallelInterleaveDatasetV2Inst
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more