Searched refs:config_mixed (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/util/ |
D | example_proto_fast_parsing_test.cc | 296 FastParseExampleConfig config_mixed; in TEST() local 297 AddDenseFeature("bytes_list", DT_STRING, {2}, false, 2, &config_mixed); in TEST() 298 AddDenseFeature("float_list", DT_FLOAT, {-1}, true, 1, &config_mixed); in TEST() 299 AddSparseFeature("int64_list", DT_INT64, &config_mixed); in TEST() 300 config_mixed.collect_feature_stats = true; in TEST() 303 {config_dense, config_varlen, config_sparse, config_mixed}) { in TEST()
|