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