#include <TensorEvaluator.h>
Public Types | |
| enum | { IsAligned = Derived::IsAligned, PacketAccess = (internal::unpacket_traits<PacketReturnType>::size > 1), Layout = Derived::Layout } |
| typedef Derived::Scalar | CoeffReturnType |
| typedef Derived::Dimensions | Dimensions |
| typedef Derived::Index | Index |
| typedef PacketType< CoeffReturnType, Device >::type | PacketReturnType |
| typedef Derived::Scalar | Scalar |
Public Member Functions | |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | cleanup () |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType | coeff (Index index) const |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType | coeff (const array< DenseIndex, NumCoords > &coords) const |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost | costPerCoeff (bool vectorized) const |
| EIGEN_DEVICE_FUNC internal::traits< Derived >::template MakePointer< const Scalar >::Type | data () const |
| const Derived & | derived () const |
| const Device & | device () const |
| added for sycl in order to construct the buffer from the sycl device More... | |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Dimensions & | dimensions () const |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool | evalSubExprsIfNeeded (CoeffReturnType *data) |
| template<int LoadMode> | |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE PacketReturnType | packet (Index index) const |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE | TensorEvaluator (const Derived &m, const Device &device) |
Static Public Attributes | |
| static const int | NumCoords |
Protected Attributes | |
| internal::traits< Derived >::template MakePointer< const Scalar >::Type | m_data |
| const Device & | m_device |
| Dimensions | m_dims |
| const Derived & | m_impl |
Definition at line 148 of file TensorEvaluator.h.
| typedef Derived::Scalar Eigen::TensorEvaluator< const Derived, Device >::CoeffReturnType |
Definition at line 152 of file TensorEvaluator.h.
| typedef Derived::Dimensions Eigen::TensorEvaluator< const Derived, Device >::Dimensions |
Definition at line 154 of file TensorEvaluator.h.
| typedef Derived::Index Eigen::TensorEvaluator< const Derived, Device >::Index |
Definition at line 150 of file TensorEvaluator.h.
| typedef PacketType<CoeffReturnType, Device>::type Eigen::TensorEvaluator< const Derived, Device >::PacketReturnType |
Definition at line 153 of file TensorEvaluator.h.
| typedef Derived::Scalar Eigen::TensorEvaluator< const Derived, Device >::Scalar |
Definition at line 151 of file TensorEvaluator.h.
| anonymous enum |
| Enumerator | |
|---|---|
| IsAligned | |
| PacketAccess | |
| Layout | |
Definition at line 160 of file TensorEvaluator.h.
|
inline |
Definition at line 171 of file TensorEvaluator.h.
|
inline |
Definition at line 185 of file TensorEvaluator.h.
|
inline |
Definition at line 187 of file TensorEvaluator.h.
|
inline |
Definition at line 198 of file TensorEvaluator.h.
|
inline |
Definition at line 205 of file TensorEvaluator.h.
|
inline |
Definition at line 210 of file TensorEvaluator.h.
|
inline |
Definition at line 169 of file TensorEvaluator.h.
|
inline |
added for sycl in order to construct the buffer from the sycl device
Definition at line 213 of file TensorEvaluator.h.
|
inline |
Definition at line 175 of file TensorEvaluator.h.
|
inline |
Definition at line 177 of file TensorEvaluator.h.
|
inline |
Definition at line 193 of file TensorEvaluator.h.
|
protected |
Definition at line 216 of file TensorEvaluator.h.
|
protected |
Definition at line 218 of file TensorEvaluator.h.
|
protected |
Definition at line 217 of file TensorEvaluator.h.
|
protected |
Definition at line 219 of file TensorEvaluator.h.
|
static |
Definition at line 157 of file TensorEvaluator.h.