pub fn boosted_trees_quantile_stream_resource_flush<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
    ctx: &'a Context,
    quantile_stream_resource_handle: &T0,
    num_buckets: &T1
) -> Result<()>
Expand description

Shorthand for BoostedTreesQuantileStreamResourceFlush::new().call(&ctx, &quantile_stream_resource_handle, &num_buckets).

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