Skip to content

Commit a3ef451

Browse files
author
Dan Moldovan
authored
Merge pull request tensorflow#19805 from tensorflow/mdanatg-patch-1
Fix failing tests.
2 parents 3daa07a + 0e4532d commit a3ef451

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tensorflow/contrib/autograph/__init__.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
# TODO(mdan): Bring only the relevant symbols to the top level.
2525
from tensorflow.contrib.autograph import utils
26+
from tensorflow.contrib.autograph import operators
2627
from tensorflow.contrib.autograph.impl.api import convert
2728
from tensorflow.contrib.autograph.impl.api import converted_call
2829
from tensorflow.contrib.autograph.impl.api import do_not_convert
@@ -41,7 +42,8 @@
4142
'do_not_convert',
4243
'to_code',
4344
'to_graph',
44-
# Special functions
45+
# Special functions and overloaded operators
46+
'operators',
4547
'stack',
4648
# Exceptions
4749
'AutographParseError',

0 commit comments

Comments
 (0)