tf.parse_example(serialized, features, name=None, example_names=None)
Parses Example protos into a dict of tensors.
Parses a number of serialized Example protos given in serialized.
example_names may contain descriptive names for the corresponding serialized protos. These may be useful for debugging purposes, but they have no effect on the output. If not None, example_names must be the same length as serialized.
This op parses serialized examples into a dictionary mapping keys to Tensor and Sp