[tf.data] Fixes error in `dataset.concatenate()`, now throws error if two...
[tf.data] Fixes error in `dataset.concatenate()`, now throws error if two input datasets are of type dictionaries with different set of key(s). FIXES #20626 REL_NOTES: bug fix in `tf.data.Dataset.concatenate()`, now throws error if trying to concatenate two datasets of type dictionaries with different set of key(s). PiperOrigin-RevId: 209845337
Loading
Please sign in to comment