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