

tf.nn.top_k now supports specifying the output index type via parameter index_type.But remember, a "full shuffle" will load the full dataset into memory so that it can be shuffled, so make sure to only use this with small datasets or datasets of small objects (like filenames).



Added 8-bit/16-bit/32-bit int/uint support for the built-in op bitwise_xor.Added 16-bit and 32-bit int support for the built-in op bitcast.Added 8-bit and 16-bit support for floor_div and floor_mod.Added 16-bit int type support for built-in op less, greater_than, equal.Added int16x8 support for the built-in ops space_to_batch_nd and batch_to_space_nd.Added int16x8 support for the built-in op mirror_pad.Added int16x8 support for the built-in op exp.The Python TF Lite Interpreter bindings now have an option experimental_disable_delegate_clustering to turn-off delegate clustering.Added 16-bit and 64-bit float type support for built-in op cast.The LMDB dependency that these kernels are bringing to TensorFlow has been dropped, thus making the build slightly faster and more secure. This is in preparation for completely removing them from TensorFlow. The LMDB kernels have been changed to return an error.Release 2.13.0 TensorFlow Breaking Changes
