We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3daa07a + 0e4532d commit a3ef451Copy full SHA for a3ef451
tensorflow/contrib/autograph/__init__.py
@@ -23,6 +23,7 @@
23
24
# TODO(mdan): Bring only the relevant symbols to the top level.
25
from tensorflow.contrib.autograph import utils
26
+from tensorflow.contrib.autograph import operators
27
from tensorflow.contrib.autograph.impl.api import convert
28
from tensorflow.contrib.autograph.impl.api import converted_call
29
from tensorflow.contrib.autograph.impl.api import do_not_convert
@@ -41,7 +42,8 @@
41
42
'do_not_convert',
43
'to_code',
44
'to_graph',
- # Special functions
45
+ # Special functions and overloaded operators
46
+ 'operators',
47
'stack',
48
# Exceptions
49
'AutographParseError',
0 commit comments