Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dpresized_cuckoo_map.h167 static constexpr uint8 kMaxBFSPathLen = 5; variable
230 typedef std::array<CuckooPathEntry, kMaxBFSPathLen> CuckooPath;
319 if (e.depth < (kMaxBFSPathLen)) { in CuckooInsert()