Create a separate operators module that is to contain all Python constructs that...
authorA. Unique TensorFlower <gardener@tensorflow.org>
Thu, 5 Apr 2018 12:39:21 +0000 (05:39 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 5 Apr 2018 12:42:54 +0000 (05:42 -0700)
commit361a13cf0c2b65d26f6e2b5b68875adfcea98dd0
tree72bab20a90d24e973a1593daa0a3c1bb8acc498a
parent1fda7645d132b71b9084b01945795e97e582adcd
Create a separate operators module that is to contain all Python constructs that we override: control flow, builtins, operators, etc.

PiperOrigin-RevId: 191729654
tensorflow/contrib/autograph/impl/BUILD
tensorflow/contrib/autograph/impl/config.py
tensorflow/contrib/autograph/operators/BUILD [new file with mode: 0644]
tensorflow/contrib/autograph/operators/__init__.py [new file with mode: 0644]