Searched defs:IsIntel (Results 1 – 6 of 6) sorted by relevance
47 const bool IsIntel = (Ebx == signature_INTEL_ebx) && in hasHardwareCRC32() local
79 inline bool IsIntel(uint32_t vendorId) in IsIntel() function
155 bool IsIntel(VendorID vendorId) in IsIntel() function
263 inline bool IsIntel() in IsIntel() function
324 bool IsIntel() in IsIntel() function
702 bool GpuInfo::IsIntel() const { return vendor == GpuVendor::kIntel; } in IsIntel() function in tflite::gpu::GpuInfo