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.h110 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.cc599 output_stats->features_count = parsed_example_size; in FastParseSerializedExample()
1525 stats->features_count = parsed_example.size(); in FastParseSingleExample()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dparse_example_dataset_op.cc699 feature_stats.features_count); in ParseExample()
706 {static_cast<double>(feature_stats.features_count)}, steps); in ParseExample()