Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.h78 size_t features_count = 0; member
Dexample_proto_fast_parsing_test.cc309 EXPECT_EQ(7, stats.features_count); in TEST()
318 EXPECT_EQ(7, result.feature_stats[0].features_count); in TEST()
Dexample_proto_fast_parsing.cc554 output_stats->features_count = parsed_example_size; in FastParseSerializedExample()
1304 stats->features_count = parsed_example.size(); in FastParseSingleExample()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dparse_example_dataset_op.cc346 {static_cast<double>(feature_stats.features_count)}); in MapFunc()
349 feature_stats.features_count); in MapFunc()