Struct tensorflow::ops::BoostedTreesMakeStatsSummaryInst
source · pub struct BoostedTreesMakeStatsSummaryInst {
pub op: Operation,
}
Expand description
An instance of ‘BoostedTreesMakeStatsSummary’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built BoostedTreesMakeStatsSummary Operation in a Tensorflow graph.
Implementations§
source§impl BoostedTreesMakeStatsSummaryInst
impl BoostedTreesMakeStatsSummaryInst
sourcepub fn stats_summary(&self) -> Output
pub fn stats_summary(&self) -> Output
Returns the ‘stats_summary’ Output of this ‘BoostedTreesMakeStatsSummary’ operation.
sourcepub fn node_ids(&self) -> Input<'_>
pub fn node_ids(&self) -> Input<'_>
Returns the ‘node_ids’ Input of this ‘BoostedTreesMakeStatsSummary’ operation.
sourcepub fn gradients(&self) -> Input<'_>
pub fn gradients(&self) -> Input<'_>
Returns the ‘gradients’ Input of this ‘BoostedTreesMakeStatsSummary’ operation.
sourcepub fn hessians(&self) -> Input<'_>
pub fn hessians(&self) -> Input<'_>
Returns the ‘hessians’ Input of this ‘BoostedTreesMakeStatsSummary’ operation.
sourcepub fn bucketized_features_list(&self) -> Result<Vec<Input<'_>>>
pub fn bucketized_features_list(&self) -> Result<Vec<Input<'_>>>
Returns a Vector of bucketized_features_list for ‘bucketized_features_list’ Input of this BoostedTreesMakeStatsSummary operation.
Trait Implementations§
source§impl Clone for BoostedTreesMakeStatsSummaryInst
impl Clone for BoostedTreesMakeStatsSummaryInst
source§fn clone(&self) -> BoostedTreesMakeStatsSummaryInst
fn clone(&self) -> BoostedTreesMakeStatsSummaryInst
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<BoostedTreesMakeStatsSummaryInst> for Operation
impl From<BoostedTreesMakeStatsSummaryInst> for Operation
source§fn from(inst: BoostedTreesMakeStatsSummaryInst) -> Operation
fn from(inst: BoostedTreesMakeStatsSummaryInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for BoostedTreesMakeStatsSummaryInst
impl Send for BoostedTreesMakeStatsSummaryInst
impl Sync for BoostedTreesMakeStatsSummaryInst
impl Unpin for BoostedTreesMakeStatsSummaryInst
impl UnwindSafe for BoostedTreesMakeStatsSummaryInst
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