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