Function tensorflow::ops::boosted_trees_aggregate_stats
source · pub fn boosted_trees_aggregate_stats<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
node_ids: O0,
gradients: O1,
hessians: O2,
feature: O3,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for BoostedTreesAggregateStats::new().build(node_ids, gradients, hessians, feature, scope)
.