Struct tensorflow::ops::BoostedTreesAggregateStatsInst
source · [−]pub struct BoostedTreesAggregateStatsInst {
pub op: Operation,
}
Expand description
An instance of ‘BoostedTreesAggregateStats’ Operation with it’s Outputs and Inputs exposed as methods.
Fields
op: Operation
An instance of a fully built BoostedTreesAggregateStats Operation in a Tensorflow graph.
Implementations
sourceimpl BoostedTreesAggregateStatsInst
impl BoostedTreesAggregateStatsInst
sourcepub fn stats_summary(&self) -> Output
pub fn stats_summary(&self) -> Output
Returns the ‘stats_summary’ Output of this ‘BoostedTreesAggregateStats’ operation.
sourcepub fn node_ids(&self) -> Input<'_>
pub fn node_ids(&self) -> Input<'_>
Returns the ‘node_ids’ Input of this ‘BoostedTreesAggregateStats’ operation.
sourcepub fn gradients(&self) -> Input<'_>
pub fn gradients(&self) -> Input<'_>
Returns the ‘gradients’ Input of this ‘BoostedTreesAggregateStats’ operation.
Trait Implementations
sourceimpl Clone for BoostedTreesAggregateStatsInst
impl Clone for BoostedTreesAggregateStatsInst
sourcefn clone(&self) -> BoostedTreesAggregateStatsInst
fn clone(&self) -> BoostedTreesAggregateStatsInst
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl From<BoostedTreesAggregateStatsInst> for Operation
impl From<BoostedTreesAggregateStatsInst> for Operation
sourcefn from(inst: BoostedTreesAggregateStatsInst) -> Operation
fn from(inst: BoostedTreesAggregateStatsInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for BoostedTreesAggregateStatsInst
impl Send for BoostedTreesAggregateStatsInst
impl Sync for BoostedTreesAggregateStatsInst
impl Unpin for BoostedTreesAggregateStatsInst
impl UnwindSafe for BoostedTreesAggregateStatsInst
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more