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