pub struct ExperimentalDirectedInterleaveDatasetInst {
pub op: Operation,
}
Expand description
An instance of ‘ExperimentalDirectedInterleaveDataset’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built ExperimentalDirectedInterleaveDataset Operation in a Tensorflow graph.
Implementations§
source§impl ExperimentalDirectedInterleaveDatasetInst
impl ExperimentalDirectedInterleaveDatasetInst
sourcepub fn handle(&self) -> Output
pub fn handle(&self) -> Output
Returns the ‘handle’ Output of this ‘ExperimentalDirectedInterleaveDataset’ operation.
sourcepub fn selector_input_dataset(&self) -> Input<'_>
pub fn selector_input_dataset(&self) -> Input<'_>
Returns the ‘selector_input_dataset’ Input of this ‘ExperimentalDirectedInterleaveDataset’ operation.
sourcepub fn data_input_datasets(&self) -> Result<Vec<Input<'_>>>
pub fn data_input_datasets(&self) -> Result<Vec<Input<'_>>>
Returns a Vector of data_input_datasets for ‘data_input_datasets’ Input of this ExperimentalDirectedInterleaveDataset operation.
Trait Implementations§
source§impl Clone for ExperimentalDirectedInterleaveDatasetInst
impl Clone for ExperimentalDirectedInterleaveDatasetInst
source§fn clone(&self) -> ExperimentalDirectedInterleaveDatasetInst
fn clone(&self) -> ExperimentalDirectedInterleaveDatasetInst
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 From<ExperimentalDirectedInterleaveDatasetInst> for Operation
impl From<ExperimentalDirectedInterleaveDatasetInst> for Operation
source§fn from(inst: ExperimentalDirectedInterleaveDatasetInst) -> Operation
fn from(inst: ExperimentalDirectedInterleaveDatasetInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for ExperimentalDirectedInterleaveDatasetInst
impl Send for ExperimentalDirectedInterleaveDatasetInst
impl Sync for ExperimentalDirectedInterleaveDatasetInst
impl Unpin for ExperimentalDirectedInterleaveDatasetInst
impl UnwindSafe for ExperimentalDirectedInterleaveDatasetInst
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