Add for and while loops to the list of operators. Do not use them yet.
authorA. Unique TensorFlower <gardener@tensorflow.org>
Thu, 5 Apr 2018 22:25:32 +0000 (15:25 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 5 Apr 2018 22:30:04 +0000 (15:30 -0700)
commitea887d2d13a686990145b65e11701deae676b28b
treed173e6a4d9281764519fff5b4e34b07e98c766fb
parent47fcad59ccd32e38bc133bff25e0645838e3e9df
Add for and while loops to the list of operators. Do not use them yet.

PiperOrigin-RevId: 191807973
tensorflow/contrib/autograph/operators/BUILD
tensorflow/contrib/autograph/operators/__init__.py
tensorflow/contrib/autograph/operators/control_flow.py [new file with mode: 0644]
tensorflow/contrib/autograph/operators/control_flow_test.py [new file with mode: 0644]