File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ sh_binary(
1111 "//tensorflow_addons/layers" ,
1212 "//tensorflow_addons/losses" ,
1313 "//tensorflow_addons/optimizers" ,
14+ "//tensorflow_addons/seq2seq" ,
1415 "//tensorflow_addons/text" ,
1516 ],
1617)
Original file line number Diff line number Diff line change @@ -71,10 +71,12 @@ def _ensure_tf_install():
7171del print_function
7272
7373# Local project imports
74+ from tensorflow_addons import activations
75+ from tensorflow_addons import image
7476from tensorflow_addons import layers
7577from tensorflow_addons import losses
7678from tensorflow_addons import optimizers
77- from tensorflow_addons import image
79+ from tensorflow_addons import seq2seq
7880from tensorflow_addons import text
7981
8082from tensorflow_addons .version import __version__
You can’t perform that action at this time.
0 commit comments