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