tf.contrib.layers.parse_feature_columns_from_sequence_examples
Parses tf.SequenceExamples to extract tensors for given FeatureColumn
s.
tf.contrib.layers.parse_feature_columns_from_sequence_examples(
serialized, context_feature_columns, sequence_feature_columns, name=None,
example_name=None
)
Args |
serialized
|
A scalar (0-D Tensor) of type string, a single serialized
SequenceExample proto.
|
context_feature_columns
|
An iterable containing the feature columns for
context features. All items should be instances of classes derived from
_FeatureColumn . Can be None .
|
sequence_feature_columns
|
An iterable containing the feature columns for
sequence features. All items should be instances of classes derived from
_FeatureColumn . Can be None .
|
name
|
A name for this operation (optional).
|
example_name
|
A scalar (0-D Tensor) of type string (optional), the names of
the serialized proto.
|
Returns |
A tuple consisting of (context_features, sequence_features)
- context_features: a dict mapping
FeatureColumns from
context_feature_columns to their parsed Tensors /SparseTensor s.
- sequence_features: a dict mapping
FeatureColumns from
sequence_feature_columns to their parsed Tensors /SparseTensor s.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-10-01 UTC.
[null,null,["Last updated 2020-10-01 UTC."],[],[]]