Searched refs:AddSparseFeature (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/util/ |
D | example_proto_fast_parsing_test.cc | 266 static void AddSparseFeature(const char* feature_name, DataType dtype, in AddSparseFeature() function 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() 299 AddSparseFeature("int64_list", DT_INT64, &config_mixed); in TEST()
|