Searched refs:make_parse_example_spec_v2 (Results 1 – 4 of 4) sorted by relevance
83 context_features=fc.make_parse_example_spec_v2(columns[:2]),84 sequence_features=fc.make_parse_example_spec_v2(columns[2:]))
353 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 …]
429 def make_parse_example_spec_v2(feature_columns): function
86 context_features=fc.make_parse_example_spec_v2(ctx_cols),87 sequence_features=fc.make_parse_example_spec_v2(seq_cols))