|
| template<typename T > |
| T | cl::sycl::abs (T x) |
| |
| template<typename T > |
| T | cl::sycl::square (T x) |
| |
| template<typename T > |
| T | cl::sycl::cube (T x) |
| |
| template<typename T > |
| T | cl::sycl::inverse (T x) |
| |
| template<typename T > |
| T | cl::sycl::cwiseMax (T x, T y) |
| |
| template<typename T > |
| T | cl::sycl::cwiseMin (T x, T y) |
| |
| template<typename DataType , int DataLayout, typename Assignement , typename Operator > |
| void | test_unary_builtins_for_scalar (const Eigen::SyclDevice &sycl_device, const array< int64_t, 3 > &tensor_range) |
| |
| template<typename DataType , int DataLayout, typename Assignement > |
| void | test_unary_builtins_for_assignement (const Eigen::SyclDevice &sycl_device, const array< int64_t, 3 > &tensor_range) |
| |
| template<typename DataType , int DataLayout, typename Operator > |
| void | test_unary_builtins_return_bool (const Eigen::SyclDevice &sycl_device, const array< int64_t, 3 > &tensor_range) |
| |
| template<typename DataType , int DataLayout> |
| void | test_unary_builtins (const Eigen::SyclDevice &sycl_device, const array< int64_t, 3 > &tensor_range) |
| |
| template<typename DataType , int DataLayout, typename Operator > |
| void | test_binary_builtins_func (const Eigen::SyclDevice &sycl_device, const array< int64_t, 3 > &tensor_range) |
| |
| template<typename DataType , int DataLayout, typename Operator > |
| void | test_binary_builtins_fixed_arg2 (const Eigen::SyclDevice &sycl_device, const array< int64_t, 3 > &tensor_range) |
| |
| template<typename DataType , int DataLayout> |
| void | test_binary_builtins (const Eigen::SyclDevice &sycl_device, const array< int64_t, 3 > &tensor_range) |
| |
| | EIGEN_DECLARE_TEST (cxx11_tensor_builtins_sycl) |
| |