pub struct BoostedTreesSparseAggregateStatsInst {
pub op: Operation,
}
Expand description
An instance of ‘BoostedTreesSparseAggregateStats’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built BoostedTreesSparseAggregateStats Operation in a Tensorflow graph.
Implementations§
source§impl BoostedTreesSparseAggregateStatsInst
impl BoostedTreesSparseAggregateStatsInst
sourcepub fn stats_summary_indices(&self) -> Output
pub fn stats_summary_indices(&self) -> Output
Returns the ‘stats_summary_indices’ Output of this ‘BoostedTreesSparseAggregateStats’ operation.
sourcepub fn stats_summary_values(&self) -> Output
pub fn stats_summary_values(&self) -> Output
Returns the ‘stats_summary_values’ Output of this ‘BoostedTreesSparseAggregateStats’ operation.
sourcepub fn stats_summary_shape(&self) -> Output
pub fn stats_summary_shape(&self) -> Output
Returns the ‘stats_summary_shape’ Output of this ‘BoostedTreesSparseAggregateStats’ operation.
sourcepub fn node_ids(&self) -> Input<'_>
pub fn node_ids(&self) -> Input<'_>
Returns the ‘node_ids’ Input of this ‘BoostedTreesSparseAggregateStats’ operation.
sourcepub fn gradients(&self) -> Input<'_>
pub fn gradients(&self) -> Input<'_>
Returns the ‘gradients’ Input of this ‘BoostedTreesSparseAggregateStats’ operation.
sourcepub fn hessians(&self) -> Input<'_>
pub fn hessians(&self) -> Input<'_>
Returns the ‘hessians’ Input of this ‘BoostedTreesSparseAggregateStats’ operation.
sourcepub fn feature_indices(&self) -> Input<'_>
pub fn feature_indices(&self) -> Input<'_>
Returns the ‘feature_indices’ Input of this ‘BoostedTreesSparseAggregateStats’ operation.
sourcepub fn feature_values(&self) -> Input<'_>
pub fn feature_values(&self) -> Input<'_>
Returns the ‘feature_values’ Input of this ‘BoostedTreesSparseAggregateStats’ operation.
sourcepub fn feature_shape(&self) -> Input<'_>
pub fn feature_shape(&self) -> Input<'_>
Returns the ‘feature_shape’ Input of this ‘BoostedTreesSparseAggregateStats’ operation.
Trait Implementations§
source§impl Clone for BoostedTreesSparseAggregateStatsInst
impl Clone for BoostedTreesSparseAggregateStatsInst
source§fn clone(&self) -> BoostedTreesSparseAggregateStatsInst
fn clone(&self) -> BoostedTreesSparseAggregateStatsInst
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more