Searched refs:make_parse_example_spec (Results 1 – 10 of 10) sorted by relevance
80 context_features=fc.make_parse_example_spec(ctx_cols),81 sequence_features=fc.make_parse_example_spec(seq_cols))158 context_features=fc.make_parse_example_spec(columns[:2]),159 sequence_features=fc.make_parse_example_spec(columns[2:]))
173 feature_column.make_parse_example_spec(262 feature_column.make_parse_example_spec(
270 feature_column.make_parse_example_spec(
36 name: "make_parse_example_spec"
127 feature_spec = feature_column.make_parse_example_spec(feature_columns)
99 feature_spec = feature_column.make_parse_example_spec(fc)
44 name: "make_parse_example_spec"
279 features=fc.make_parse_example_spec([price]))302 features=fc.make_parse_example_spec([price]))457 features=fc.make_parse_example_spec([bucketized_price]))733 features=fc.make_parse_example_spec([a]))1027 features=fc.make_parse_example_spec([price_cross_wire]))3282 actual = fc.make_parse_example_spec([])3292 fc.make_parse_example_spec(3299 actual = fc.make_parse_example_spec(3309 actual = fc.make_parse_example_spec(3322 fc.make_parse_example_spec([all …]
750 def make_parse_example_spec(feature_columns): function
923 config_core = fc_core.make_parse_example_spec(feature_columns)