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