tensorflow
tensorflow copied to clipboard
An Open Source Machine Learning Framework for Everyone
Automated Code Change
[xla:ffi] NFC: Clean up XLA FFI type aliases + delete deprecated alias + replace Shape with Dimensions because xla::Shape is widely used and has a different meaning, this is too...
Automated Code Change
Automated Code Change
In this change we replaces calls to GetBytes with calls to ByteSizeOfShapeWithSharding or ByteSizeOfShape, and get rid of GetBytes.
Automated Code Change
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source binary ### TensorFlow version 2.16.1 ### Custom code Yes ### OS platform and distribution...
Automated Code Change
Clean up reduction output indexing code. There's a lot of shared logic between row reduction and column reduction. For input indexing, we already have the common parts in the base...
Automated Code Change