| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.TensorArray.Attrs |
tensorflow.TensorArray.Attrs.clear_after_read_(boolean clear_after_read_) |
static tensorflow.TensorArray.Attrs |
tensorflow.TensorArray.ClearAfterRead(boolean x) |
tensorflow.TensorArray.Attrs |
tensorflow.TensorArray.Attrs.ClearAfterRead(boolean x)
If true (default), Tensors in the TensorArray are cleared
after being read.
|
tensorflow.TensorArray.Attrs |
tensorflow.TensorArray.Attrs.dynamic_size_(boolean dynamic_size_) |
static tensorflow.TensorArray.Attrs |
tensorflow.TensorArray.DynamicSize(boolean x) |
tensorflow.TensorArray.Attrs |
tensorflow.TensorArray.Attrs.DynamicSize(boolean x)
A boolean that determines whether writes to the TensorArray
are allowed to grow the size.
|
tensorflow.TensorArray.Attrs |
tensorflow.TensorArray.Attrs.element_shape_(tensorflow.PartialTensorShape element_shape_) |
static tensorflow.TensorArray.Attrs |
tensorflow.TensorArray.ElementShape(tensorflow.PartialTensorShape x) |
tensorflow.TensorArray.Attrs |
tensorflow.TensorArray.Attrs.ElementShape(tensorflow.PartialTensorShape x)
The expected shape of an element, if known.
|
tensorflow.TensorArray.Attrs |
tensorflow.TensorArray.Attrs.identical_element_shapes_(boolean identical_element_shapes_) |
static tensorflow.TensorArray.Attrs |
tensorflow.TensorArray.IdenticalElementShapes(boolean x) |
tensorflow.TensorArray.Attrs |
tensorflow.TensorArray.Attrs.IdenticalElementShapes(boolean x)
If true (default is false), then all
elements in the TensorArray will be expected to have have identical shapes.
|
tensorflow.TensorArray.Attrs |
tensorflow.TensorArray.Attrs.position(long position) |
tensorflow.TensorArray.Attrs |
tensorflow.TensorArray.Attrs.tensor_array_name_(BytePointer tensor_array_name_) |
static tensorflow.TensorArray.Attrs |
tensorflow.TensorArray.TensorArrayName(BytePointer x) |
tensorflow.TensorArray.Attrs |
tensorflow.TensorArray.Attrs.TensorArrayName(BytePointer x)
Overrides the name used for the temporary tensor_array
resource.
|
static tensorflow.TensorArray.Attrs |
tensorflow.TensorArray.TensorArrayName(String x) |
tensorflow.TensorArray.Attrs |
tensorflow.TensorArray.Attrs.TensorArrayName(String x) |
| Constructor and Description |
|---|
TensorArray(tensorflow.Scope scope,
tensorflow.Input size,
int dtype,
tensorflow.TensorArray.Attrs attrs) |
Copyright © 2019. All rights reserved.