From 1b52f917a3b5cb1e50885ae15715c4dc72b9a81b Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 18 Jun 2018 08:34:29 -0700 Subject: Rename object detection custom op filenames to be consistent with earlier comments on renaming the file and op. PiperOrigin-RevId: 200999974 --- tensorflow/contrib/lite/kernels/BUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tensorflow/contrib/lite/kernels/BUILD') 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", -- cgit v1.2.3