Home
last modified time | relevance | path

Searched refs:GetAllowlistTable (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/
Dmark_for_compilation_pass.h53 absl::flat_hash_map<string, std::vector<string>>* GetAllowlistTable();
Dmark_for_compilation_pass.cc1101 tensorflow::GetAllowlistTable(); in GetOrCreateAllowlist()
1761 absl::flat_hash_map<string, std::vector<string>>* GetAllowlistTable() { in GetAllowlistTable() function
Dmark_for_compilation_pass_test.cc1811 auto* allowlist_table = tensorflow::GetAllowlistTable(); in TEST()