public final class TensorForestTreeDeserialize extends PrimitiveOp
operation| Modifier and Type | Method and Description |
|---|---|
static TensorForestTreeDeserialize |
create(Scope scope,
Operand<?> treeHandle,
Operand<String> treeConfig)
Factory method to create a class to wrap a new TensorForestTreeDeserialize operation to the graph.
|
equals, hashCode, toStringpublic static TensorForestTreeDeserialize create(Scope scope, Operand<?> treeHandle, Operand<String> treeConfig)
scope - current graph scopetreeHandle - Handle to the tree resource to be restored.treeConfig - Serialied proto string of the boosted_trees.Tree proto.Copyright © 2015–2019. All rights reserved.