Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing_test.cc282 config_dense.collect_feature_stats = true; in TEST()
288 config_varlen.collect_feature_stats = true; in TEST()
294 config_sparse.collect_feature_stats = true; in TEST()
300 config_mixed.collect_feature_stats = true; in TEST()
Dexample_proto_fast_parsing.h65 bool collect_feature_stats = false; member
Dexample_proto_fast_parsing.cc967 if (config.collect_feature_stats) { in FastParseExample()
1057 if (config.collect_feature_stats) { in FastParseExample()
1237 if (config.collect_feature_stats) { in FastParseSingleExample()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dparse_example_dataset_op.cc283 config.collect_feature_stats = true; in MapFunc()