| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.QueueDequeueMany.Attrs |
tensorflow.QueueDequeueMany.Attrs.position(long position) |
tensorflow.QueueDequeueMany.Attrs |
tensorflow.QueueDequeueMany.Attrs.timeout_ms_(long timeout_ms_) |
static tensorflow.QueueDequeueMany.Attrs |
tensorflow.QueueDequeueMany.TimeoutMs(long x) |
tensorflow.QueueDequeueMany.Attrs |
tensorflow.QueueDequeueMany.Attrs.TimeoutMs(long x)
If the queue has fewer than n elements, this operation
will block for up to timeout_ms milliseconds.
|
| Constructor and Description |
|---|
QueueDequeueMany(tensorflow.Scope scope,
tensorflow.Input handle,
tensorflow.Input n,
tensorflow.DataTypeVector component_types,
tensorflow.QueueDequeueMany.Attrs attrs) |
Copyright © 2019. All rights reserved.