aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/nearest_neighbor
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-09-08 15:42:08 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-09-08 15:48:44 -0700
commitd2ae1311f75fe1d453bd7c94cc1097cacb1cf8a0 (patch)
treee1817b47485b72459622694606a89e40a857d779 /tensorflow/contrib/nearest_neighbor
parent2f440eda430e89e1acf781b9fe6ff19f73832658 (diff)
Fixing an issue in the BUILD file of the LSH ops.
PiperOrigin-RevId: 168056645
Diffstat (limited to 'tensorflow/contrib/nearest_neighbor')
-rw-r--r--tensorflow/contrib/nearest_neighbor/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/contrib/nearest_neighbor/BUILD b/tensorflow/contrib/nearest_neighbor/BUILD
index 4c507aafb6..84d59cc4be 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",