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