Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing_test.cc290 FastParseExampleConfig config_sparse; in TEST() local
291 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()