Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm-libc/src/__support/CPP/type_traits/
H A Dis_complex.h44 LIBC_INLINE_VAR constexpr bool is_complex_v = is_complex<T>::value; variable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_evaluator_typed_visitor.h61 inline constexpr bool is_complex_v = is_complex_t<T>::value; variable