Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dpresized_cuckoo_map_test.cc47 PresizedCuckooMap<int> pscm(1000); in TEST()
55 PresizedCuckooMap<int64> pscm(2); in TEST()
64 PresizedCuckooMap<int> pscm(kTableSize); in TEST()
96 PresizedCuckooMap<int> pscm(0); in TEST()
104 PresizedCuckooMap<int> pscm(2); in TEST()
120 PresizedCuckooMap<int> pscm(table_size); in RunFill()
143 PresizedCuckooMap<int> pscm(kSmallTableSize); in TEST()
174 PresizedCuckooMap<int> pscm(table_size); in BM_CuckooFill()
189 PresizedCuckooMap<int> pscm(table_size); in BM_CuckooRead()
Dpresized_cuckoo_map.h74 class PresizedCuckooMap {
79 explicit PresizedCuckooMap(uint64 num_entries) { Clear(num_entries); } in PresizedCuckooMap() function
146 return sizeof(PresizedCuckooMap<value>) + sizeof(CuckooPathQueue); in MemoryUsed()
359 TF_DISALLOW_COPY_AND_ASSIGN(PresizedCuckooMap);
Dexample_proto_fast_parsing.cc574 const PresizedCuckooMap<std::pair<size_t, Type>>& config_index, in FastParseSerializedExample()
1130 PresizedCuckooMap<std::pair<size_t, Type>> config_index(config_size); in FastParseExample()
1445 PresizedCuckooMap<std::pair<size_t, Type>> config_index(config_size); in FastParseSingleExample()
/external/tensorflow/tensorflow/lite/kernels/parse_example/
Dparse_example.cc61 using ConfigIndex = tf::PresizedCuckooMap<std::pair<int32_t, Type>>;