| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T> Stack<T> |
Ops.stack(Operand<T> values,
Stack.Options... options)
Adds an
Stack operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static <T> Stack<T> |
Stack.create(Scope scope,
Operand<T> values,
Stack.Options... options)
Factory method to create a class to wrap a new Stack operation to the graph.
|
Copyright © 2015–2019. All rights reserved.