Struct tensorflow::ops::InterleaveDatasetInst
source · pub struct InterleaveDatasetInst {
pub op: Operation,
}
Expand description
An instance of ‘InterleaveDataset’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built InterleaveDataset Operation in a Tensorflow graph.
Implementations§
source§impl InterleaveDatasetInst
impl InterleaveDatasetInst
sourcepub fn handle(&self) -> Output
pub fn handle(&self) -> Output
Returns the ‘handle’ Output of this ‘InterleaveDataset’ operation.
sourcepub fn input_dataset(&self) -> Input<'_>
pub fn input_dataset(&self) -> Input<'_>
Returns the ‘input_dataset’ Input of this ‘InterleaveDataset’ operation.
sourcepub fn other_arguments(&self) -> Input<'_>
pub fn other_arguments(&self) -> Input<'_>
Returns the ‘other_arguments’ Input of this ‘InterleaveDataset’ operation.
sourcepub fn cycle_length(&self) -> Input<'_>
pub fn cycle_length(&self) -> Input<'_>
Returns the ‘cycle_length’ Input of this ‘InterleaveDataset’ operation.
sourcepub fn block_length(&self) -> Input<'_>
pub fn block_length(&self) -> Input<'_>
Returns the ‘block_length’ Input of this ‘InterleaveDataset’ operation.
Trait Implementations§
source§impl Clone for InterleaveDatasetInst
impl Clone for InterleaveDatasetInst
source§fn clone(&self) -> InterleaveDatasetInst
fn clone(&self) -> InterleaveDatasetInst
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for InterleaveDatasetInst
impl Debug for InterleaveDatasetInst
source§impl From<InterleaveDatasetInst> for Operation
impl From<InterleaveDatasetInst> for Operation
source§fn from(inst: InterleaveDatasetInst) -> Operation
fn from(inst: InterleaveDatasetInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for InterleaveDatasetInst
impl Send for InterleaveDatasetInst
impl Sync for InterleaveDatasetInst
impl Unpin for InterleaveDatasetInst
impl UnwindSafe for InterleaveDatasetInst
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more