edloper
edloper
I think the recommendation from the TF side would still be to use the stateless API. (As mentioned above, a stateful API can be layered on top of the stateless...
Updated the changelist to support KW_ONLY tag. But note that there are some limitations to this -- it doesn't perfectly emulate the 3.10 dataclass kw_only support. In particular: 1. It...
It looks like there's a bug in the `create_dummy_tensor` function in `distribute/input_lib.py`, where it does something fairly nonsensical if the rank of the feature is unknown. I'm not entirely clear...