Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_mixed_precision.cc1082 std::unique_ptr<AutoMixedPrecisionLists> mp_lists = in PrintDebugLogs() local
1085 for (const auto& x : mp_lists->AllowList()) { in PrintDebugLogs()
1089 for (const auto& x : mp_lists->DenyList()) { in PrintDebugLogs()
1093 for (const auto& x : mp_lists->InferList()) { in PrintDebugLogs()
1097 for (const auto& x : mp_lists->ClearList()) { in PrintDebugLogs()
1266 std::unique_ptr<AutoMixedPrecisionLists> mp_lists = in Optimize() local
1268 f16_allowlist_ = mp_lists->AllowList(); in Optimize()
1269 f16_denylist_ = mp_lists->DenyList(); in Optimize()
1270 f16_inferlist_ = mp_lists->InferList(); in Optimize()
1271 f16_clearlist_ = mp_lists->ClearList(); in Optimize()