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

Function _parse_sequence_example_raw

tensorflow/tensorflow/python/ops/parsing_ops.py:1273–1505  ·  view source on GitHub ↗

Parses a vector of `SequenceExample` protos. Args: serialized: A vector (1-D Tensor) of type string, containing binary serialized `SequenceExample` protos. debug_name: A vector (1-D Tensor) of strings (optional), the names of the serialized protos. context_sparse_keys: A l

(serialized,
                                debug_name=None,
                                context_sparse_keys=None,
                                context_sparse_types=None,
                                context_dense_keys=None,
                                context_dense_types=None,
                                context_dense_defaults=None,
                                context_dense_shapes=None,
                                feature_list_sparse_keys=None,
                                feature_list_sparse_types=None,
                                feature_list_dense_keys=None,
                                feature_list_dense_types=None,
                                feature_list_dense_shapes=None,
                                feature_list_dense_defaults=None,
                                name=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

parse_sequence_exampleFunction · 0.85

Calls 8

TypeErrorFunction · 0.85
intersectionMethod · 0.80
as_protoMethod · 0.80
name_scopeMethod · 0.45
appendMethod · 0.45
getMethod · 0.45
constantMethod · 0.45
subMethod · 0.45

Tested by

no test coverage detected