pub fn boosted_trees_deserialize_ensemble<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
    tree_ensemble_handle: O0,
    stamp_token: O1,
    tree_ensemble_serialized: O2,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for BoostedTreesDeserializeEnsemble::new().build(tree_ensemble_handle, stamp_token, tree_ensemble_serialized, scope).