Fixing an issue in the BUILD file of the LSH ops.

PiperOrigin-RevId: 168056645
This commit is contained in:
A. Unique TensorFlower 2017-09-08 15:42:08 -07:00 committed by TensorFlower Gardener
parent 2f440eda43
commit d2ae1311f7

View File

@ -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",