| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.io |
| Modifier and Type | Method and Description |
|---|---|
QueueDequeueUpTo |
IoOps.queueDequeueUpTo(Operand<?> handle,
Operand<Integer> n,
List<Class<?>> componentTypes,
QueueDequeueUpTo.Options... options)
Builds an
QueueDequeueUpTo operation |
| Modifier and Type | Method and Description |
|---|---|
static QueueDequeueUpTo.Options |
QueueDequeueUpTo.timeoutMs(Long timeoutMs) |
QueueDequeueUpTo.Options |
QueueDequeueUpTo.Options.timeoutMs(Long timeoutMs) |
| Modifier and Type | Method and Description |
|---|---|
static QueueDequeueUpTo |
QueueDequeueUpTo.create(Scope scope,
Operand<?> handle,
Operand<Integer> n,
List<Class<?>> componentTypes,
QueueDequeueUpTo.Options... options)
Factory method to create a class wrapping a new QueueDequeueUpTo operation.
|
Copyright © 2015–2019. All rights reserved.