Skip to content

Commit

Permalink
Update documentation for parse_example vs parse_single_example.
Browse files Browse the repository at this point in the history
Fixes #390
Change: 143476115
  • Loading branch information
tensorflower-gardener committed Jan 3, 2017
1 parent 81d9a24 commit 7f62ba6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tensorflow/python/ops/parsing_ops.py
Expand Up @@ -557,6 +557,9 @@ def parse_single_example(serialized, features, name=None, example_names=None):
the first (`batch_size`) entry of the shape vector is removed (it is now a
single element vector).
One might see performance advantages by batching `Example` protos with
`parse_example` instead of using this function directly.
Args:
serialized: A scalar string Tensor, a single serialized Example.
See `_parse_single_example_raw` documentation for more details.
Expand Down

0 comments on commit 7f62ba6

Please sign in to comment.