| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.io |
| Modifier and Type | Method and Description |
|---|---|
QueueDequeue |
IoOps.queueDequeue(Operand<?> handle,
List<Class<?>> componentTypes,
QueueDequeue.Options... options)
Builds an
QueueDequeue operation |
| 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 wrapping a new QueueDequeue operation.
|
Copyright © 2015–2019. All rights reserved.