Home | History | Annotate | Download | only in framework

Lines Matching defs:std

55 // Specialize std::complex<float> and std::complex<double> types.
57 struct is_complex<std::complex<float>> : true_type {};
59 struct is_complex<std::complex<double>> : true_type {};
62 // without running T() and ~T(). We do not use std::is_trivial<T>
63 // directly because std::complex<float> and std::complex<double> are
69 std::is_trivial<T>::value || std::is_same<T, Eigen::half>::value ||
70 std::is_same<T, complex64>::value || std::is_same<T, complex128>::value ||
71 is_quantized<T>::value || std::is_same<T, bfloat16>::value;
78 namespace std {
107 } // namespace std