MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / IsSupported

Function IsSupported

tensorflow/core/kernels/meta_support.cc:206–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

IsSupportedAndEnabledFunction · 0.70
operator()Method · 0.70
operator()Method · 0.70
EnsureNodeIsSupportedMethod · 0.50
CanOptimizeMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected