Searched defs:IsAvailable (Results 1 – 8 of 8) sorted by relevance
37 bool IsAvailable() { return !!m_hModule; } in IsAvailable() function
356 template <typename T, typename = void> struct IsAvailable : std::false_type {}; struct358 struct IsAvailable<T, decltype((void)T::table, void())> : std::true_type {}; struct
98 bool CoreSimulatorSupport::DeviceRuntime::IsAvailable() { function
160 unsigned IsAvailable : 1; variable
255 unsigned IsAvailable : 1; variable
76 bool UseScratchRegisterScope::IsAvailable(const Register& reg) const { in IsAvailable() function in vixl::aarch32::UseScratchRegisterScope83 bool UseScratchRegisterScope::IsAvailable(const VRegister& reg) const { in IsAvailable() function in vixl::aarch32::UseScratchRegisterScope
1598 bool CuptiTracer::IsAvailable() const { in IsAvailable() function in tensorflow::profiler::CuptiTracer
2904 bool UseScratchRegisterScope::IsAvailable(const CPURegister& reg) const { in IsAvailable() function in vixl::aarch64::UseScratchRegisterScope