tensorflow icon indicating copy to clipboard operation
tensorflow copied to clipboard

An Open Source Machine Learning Framework for Everyone

Results 1769 tensorflow issues
Sort by recently updated
recently updated
newest added

### 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...

stat:awaiting response
type:bug
type:support
stale

### 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...

stat:awaiting response
type:bug
stale
comp:keras
TF 2.19

Experiment! [XLA] Move nvshmem load statements up before they are used.

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...

awaiting review
size:XS

Integrate Triton up to 8d445186 https://github.com/openxla/triton/tree/triton_integrate_branch-1.15

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...