Function tensorflow::eager::raw_ops::boosted_trees_aggregate_stats
source · pub fn boosted_trees_aggregate_stats<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>>(
ctx: &'a Context,
node_ids: &T0,
gradients: &T1,
hessians: &T2,
feature: &T3
) -> Result<TensorHandle<'a>>
Expand description
Shorthand for BoostedTreesAggregateStats::new().call(&ctx, &node_ids, &gradients, &hessians, &feature)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/BoostedTreesAggregateStats