| 204 | bool GetUseLocalContext() { return g_use_local_context; } |
| 205 | |
| 206 | bool IsSupported() { |
| 207 | #if defined(TENSORFLOW_USE_META) |
| 208 | return true; |
| 209 | #else |
| 210 | return false; |
| 211 | #endif |
| 212 | } |
| 213 | |
| 214 | bool IsEnabled() { return g_enabled; } |
| 215 |
no outgoing calls
no test coverage detected