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