| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Barrier.Attrs |
tensorflow.Barrier.Attrs.capacity_(long capacity_) |
static tensorflow.Barrier.Attrs |
tensorflow.Barrier.Capacity(long x) |
tensorflow.Barrier.Attrs |
tensorflow.Barrier.Attrs.Capacity(long x)
The capacity of the barrier.
|
tensorflow.Barrier.Attrs |
tensorflow.Barrier.Attrs.container_(BytePointer container_) |
static tensorflow.Barrier.Attrs |
tensorflow.Barrier.Container(BytePointer x) |
tensorflow.Barrier.Attrs |
tensorflow.Barrier.Attrs.Container(BytePointer x)
If non-empty, this barrier is placed in the given container.
|
static tensorflow.Barrier.Attrs |
tensorflow.Barrier.Container(String x) |
tensorflow.Barrier.Attrs |
tensorflow.Barrier.Attrs.Container(String x) |
tensorflow.Barrier.Attrs |
tensorflow.Barrier.Attrs.position(long position) |
tensorflow.Barrier.Attrs |
tensorflow.Barrier.Attrs.shapes_(tensorflow.PartialTensorShape shapes_) |
static tensorflow.Barrier.Attrs |
tensorflow.Barrier.Shapes(tensorflow.PartialTensorShape x) |
tensorflow.Barrier.Attrs |
tensorflow.Barrier.Attrs.Shapes(tensorflow.PartialTensorShape x)
The shape of each component in a value.
|
tensorflow.Barrier.Attrs |
tensorflow.Barrier.Attrs.shared_name_(BytePointer shared_name_) |
static tensorflow.Barrier.Attrs |
tensorflow.Barrier.SharedName(BytePointer x) |
tensorflow.Barrier.Attrs |
tensorflow.Barrier.Attrs.SharedName(BytePointer x)
If non-empty, this barrier will be shared under the given name
across multiple sessions.
|
static tensorflow.Barrier.Attrs |
tensorflow.Barrier.SharedName(String x) |
tensorflow.Barrier.Attrs |
tensorflow.Barrier.Attrs.SharedName(String x) |
| Constructor and Description |
|---|
Barrier(tensorflow.Scope scope,
tensorflow.DataTypeVector component_types,
tensorflow.Barrier.Attrs attrs) |
Copyright © 2019. All rights reserved.