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