aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-09-16 12:55:52 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-09-16 14:01:44 -0700
commita020311fcce1250dc81b700ea496ec1580ab522a (patch)
tree3c6dbe9d415f29512dcff004855a70d16bd131df
parentcc7affd4a1ea78b20476123b95f2db2047ea668d (diff)
Move tensorflow/core/lib/io/match.{h,cc} to "lib" rather than "lib_internal"
Change: 133423962
-rw-r--r--tensorflow/core/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/core/BUILD b/tensorflow/core/BUILD
index d1c9773789..93aaf8cb04 100644
--- a/tensorflow/core/BUILD
+++ b/tensorflow/core/BUILD
@@ -155,6 +155,7 @@ cc_library(
"lib/hash/crc32c.h", # TODO(josh11b): make internal
"lib/histogram/histogram.h",
"lib/io/inputbuffer.h", # TODO(josh11b): make internal
+ "lib/io/match.h", # TODO(vrv,jeff): remove once Env->Match change is in
"lib/io/path.h",
"lib/io/proto_encode_helper.h",
"lib/io/record_reader.h",