HomeSort by relevance Sort by last modified time
    Searched refs:ploadt_ro (Results 1 - 5 of 5) sorted by null

  /external/eigen/Eigen/src/Core/arch/CUDA/
PacketMath.h 198 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE float4 ploadt_ro<float4, Aligned>(const float* from) { function in namespace:Eigen::internal
206 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE double2 ploadt_ro<double2, Aligned>(const double* from) { function in namespace:Eigen::internal
215 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE float4 ploadt_ro<float4, Unaligned>(const float* from) { function in namespace:Eigen::internal
223 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE double2 ploadt_ro<double2, Unaligned>(const double* from) { function in namespace:Eigen::internal
PacketMathHalf.h 70 __device__ EIGEN_ALWAYS_INLINE half2 ploadt_ro<half2, Aligned>(const Eigen::half* from) { function in namespace:Eigen::internal
79 __device__ EIGEN_ALWAYS_INLINE half2 ploadt_ro<half2, Unaligned>(const Eigen::half* from) { function in namespace:Eigen::internal
    [all...]
  /external/eigen/Eigen/src/Core/
GenericPacketMath.h 480 * Unlike ploadt, ploadt_ro takes advantage of the read-only memory path on the
485 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE Packet ploadt_ro(const typename unpacket_traits<Packet>::type* from) function in namespace:Eigen::internal
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorContractionMapper.h 66 return internal::ploadt_ro<typename Tensor::PacketReturnType, LoadMode>(m_data + index);
TensorEvaluator.h 195 return internal::ploadt_ro<PacketReturnType, LoadMode>(m_data + index);

Completed in 196 milliseconds