Searched defs:UniqueOpHashMap (Results 1 – 1 of 1) sorted by relevance
40 struct UniqueOpHashMap { struct41 using map_type = absl::flat_hash_map<T, TIndex>;47 struct UniqueOpHashMap<tstring, TIndex> { struct48 using map_type = absl::flat_hash_map<absl::string_view, TIndex>;55 struct UniqueOpHashMap<float, TIndex> { struct56 using map_type = std::unordered_map<float, TIndex>;59 struct UniqueOpHashMap<double, TIndex> { struct60 using map_type = std::unordered_map<double, TIndex>;63 struct UniqueOpHashMap<Eigen::half, TIndex> { struct64 using map_type = std::unordered_map<Eigen::half, TIndex>;[all …]