Searched defs:IsAMD (Results 1 – 6 of 6) sorted by relevance
50 const bool IsAMD = (Ebx == signature_AMD_ebx) && (Edx == signature_AMD_edx) && in hasHardwareCRC32() local
59 inline bool IsAMD(uint32_t vendorId) in IsAMD() function
130 bool IsAMD(VendorID vendorId) in IsAMD() function
257 inline bool IsAMD() in IsAMD() function
334 bool IsAMD() in IsAMD() function
700 bool GpuInfo::IsAMD() const { return vendor == GpuVendor::kAMD; } in IsAMD() function in tflite::gpu::GpuInfo