Home
last modified time | relevance | path

Searched defs:UniqueOpHashMap (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dunique_op.cc40 struct UniqueOpHashMap { struct
41 using map_type = absl::flat_hash_map<T, TIndex>;
47 struct UniqueOpHashMap<tstring, TIndex> { struct
48 using map_type = absl::flat_hash_map<absl::string_view, TIndex>;
55 struct UniqueOpHashMap<float, TIndex> { struct
56 using map_type = std::unordered_map<float, TIndex>;
59 struct UniqueOpHashMap<double, TIndex> { struct
60 using map_type = std::unordered_map<double, TIndex>;
63 struct UniqueOpHashMap<Eigen::half, TIndex> { struct
64 using map_type = std::unordered_map<Eigen::half, TIndex>;
[all …]