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