You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -113,8 +143,9 @@ TF-Addons. In order to achieve these we require that our additions
113
143
conform to established API patterns seen in core TensorFlow.
114
144
115
145
#### GPU/CPU Custom-Ops
116
-
A major benefit of TensorFlow Addons is that there are precompiled ops for CPU/GPU.
117
-
Currently however, GPU custom ops only work for Linux distributions. For this reason Windows and MacOS will fallback to pure TensorFlow Python implementations whenever possible.
146
+
TensorFlow Addons supports precompiled custom ops for CPU/GPU. Currently however,
147
+
GPU custom ops only work for Linux distributions. For this reason Windows and MacOS
148
+
will fallback to pure TensorFlow Python implementations whenever possible.
118
149
119
150
The order of priority in MacOS/Windows:
120
151
1) Pure TensorFlow + Python implementation (work on cpu+gpu)
0 commit comments