Add a skeleton dispatch context object, that can be used to control the dispatch...
authorDan Moldovan <mdan@google.com>
Thu, 26 Apr 2018 17:31:21 +0000 (10:31 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 26 Apr 2018 17:36:11 +0000 (10:36 -0700)
commitefa789e1a5eb055b0ac1d9610318fcbd1919e150
tree0f1931d65c37dea5378aee3637e4b0fcb724c0ae
parentf63a8d6aaf251344631272d6b38327481f54fe55
Add a skeleton dispatch context object, that can be used to control the dispatch rules and pass implementation-specific information down to the specialized operators.

PiperOrigin-RevId: 194416937
tensorflow/contrib/autograph/operators/BUILD
tensorflow/contrib/autograph/operators/dispatch_context.py [new file with mode: 0644]