Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Dattr_builder_test.cc39 TEST(AttrTypeMap, Lookup) { in TEST() argument
75 TEST(AttrTypeMap, CacheKey) { in TEST() argument
H A Dattr_builder.h43 typedef std::unordered_map<string, uint32> AttrTypeMap; typedef