tf.TensorArraySpec
Stay organized with collections
Save and categorize content based on your preferences.
Type specification for a tf.TensorArray
.
Inherits From: TypeSpec
tf.TensorArraySpec(
element_shape=None,
dtype=tf.dtypes.float32
,
dynamic_size=False,
infer_shape=True
)
Args |
element_shape
|
The shape of each element in the TensorArray .
|
dtype
|
Data type of the TensorArray .
|
dynamic_size
|
Whether the TensorArray can grow past its initial size.
|
infer_shape
|
Whether shape inference is enabled.
|
Methods
from_value
View source
@staticmethod
from_value(
value
)
is_compatible_with
View source
is_compatible_with(
other
)
Returns true if spec_or_value
is compatible with this TypeSpec.
most_specific_compatible_type
View source
most_specific_compatible_type(
other
)
Returns the most specific TypeSpec compatible with self
and other
.
Raises |
ValueError
|
If there is no TypeSpec that is compatible with both self
and other .
|
__eq__
View source
__eq__(
other
) -> bool
Return self==value.
__ne__
View source
__ne__(
other
) -> bool
Return self!=value.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates. Some content is licensed under the numpy license.
Last updated 2022-11-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-11-04 UTC."],[],[]]