Added an experimental C API TF_EnableXLACompilation() to enable XLA compilation.
authorMingsheng Hong <hongm@google.com>
Sat, 17 Feb 2018 06:05:07 +0000 (22:05 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Sat, 17 Feb 2018 06:09:20 +0000 (22:09 -0800)
commitfa8c4d16288e3bee4a014b4d51d22dd361721ff4
treef42d8b707cc5c7d9cb478fb36065d1b22fe95253
parent02bbb131b78fb0924675809ed5b549e594a51ac1
Added an experimental C API TF_EnableXLACompilation() to enable XLA compilation.

Also ran "buildozer warn //third_party/tensorflow/c/BUILD" and removed an unused symbol.

PiperOrigin-RevId: 186081948
tensorflow/c/BUILD
tensorflow/c/c_api_experimental.cc [new file with mode: 0644]
tensorflow/c/c_api_experimental.h [new file with mode: 0644]
tensorflow/c/c_test_util.cc