Extracts the attributes of value and their values to a dict format.
tf.experimental.extension_type.as_dict(
value
)
Unlike dataclasses.asdict(), this function is not recursive and in case of nested ExtensionType objects, only the top level object is converted to a dict.
| Args | |
|---|---|
value | An ExtensionType object. |
| Returns | |
|---|---|
A dict that contains the attributes of value and their values. |
© 2022 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/python/tf/experimental/extension_type/as_dict