MCPcopy Create free account
hub / github.com/alibaba/nann / _parse_example_raw

Function _parse_example_raw

tensorflow/tensorflow/python/ops/parsing_ops.py:811–876  ·  view source on GitHub ↗

Parses `Example` protos. Args: serialized: A vector (1-D Tensor) of strings, a batch of binary serialized `Example` protos. names: A vector (1-D Tensor) of strings (optional), the names of the serialized protos. sparse_keys: A list of string keys in the examples' features.

(serialized,
                       names=None,
                       sparse_keys=None,
                       sparse_types=None,
                       dense_keys=None,
                       dense_types=None,
                       dense_defaults=None,
                       dense_shapes=None,
                       name=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

parse_example_v2Function · 0.85

Calls 2

_process_raw_parametersFunction · 0.85
name_scopeMethod · 0.45

Tested by

no test coverage detected