| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.OrderedMapStage.Attrs |
tensorflow.OrderedMapStage.Attrs.capacity_(long capacity_) |
static tensorflow.OrderedMapStage.Attrs |
tensorflow.OrderedMapStage.Capacity(long x) |
tensorflow.OrderedMapStage.Attrs |
tensorflow.OrderedMapStage.Attrs.Capacity(long x)
Maximum number of elements in the Staging Area.
|
tensorflow.OrderedMapStage.Attrs |
tensorflow.OrderedMapStage.Attrs.container_(BytePointer container_) |
static tensorflow.OrderedMapStage.Attrs |
tensorflow.OrderedMapStage.Container(BytePointer x) |
tensorflow.OrderedMapStage.Attrs |
tensorflow.OrderedMapStage.Attrs.Container(BytePointer x)
If non-empty, this queue is placed in the given container.
|
static tensorflow.OrderedMapStage.Attrs |
tensorflow.OrderedMapStage.Container(String x) |
tensorflow.OrderedMapStage.Attrs |
tensorflow.OrderedMapStage.Attrs.Container(String x) |
tensorflow.OrderedMapStage.Attrs |
tensorflow.OrderedMapStage.Attrs.memory_limit_(long memory_limit_) |
static tensorflow.OrderedMapStage.Attrs |
tensorflow.OrderedMapStage.MemoryLimit(long x) |
tensorflow.OrderedMapStage.Attrs |
tensorflow.OrderedMapStage.Attrs.MemoryLimit(long x)
Defaults to 0
|
tensorflow.OrderedMapStage.Attrs |
tensorflow.OrderedMapStage.Attrs.position(long position) |
tensorflow.OrderedMapStage.Attrs |
tensorflow.OrderedMapStage.Attrs.shared_name_(BytePointer shared_name_) |
static tensorflow.OrderedMapStage.Attrs |
tensorflow.OrderedMapStage.SharedName(BytePointer x) |
tensorflow.OrderedMapStage.Attrs |
tensorflow.OrderedMapStage.Attrs.SharedName(BytePointer x)
It is necessary to match this name to the matching Unstage Op.
|
static tensorflow.OrderedMapStage.Attrs |
tensorflow.OrderedMapStage.SharedName(String x) |
tensorflow.OrderedMapStage.Attrs |
tensorflow.OrderedMapStage.Attrs.SharedName(String x) |
| Constructor and Description |
|---|
OrderedMapStage(tensorflow.Scope scope,
tensorflow.Input key,
tensorflow.Input indices,
tensorflow.InputList values,
tensorflow.DataTypeVector dtypes,
tensorflow.OrderedMapStage.Attrs attrs) |
Copyright © 2019. All rights reserved.