Initial implementation of a few of the list-specific operators.
authorDan Moldovan <mdan@google.com>
Thu, 31 May 2018 17:33:53 +0000 (10:33 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 31 May 2018 17:36:34 +0000 (10:36 -0700)
commitf50b61fffb7a65688899a625b689387653c5c798
tree79872d8babc2de50a6f2e999b54d62c42486bc4d
parent3ff633d9797d173d65523453de589cbbcf6e32ce
Initial implementation of a few of the list-specific operators.
This introduces an abstraction for a dispatch context, which allows passing local information through to the specialized operators.

PiperOrigin-RevId: 198742074
tensorflow/contrib/autograph/operators/BUILD
tensorflow/contrib/autograph/operators/__init__.py
tensorflow/contrib/autograph/operators/data_structures.py
tensorflow/contrib/autograph/operators/data_structures_test.py
tensorflow/contrib/autograph/operators/slices.py [new file with mode: 0644]
tensorflow/contrib/autograph/operators/slices_test.py [new file with mode: 0644]