Struct tensorflow::ops::BoostedTreesMakeStatsSummary
source · pub struct BoostedTreesMakeStatsSummary { /* private fields */ }
Expand description
Builder for the BoostedTreesMakeStatsSummary
operation.
Implementations§
source§impl BoostedTreesMakeStatsSummary
impl BoostedTreesMakeStatsSummary
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 num_features<ArgType: Into<i64>>(self, value: ArgType) -> Self
pub fn num_features<ArgType: Into<i64>>(self, value: ArgType) -> Self
Sets the num_features
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,
bucketized_features_list: 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, bucketized_features_list: O3, scope: &mut Scope ) -> Result<Operation>
Builds the BoostedTreesMakeStatsSummary
operation.
sourcepub fn build_instance(
&self,
node_ids: Output,
gradients: Output,
hessians: Output,
bucketized_features_list: Vec<Output>,
scope: &mut Scope
) -> Result<BoostedTreesMakeStatsSummaryInst>
pub fn build_instance( &self, node_ids: Output, gradients: Output, hessians: Output, bucketized_features_list: Vec<Output>, scope: &mut Scope ) -> Result<BoostedTreesMakeStatsSummaryInst>
Builds a new instance of ‘BoostedTreesMakeStatsSummary’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for BoostedTreesMakeStatsSummary
impl Debug for BoostedTreesMakeStatsSummary
source§impl Default for BoostedTreesMakeStatsSummary
impl Default for BoostedTreesMakeStatsSummary
source§fn default() -> BoostedTreesMakeStatsSummary
fn default() -> BoostedTreesMakeStatsSummary
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for BoostedTreesMakeStatsSummary
impl Send for BoostedTreesMakeStatsSummary
impl Sync for BoostedTreesMakeStatsSummary
impl Unpin for BoostedTreesMakeStatsSummary
impl UnwindSafe for BoostedTreesMakeStatsSummary
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