Skip to content

Commit 62e34f5

Browse files
alextpmartinwicke
authored andcommitted
clarify addons
1 parent cd8f9ca commit 62e34f5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

governance/api-reviews.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,10 @@ prefer experimental namespaces when possible, so prefer
212212

213213
Experimental APIs are APIs intended to be added to TensorFlow as-is, but which
214214
we reserve the right to change in backwards-incompatible ways if we have
215-
to.
215+
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).
216219

217220
No temporary APIs should be added to experimental (i.e. "we just need this until
218221
certain bugfix or certain new feature becomes available" is not a valid reason

0 commit comments

Comments
 (0)