From d09bd33fc9175c7fdbdded8f98b5c5d3a9f8ad7d Mon Sep 17 00:00:00 2001 From: Patrik Sundberg Date: Fri, 31 Aug 2018 07:28:43 -0700 Subject: Add a batch sequence example parsing op, part 2. PiperOrigin-RevId: 211082479 --- tensorflow/core/util/example_proto_fast_parsing.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tensorflow/core/util/example_proto_fast_parsing.h') diff --git a/tensorflow/core/util/example_proto_fast_parsing.h b/tensorflow/core/util/example_proto_fast_parsing.h index db5b5ff929..055d9c2c30 100644 --- a/tensorflow/core/util/example_proto_fast_parsing.h +++ b/tensorflow/core/util/example_proto_fast_parsing.h @@ -118,7 +118,8 @@ Status FastParseSequenceExample( const example::FastParseExampleConfig& feature_list_config, gtl::ArraySlice serialized, gtl::ArraySlice example_names, thread::ThreadPool* thread_pool, example::Result* context_result, - example::Result* feature_list_result); + example::Result* feature_list_result, + std::vector* dense_feature_lengths); // This function parses serialized Example and populates given example. // It uses the same specialized parser as FastParseExample which is efficient. -- cgit v1.2.3