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
sourceimpl 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
sourceimpl Clone for InterleaveDatasetInst
impl Clone for InterleaveDatasetInst
sourcefn clone(&self) -> InterleaveDatasetInst
fn clone(&self) -> InterleaveDatasetInst
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 Debug for InterleaveDatasetInst
impl Debug for InterleaveDatasetInst
sourceimpl From<InterleaveDatasetInst> for Operation
impl From<InterleaveDatasetInst> for Operation
sourcefn 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
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