| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.PriorityQueue.Attrs |
tensorflow.PriorityQueue.Attrs.capacity_(long capacity_) |
static tensorflow.PriorityQueue.Attrs |
tensorflow.PriorityQueue.Capacity(long x) |
tensorflow.PriorityQueue.Attrs |
tensorflow.PriorityQueue.Attrs.Capacity(long x)
The upper bound on the number of elements in this queue.
|
tensorflow.PriorityQueue.Attrs |
tensorflow.PriorityQueue.Attrs.component_types_(tensorflow.DataTypeVector component_types_) |
static tensorflow.PriorityQueue.Attrs |
tensorflow.PriorityQueue.ComponentTypes(tensorflow.DataTypeVector x) |
tensorflow.PriorityQueue.Attrs |
tensorflow.PriorityQueue.Attrs.ComponentTypes(tensorflow.DataTypeVector x)
The type of each component in a value.
|
tensorflow.PriorityQueue.Attrs |
tensorflow.PriorityQueue.Attrs.container_(BytePointer container_) |
static tensorflow.PriorityQueue.Attrs |
tensorflow.PriorityQueue.Container(BytePointer x) |
tensorflow.PriorityQueue.Attrs |
tensorflow.PriorityQueue.Attrs.Container(BytePointer x)
If non-empty, this queue is placed in the given container.
|
static tensorflow.PriorityQueue.Attrs |
tensorflow.PriorityQueue.Container(String x) |
tensorflow.PriorityQueue.Attrs |
tensorflow.PriorityQueue.Attrs.Container(String x) |
tensorflow.PriorityQueue.Attrs |
tensorflow.PriorityQueue.Attrs.position(long position) |
tensorflow.PriorityQueue.Attrs |
tensorflow.PriorityQueue.Attrs.shared_name_(BytePointer shared_name_) |
static tensorflow.PriorityQueue.Attrs |
tensorflow.PriorityQueue.SharedName(BytePointer x) |
tensorflow.PriorityQueue.Attrs |
tensorflow.PriorityQueue.Attrs.SharedName(BytePointer x)
If non-empty, this queue will be shared under the given name
across multiple sessions.
|
static tensorflow.PriorityQueue.Attrs |
tensorflow.PriorityQueue.SharedName(String x) |
tensorflow.PriorityQueue.Attrs |
tensorflow.PriorityQueue.Attrs.SharedName(String x) |
| Constructor and Description |
|---|
PriorityQueue(tensorflow.Scope scope,
tensorflow.PartialTensorShape shapes,
tensorflow.PriorityQueue.Attrs attrs) |
Copyright © 2019. All rights reserved.