tf.experimental.extension_type.as_dict

Extracts the attributes of value and their values to a dict format.

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.

value An ExtensionType object.

A dict that contains the attributes of value and their values.