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