pub fn boosted_trees_sparse_aggregate_stats<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>, T4: ToTensorHandle<'a>, T5: ToTensorHandle<'a>>(
    ctx: &'a Context,
    node_ids: &T0,
    gradients: &T1,
    hessians: &T2,
    feature_indices: &T3,
    feature_values: &T4,
    feature_shape: &T5
) -> Result<[TensorHandle<'a>; 3]>
Expand description

Shorthand for BoostedTreesSparseAggregateStats::new().call(&ctx, &node_ids, &gradients, &hessians, &feature_indices, &feature_values, &feature_shape).

See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/BoostedTreesSparseAggregateStats