|
TR-mbed 1.0
|
#include <TensorContractionMapper.h>
Public Types | |
| enum | { DirectOffsets = false } |
Public Member Functions | |
| EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE | CoeffLoader (const Tensor &tensor) |
| EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE void | offsetBuffer (typename Tensor::Index) |
| EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE const MakePointer_< consttypenameTensor::Scalar >::Type | data () const |
| EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE Tensor::Scalar | coeff (typename Tensor::Index index) const |
| template<int LoadMode> | |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Tensor::PacketReturnType | packet (typename Tensor::Index index) const |
The make pointer class is used by sycl in order to build the mapper class on the device. For other platform the default make pointer is used which is scalar * for CoeffLoader.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |