pub fn boosted_trees_training_predict<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>>(
    ctx: &'a Context,
    tree_ensemble_handle: &T0,
    cached_tree_ids: &T1,
    cached_node_ids: &T2,
    bucketized_features: &[&T3]
) -> Result<[TensorHandle<'a>; 3]>
Expand description

Shorthand for BoostedTreesTrainingPredict::new().call(&ctx, &tree_ensemble_handle, &cached_tree_ids, &cached_node_ids, &bucketized_features).

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