|
template<typename T > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T | Eigen::internal::RandomToTypeNormal (uint64_t *state, uint64_t stream) |
|
template<> |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE std::complex< double > | Eigen::internal::RandomToTypeNormal< std::complex< double > > (uint64_t *state, uint64_t stream) |
|
template<> |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE std::complex< float > | Eigen::internal::RandomToTypeNormal< std::complex< float > > (uint64_t *state, uint64_t stream) |
|
template<typename T > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T | Eigen::internal::RandomToTypeUniform (uint64_t *state, uint64_t stream) |
|
template<> |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE double | Eigen::internal::RandomToTypeUniform< double > (uint64_t *state, uint64_t stream) |
|
template<> |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::bfloat16 | Eigen::internal::RandomToTypeUniform< Eigen::bfloat16 > (uint64_t *state, uint64_t stream) |
|
template<> |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::half | Eigen::internal::RandomToTypeUniform< Eigen::half > (uint64_t *state, uint64_t stream) |
|
template<> |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE float | Eigen::internal::RandomToTypeUniform< float > (uint64_t *state, uint64_t stream) |
|
template<> |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE std::complex< double > | Eigen::internal::RandomToTypeUniform< std::complex< double > > (uint64_t *state, uint64_t stream) |
|
template<> |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE std::complex< float > | Eigen::internal::RandomToTypeUniform< std::complex< float > > (uint64_t *state, uint64_t stream) |
|