aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/kernels/BUILD
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-06-18 08:34:29 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-06-18 08:37:13 -0700
commit1b52f917a3b5cb1e50885ae15715c4dc72b9a81b (patch)
treea09fc947433f55a621f8f415904625d2e4ff6666 /tensorflow/contrib/lite/kernels/BUILD
parent32ca2bd72b40247061f39006b45f1b09921e4f82 (diff)
Rename object detection custom op filenames to be consistent with earlier comments on renaming the file and op.
PiperOrigin-RevId: 200999974
Diffstat (limited to 'tensorflow/contrib/lite/kernels/BUILD')
-rw-r--r--tensorflow/contrib/lite/kernels/BUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/tensorflow/contrib/lite/kernels/BUILD b/tensorflow/contrib/lite/kernels/BUILD
index c0b5a07703..bb5558443b 100644
--- a/tensorflow/contrib/lite/kernels/BUILD
+++ b/tensorflow/contrib/lite/kernels/BUILD
@@ -142,6 +142,7 @@ cc_library(
"conv.cc",
"depthwise_conv.cc",
"dequantize.cc",
+ "detection_postprocess.cc",
"div.cc",
"elementwise.cc",
"embedding_lookup.cc",
@@ -174,7 +175,6 @@ cc_library(
"sparse_to_dense.cc",
"split.cc",
"squeeze.cc",
- "ssd_postprocessing.cc",
"strided_slice.cc",
"sub.cc",
"svdf.cc",
@@ -248,9 +248,9 @@ tf_cc_test(
)
tf_cc_test(
- name = "ssd_postprocess_test",
+ name = "detection_postprocess_test",
size = "small",
- srcs = ["ssd_postprocess_test.cc"],
+ srcs = ["detection_postprocess_test.cc"],
tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",