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