We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd8f9ca commit 62e34f5Copy full SHA for 62e34f5
governance/api-reviews.md
@@ -212,7 +212,10 @@ prefer experimental namespaces when possible, so prefer
212
213
Experimental APIs are APIs intended to be added to TensorFlow as-is, but which
214
we reserve the right to change in backwards-incompatible ways if we have
215
-to.
+to. This is different from apis in `tensorflow/addons`, many of which are not
216
+necessarily intended to be added to core TF as they might have a more narrow use
217
+case initially (if APIs in `tensorflow/addons` do become widely useful they can
218
+"graduate" to core, either using experimental or not).
219
220
No temporary APIs should be added to experimental (i.e. "we just need this until
221
certain bugfix or certain new feature becomes available" is not a valid reason
0 commit comments