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