public final class
TensorForestTreeDeserialize
Deserializes a proto into the tree handle
Public Methods
static TensorForestTreeDeserialize |
Inherited Methods
Public Methods
public static TensorForestTreeDeserialize create (Scope scope, Operand<?> treeHandle, Operand<String> treeConfig)
Factory method to create a class wrapping a new TensorForestTreeDeserialize operation.
Parameters
scope | current scope |
---|---|
treeHandle | Handle to the tree resource to be restored. |
treeConfig | Serialied proto string of the boosted_trees.Tree proto. |
Returns
- a new instance of TensorForestTreeDeserialize