* Enable bfloat16 testing for DynamiscSlice and DynamicUpdateSlice.
* Make bfloat16's conversion constructors non-explicit, so that bfloat16 is consistent
with a built-in type. This was useful in some of the templated tests.
* Give bfloat16 prefix and suffix operator++ and operator--, making it more like float,
which has these. This also came up in a templated test.
PiperOrigin-RevId: 181784644
Loading
Please sign in to comment