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