Make hash.h a public header.
authorA. Unique TensorFlower <gardener@tensorflow.org>
Thu, 15 Mar 2018 03:23:36 +0000 (20:23 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 15 Mar 2018 03:27:31 +0000 (20:27 -0700)
PiperOrigin-RevId: 189130768

tensorflow/core/BUILD

index 213315f..352e183 100644 (file)
@@ -313,6 +313,7 @@ cc_library(
         "lib/gtl/optional.h",
         "lib/gtl/priority_queue_util.h",
         "lib/hash/crc32c.h",
+        "lib/hash/hash.h",
         "lib/histogram/histogram.h",
         "lib/io/buffered_inputstream.h",
         "lib/io/compression.h",