Create a wrapper for bfloat16 scope so that users don't need the custom getter.
authorSourabh Bajaj <sourabhbajaj@google.com>
Fri, 30 Mar 2018 17:50:18 +0000 (10:50 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Fri, 30 Mar 2018 17:53:27 +0000 (10:53 -0700)
commit528c64665f2c3220acb59031926274403b96dddb
tree36c9edee4b4441a915d835751936550c4f1774da
parenta1aa918af9c5c1c3f777abcc7dc9ab2929bb1001
Create a wrapper for bfloat16 scope so that users don't need the custom getter.

PiperOrigin-RevId: 191085552
tensorflow/contrib/tpu/BUILD
tensorflow/contrib/tpu/__init__.py
tensorflow/contrib/tpu/python/tpu/bfloat16.py [new file with mode: 0644]
tensorflow/contrib/tpu/python/tpu/bfloat16_test.py [new file with mode: 0644]