aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/testing/BUILD
diff options
context:
space:
mode:
authorGravatar Nupur Garg <nupurgarg@google.com>2018-08-14 18:28:47 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-14 18:32:22 -0700
commit63a49c712edd3b2ee990a9f98b766b24190d3ccb (patch)
tree56460c939b3abcbb2cdb846dc40c60ff89c216a6 /tensorflow/contrib/lite/testing/BUILD
parent7a3595d2b399770c2fb25d61fc524d63310cc134 (diff)
Adds support for Eager delegate to tflite_diff.
PiperOrigin-RevId: 208752057
Diffstat (limited to 'tensorflow/contrib/lite/testing/BUILD')
-rw-r--r--tensorflow/contrib/lite/testing/BUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/tensorflow/contrib/lite/testing/BUILD b/tensorflow/contrib/lite/testing/BUILD
index a788d41ba7..89912fd116 100644
--- a/tensorflow/contrib/lite/testing/BUILD
+++ b/tensorflow/contrib/lite/testing/BUILD
@@ -162,11 +162,12 @@ cc_library(
":test_runner",
"//tensorflow/contrib/lite:builtin_op_data",
"//tensorflow/contrib/lite:framework",
+ "//tensorflow/contrib/lite/delegates/eager:delegate",
"//tensorflow/contrib/lite/kernels:builtin_ops",
],
)
-cc_test(
+tf_cc_test(
name = "tflite_driver_test",
size = "small",
srcs = ["tflite_driver_test.cc"],