| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
QueueDequeue |
Ops.queueDequeue(Operand<?> handle,
List<Class<?>> componentTypes,
QueueDequeue.Options... options)
Adds an
QueueDequeue operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static QueueDequeue.Options |
QueueDequeue.timeoutMs(Long timeoutMs) |
QueueDequeue.Options |
QueueDequeue.Options.timeoutMs(Long timeoutMs) |
| Modifier and Type | Method and Description |
|---|---|
static QueueDequeue |
QueueDequeue.create(Scope scope,
Operand<?> handle,
List<Class<?>> componentTypes,
QueueDequeue.Options... options)
Factory method to create a class to wrap a new QueueDequeue operation to the graph.
|
Copyright © 2015–2019. All rights reserved.