From d2ae1311f75fe1d453bd7c94cc1097cacb1cf8a0 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Fri, 8 Sep 2017 15:42:08 -0700 Subject: [PATCH] Fixing an issue in the BUILD file of the LSH ops. PiperOrigin-RevId: 168056645 --- tensorflow/contrib/nearest_neighbor/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow/contrib/nearest_neighbor/BUILD b/tensorflow/contrib/nearest_neighbor/BUILD index 4c507aafb65..84d59cc4be8 100644 --- a/tensorflow/contrib/nearest_neighbor/BUILD +++ b/tensorflow/contrib/nearest_neighbor/BUILD @@ -61,6 +61,7 @@ tf_kernel_library( srcs = ["kernels/hyperplane_lsh_probes.cc"], deps = [ ":hyperplane_lsh_probes", + ":nearest_neighbor_ops_op_lib", "//tensorflow/core:framework", "//tensorflow/core:lib", "//third_party/eigen3",