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