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