aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/testing/BUILD
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-04-26 19:35:10 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-04-26 19:38:26 -0700
commite41e70ed9827b81a07c42f68def80f3f61b70375 (patch)
tree04fadd1f072d787c13f145ebf9c9f4a17008e9ab /tensorflow/contrib/lite/testing/BUILD
parent84b3322931fd6fd73ce4ab250a1bd3cdd6e138f6 (diff)
Implement floor operator
PiperOrigin-RevId: 194490433
Diffstat (limited to 'tensorflow/contrib/lite/testing/BUILD')
-rw-r--r--tensorflow/contrib/lite/testing/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/contrib/lite/testing/BUILD b/tensorflow/contrib/lite/testing/BUILD
index bd888a415b..a1162cef38 100644
--- a/tensorflow/contrib/lite/testing/BUILD
+++ b/tensorflow/contrib/lite/testing/BUILD
@@ -28,6 +28,7 @@ gen_zipped_test_files(
"depthwiseconv.zip",
"div.zip",
"exp.zip",
+ "floor.zip",
"fully_connected.zip",
"fused_batch_norm.zip",
"gather.zip",