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