Home
last modified time | relevance | path

Searched refs:make_parse_example_spec_v2 (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/feature_column/
Dsequence_feature_column_integration_test.py83 context_features=fc.make_parse_example_spec_v2(columns[:2]),
84 sequence_features=fc.make_parse_example_spec_v2(columns[2:]))
Dfeature_column_v2_test.py353 features=fc.make_parse_example_spec_v2([price]))
377 features=fc.make_parse_example_spec_v2([price]))
546 features=fc.make_parse_example_spec_v2([bucketized_price]))
844 features=fc.make_parse_example_spec_v2([a]))
1117 features=fc.make_parse_example_spec_v2([price_cross_wire]))
2900 actual = fc.make_parse_example_spec_v2([])
2910 fc.make_parse_example_spec_v2((self._TestFeatureColumn({
2918 actual = fc.make_parse_example_spec_v2((self._TestFeatureColumn({
2929 actual = fc.make_parse_example_spec_v2((self._TestFeatureColumn({
2944 fc.make_parse_example_spec_v2((self._TestFeatureColumn({
[all …]
Dfeature_column_v2.py429 def make_parse_example_spec_v2(feature_columns): function
/external/tensorflow/tensorflow/python/keras/feature_column/
Dsequence_feature_column_integration_test.py86 context_features=fc.make_parse_example_spec_v2(ctx_cols),
87 sequence_features=fc.make_parse_example_spec_v2(seq_cols))