| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T> Unbatch<T> |
Ops.unbatch(Operand<T> batchedTensor,
Operand<Long> batchIndex,
Operand<Long> id,
Long timeoutMicros,
Unbatch.Options... options)
Adds an
Unbatch operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static Unbatch.Options |
Unbatch.container(String container) |
Unbatch.Options |
Unbatch.Options.container(String container) |
static Unbatch.Options |
Unbatch.sharedName(String sharedName) |
Unbatch.Options |
Unbatch.Options.sharedName(String sharedName) |
| Modifier and Type | Method and Description |
|---|---|
static <T> Unbatch<T> |
Unbatch.create(Scope scope,
Operand<T> batchedTensor,
Operand<Long> batchIndex,
Operand<Long> id,
Long timeoutMicros,
Unbatch.Options... options)
Factory method to create a class to wrap a new Unbatch operation to the graph.
|
Copyright © 2015–2019. All rights reserved.