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