pub fn boosted_trees_sparse_calculate_best_feature_split<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>, T4: ToTensorHandle<'a>, T5: ToTensorHandle<'a>, T6: ToTensorHandle<'a>, T7: ToTensorHandle<'a>>(
    ctx: &'a Context,
    node_id_range: &T0,
    stats_summary_indices: &T1,
    stats_summary_values: &T2,
    stats_summary_shape: &T3,
    l1: &T4,
    l2: &T5,
    tree_complexity: &T6,
    min_node_weight: &T7
) -> Result<[TensorHandle<'a>; 7]>
Expand description

Shorthand for BoostedTreesSparseCalculateBestFeatureSplit::new().call(&ctx, &node_id_range, &stats_summary_indices, &stats_summary_values, &stats_summary_shape, &l1, &l2, &tree_complexity, &min_node_weight).

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