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