Searched defs:IsIntel (Results 1 – 8 of 8) sorted by relevance
44 const bool IsIntel = (Ebx == signature_INTEL_ebx) && in hasHardwareCRC32() local
76 const bool IsIntel = (Ebx == signature_INTEL_ebx) && in hasHardwareCRC32() local
69 inline bool IsIntel(uint32_t vendorId) in IsIntel() function
130 bool IsIntel(VendorID vendorId) in IsIntel() function
413 inline bool IsIntel() in IsIntel() function
345 bool IsIntel() in IsIntel() function
397 bool GpuInfo::IsIntel() const { return vendor == GpuVendor::kIntel; } in IsIntel() function in tflite::gpu::GpuInfo