Searched refs:allowlist_table (Results 1 – 2 of 2) sorted by relevance
1100 absl::flat_hash_map<string, std::vector<string>>* allowlist_table = in GetOrCreateAllowlist() local1107 for (auto pair : *allowlist_table) { in GetOrCreateAllowlist()1110 } else if (allowlist_table->contains(s)) { in GetOrCreateAllowlist()1111 auto v = allowlist_table->at(s); in GetOrCreateAllowlist()
1811 auto* allowlist_table = tensorflow::GetAllowlistTable(); in TEST() local1817 for (auto pair : *allowlist_table) { in TEST()