Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dattr_builder_test.cc37 TEST(AttrTypeMap, Lookup) { in TEST() argument
73 TEST(AttrTypeMap, CacheKey) { in TEST() argument
Dattr_builder.h42 typedef std::unordered_map<string, uint32> AttrTypeMap; typedef