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

Function TestCPUFeature

tensorflow/core/platform/cpu_info.cc:312–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310} // namespace
311
312bool TestCPUFeature(CPUFeature feature) {
313#ifdef PLATFORM_IS_X86
314 return CPUIDInfo::TestFeature(feature);
315#else
316 return false;
317#endif
318}
319
320std::string CPUVendorIDString() {
321#ifdef PLATFORM_IS_X86

Callers 10

IsProbablySafeToLoadFunction · 0.85
MklInputConversionOpMethod · 0.85
MklToTfOpMethod · 0.85
SetDenormalStateFunction · 0.85
GetDernormalStateFunction · 0.85
TESTFunction · 0.85
CheckFeatureOrDieFunction · 0.85
CheckIfFeatureUnusedFunction · 0.85
IsLegacyPlatformMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected