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