Function tensorflow::eager::raw_ops::boosted_trees_bucketize
source · pub fn boosted_trees_bucketize<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
ctx: &'a Context,
float_values: &[&T0],
bucket_boundaries: &[&T1]
) -> Result<TensorHandle<'a>>
Expand description
Shorthand for BoostedTreesBucketize::new().call(&ctx, &float_values, &bucket_boundaries)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/BoostedTreesBucketize