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
sourceimpl 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
sourceimpl Clone for MaxIntraOpParallelismDatasetInst
impl Clone for MaxIntraOpParallelismDatasetInst
sourcefn clone(&self) -> MaxIntraOpParallelismDatasetInst
fn clone(&self) -> MaxIntraOpParallelismDatasetInst
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 From<MaxIntraOpParallelismDatasetInst> for Operation
impl From<MaxIntraOpParallelismDatasetInst> for Operation
sourcefn 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
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