Function tensorflow::ops::boosted_trees_get_ensemble_states
source · pub fn boosted_trees_get_ensemble_states<O0: Into<Output>>(
tree_ensemble_handle: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for BoostedTreesGetEnsembleStates::new().build(tree_ensemble_handle, scope)
.