Searched refs:config_sparse (Results 1 – 1 of 1) sorted by relevance
290 FastParseExampleConfig config_sparse; in TEST() local291 AddSparseFeature("bytes_list", DT_STRING, &config_sparse); in TEST()292 AddSparseFeature("float_list", DT_FLOAT, &config_sparse); in TEST()293 AddSparseFeature("int64_list", DT_INT64, &config_sparse); in TEST()294 config_sparse.collect_feature_stats = true; in TEST()303 {config_dense, config_varlen, config_sparse, config_mixed}) { in TEST()