pub fn boosted_trees_predict<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
    ctx: &'a Context,
    tree_ensemble_handle: &T0,
    bucketized_features: &[&T1]
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for BoostedTreesPredict::new().call(&ctx, &tree_ensemble_handle, &bucketized_features).

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