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§
source§impl 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§
source§impl Clone for BoostedTreesAggregateStatsInst
impl Clone for BoostedTreesAggregateStatsInst
source§fn clone(&self) -> BoostedTreesAggregateStatsInst
fn clone(&self) -> BoostedTreesAggregateStatsInst
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<BoostedTreesAggregateStatsInst> for Operation
impl From<BoostedTreesAggregateStatsInst> for Operation
source§fn 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§
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