| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Assign.Attrs |
tensorflow.Assign.Attrs.position(long position) |
tensorflow.Assign.Attrs |
tensorflow.Assign.Attrs.use_locking_(boolean use_locking_) |
static tensorflow.Assign.Attrs |
tensorflow.Assign.UseLocking(boolean x) |
tensorflow.Assign.Attrs |
tensorflow.Assign.Attrs.UseLocking(boolean x)
If True, the assignment will be protected by a lock;
otherwise the behavior is undefined, but may exhibit less contention.
|
tensorflow.Assign.Attrs |
tensorflow.Assign.Attrs.validate_shape_(boolean validate_shape_) |
static tensorflow.Assign.Attrs |
tensorflow.Assign.ValidateShape(boolean x) |
tensorflow.Assign.Attrs |
tensorflow.Assign.Attrs.ValidateShape(boolean x)
If true, the operation will validate that the shape
of 'value' matches the shape of the Tensor being assigned to.
|
| Constructor and Description |
|---|
Assign(tensorflow.Scope scope,
tensorflow.Input ref,
tensorflow.Input value,
tensorflow.Assign.Attrs attrs) |
Copyright © 2019. All rights reserved.