| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Variable.Attrs |
tensorflow.Variable.Attrs.container_(BytePointer container_) |
static tensorflow.Variable.Attrs |
tensorflow.Variable.Container(BytePointer x) |
tensorflow.Variable.Attrs |
tensorflow.Variable.Attrs.Container(BytePointer x)
If non-empty, this variable is placed in the given container.
|
static tensorflow.Variable.Attrs |
tensorflow.Variable.Container(String x) |
tensorflow.Variable.Attrs |
tensorflow.Variable.Attrs.Container(String x) |
tensorflow.Variable.Attrs |
tensorflow.Variable.Attrs.position(long position) |
tensorflow.Variable.Attrs |
tensorflow.Variable.Attrs.shared_name_(BytePointer shared_name_) |
static tensorflow.Variable.Attrs |
tensorflow.Variable.SharedName(BytePointer x) |
tensorflow.Variable.Attrs |
tensorflow.Variable.Attrs.SharedName(BytePointer x)
If non-empty, this variable is named in the given bucket
with this shared_name.
|
static tensorflow.Variable.Attrs |
tensorflow.Variable.SharedName(String x) |
tensorflow.Variable.Attrs |
tensorflow.Variable.Attrs.SharedName(String x) |
| Constructor and Description |
|---|
Variable(tensorflow.Scope scope,
tensorflow.PartialTensorShape shape,
int dtype,
tensorflow.Variable.Attrs attrs) |
Copyright © 2019. All rights reserved.