Scope and decorator to automatically add control dependencies.
authorAlexandre Passos <apassos@google.com>
Mon, 12 Feb 2018 21:00:57 +0000 (13:00 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Mon, 12 Feb 2018 21:04:51 +0000 (13:04 -0800)
commit54ba7aace17cc25d4d063e174ad3a15db5447085
tree4b6df8c11455784de8d3df352f957ea424bd2f5e
parent6841ada9bcd228f4a24c9c7909cec2e85c4bc0df
Scope and decorator to automatically add control dependencies.

Should mimic the desired behavior of eager code.

For now supports only straight-line code and conditionals.

PiperOrigin-RevId: 185421760
tensorflow/python/eager/function.py
tensorflow/python/eager/function_test.py