| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
Unstage |
Ops.unstage(List<Class<?>> dtypes,
Unstage.Options... options)
Adds an
Unstage operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static Unstage.Options |
Unstage.capacity(Long capacity) |
Unstage.Options |
Unstage.Options.capacity(Long capacity) |
static Unstage.Options |
Unstage.container(String container) |
Unstage.Options |
Unstage.Options.container(String container) |
static Unstage.Options |
Unstage.memoryLimit(Long memoryLimit) |
Unstage.Options |
Unstage.Options.memoryLimit(Long memoryLimit) |
static Unstage.Options |
Unstage.sharedName(String sharedName) |
Unstage.Options |
Unstage.Options.sharedName(String sharedName) |
| Modifier and Type | Method and Description |
|---|---|
static Unstage |
Unstage.create(Scope scope,
List<Class<?>> dtypes,
Unstage.Options... options)
Factory method to create a class to wrap a new Unstage operation to the graph.
|
Copyright © 2015–2019. All rights reserved.