tensorflow
tensorflow copied to clipboard
An Open Source Machine Learning Framework for Everyone
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source binary ### TensorFlow version LiteRT 1.2.0 ### Custom code Yes ### OS platform and...
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.19 ### Custom code Yes ### OS platform and distribution...
Experiment! [XLA] Move nvshmem load statements up before they are used.
Test CPU build
Issue Using tf.lite, as documented in Issue #105833.Optimize.For some operators in TensorFlow Lite, DEFAULT currently results in catastrophic numerical precision degradation. Error magnification for CONV_2D is infinite (from 0.00 to...
Add TPU performance counters to XSpace.
Integrate Triton up to 8d445186 https://github.com/openxla/triton/tree/triton_integrate_branch-1.15
Automated Code Change
Unconditionally include YNNPACK This was disabled on windows due to lack of compatibility, it is hopefully now compatible.
Prefer `all-gather` over `all-reduce(dynamic-update-slice)` in spmd partitioner. Before this change, we can disable creating all-gather explicitly in the test files. With this change, we always enable creating all-gather. A follow...