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