Searched defs:IsAMD (Results 1 – 8 of 8) sorted by relevance
47 const bool IsAMD = (Ebx == signature_AMD_ebx) && (Edx == signature_AMD_edx) && in hasHardwareCRC32() local
79 const bool IsAMD = (Ebx == signature_AMD_ebx) && in hasHardwareCRC32() local
49 inline bool IsAMD(uint32_t vendorId) in IsAMD() function
105 bool IsAMD(VendorID vendorId) in IsAMD() function
407 inline bool IsAMD() in IsAMD() function
355 bool IsAMD() in IsAMD() function
395 bool GpuInfo::IsAMD() const { return vendor == GpuVendor::kAMD; } in IsAMD() function in tflite::gpu::GpuInfo