Struct tensorflow::ops::BoostedTreesAggregateStats
source · [−]pub struct BoostedTreesAggregateStats { /* private fields */ }
Expand description
Builder for the BoostedTreesAggregateStats
operation.
Implementations
sourceimpl BoostedTreesAggregateStats
impl BoostedTreesAggregateStats
sourcepub fn max_splits<ArgType: Into<i64>>(self, value: ArgType) -> Self
pub fn max_splits<ArgType: Into<i64>>(self, value: ArgType) -> Self
Sets the max_splits
attribute.
sourcepub fn num_buckets<ArgType: Into<i64>>(self, value: ArgType) -> Self
pub fn num_buckets<ArgType: Into<i64>>(self, value: ArgType) -> Self
Sets the num_buckets
attribute.
sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
sourcepub fn build<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
&self,
node_ids: O0,
gradients: O1,
hessians: O2,
feature: O3,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
&self,
node_ids: O0,
gradients: O1,
hessians: O2,
feature: O3,
scope: &mut Scope
) -> Result<Operation>
Builds the BoostedTreesAggregateStats
operation.
sourcepub fn build_instance(
&self,
node_ids: Output,
gradients: Output,
hessians: Output,
feature: Output,
scope: &mut Scope
) -> Result<BoostedTreesAggregateStatsInst>
pub fn build_instance(
&self,
node_ids: Output,
gradients: Output,
hessians: Output,
feature: Output,
scope: &mut Scope
) -> Result<BoostedTreesAggregateStatsInst>
Builds a new instance of ‘BoostedTreesAggregateStats’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations
sourceimpl Debug for BoostedTreesAggregateStats
impl Debug for BoostedTreesAggregateStats
sourceimpl Default for BoostedTreesAggregateStats
impl Default for BoostedTreesAggregateStats
sourcefn default() -> BoostedTreesAggregateStats
fn default() -> BoostedTreesAggregateStats
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for BoostedTreesAggregateStats
impl Send for BoostedTreesAggregateStats
impl Sync for BoostedTreesAggregateStats
impl Unpin for BoostedTreesAggregateStats
impl UnwindSafe for BoostedTreesAggregateStats
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