Home
last modified time | relevance | path

Searched defs:IsApple (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/common/
H A Dplatform_helpers.h26 inline constexpr bool IsApple() in IsApple() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dgpu_info.cc692 bool GpuInfo::IsApple() const { return vendor == GpuVendor::kApple; } in IsApple() function in tflite::gpu::GpuInfo