aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/util/example_proto_fast_parsing.h
diff options
context:
space:
mode:
authorGravatar Eugene Brevdo <ebrevdo@google.com>2017-02-07 16:45:06 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-02-07 17:09:35 -0800
commit780bc6b4d98665125c43685b20eeba6ad2804c0c (patch)
tree4acac8d596888cae078e520e65d836ff1a2c28d3 /tensorflow/core/util/example_proto_fast_parsing.h
parente6bfaf47374b44bb688023904eac98576baf4cd4 (diff)
Add support for variable major dimension in dense features in example parser c++ op.
Full python support (including more comprehensive documentation) coming soon. Change: 146852707
Diffstat (limited to 'tensorflow/core/util/example_proto_fast_parsing.h')
-rw-r--r--tensorflow/core/util/example_proto_fast_parsing.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/core/util/example_proto_fast_parsing.h b/tensorflow/core/util/example_proto_fast_parsing.h
index 4878199802..5f8b4af5fe 100644
--- a/tensorflow/core/util/example_proto_fast_parsing.h
+++ b/tensorflow/core/util/example_proto_fast_parsing.h
@@ -48,6 +48,7 @@ struct FastParseExampleConfig {
// Documentation is avaliable in: tensorflow/core/ops/parsing_ops.cc
PartialTensorShape shape;
Tensor default_value;
+ bool variable_length;
std::size_t elements_per_stride;
};