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: Operation
An instance of a fully built ParallelMapDataset Operation in a Tensorflow graph.
Implementations§
source§impl 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§
source§impl Clone for ParallelMapDatasetInst
impl Clone for ParallelMapDatasetInst
source§fn clone(&self) -> ParallelMapDatasetInst
fn clone(&self) -> ParallelMapDatasetInst
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 ParallelMapDatasetInst
impl Debug for ParallelMapDatasetInst
source§impl From<ParallelMapDatasetInst> for Operation
impl From<ParallelMapDatasetInst> for Operation
source§fn 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§
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