Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/lib/gtl/
H A Dflatset_test.cc519 struct HashA { struct
520 size_t operator()(CustomCmpKey x) const { return x.a; } in operator ()()
H A Dflatmap_test.cc619 struct HashA { struct
620 size_t operator()(CustomCmpKey x) const { return x.a; } in operator ()()