#include <TensorDeviceDefault.h>
Public Member Functions | |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void * | allocate (size_t num_bytes) const |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | deallocate (void *buffer) const |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE size_t | firstLevelCacheSize () const |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE size_t | lastLevelCacheSize () const |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE int | majorDeviceVersion () const |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | memcpy (void *dst, const void *src, size_t n) const |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | memcpyDeviceToHost (void *dst, const void *src, size_t n) const |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | memcpyHostToDevice (void *dst, const void *src, size_t n) const |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | memset (void *buffer, int c, size_t n) const |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE size_t | numThreads () const |
Definition at line 17 of file TensorDeviceDefault.h.
|
inline |
Definition at line 18 of file TensorDeviceDefault.h.
|
inline |
Definition at line 21 of file TensorDeviceDefault.h.
|
inline |
Definition at line 47 of file TensorDeviceDefault.h.
|
inline |
Definition at line 57 of file TensorDeviceDefault.h.
|
inline |
Definition at line 67 of file TensorDeviceDefault.h.
|
inline |
Definition at line 24 of file TensorDeviceDefault.h.
|
inline |
Definition at line 30 of file TensorDeviceDefault.h.
|
inline |
Definition at line 27 of file TensorDeviceDefault.h.
|
inline |
Definition at line 33 of file TensorDeviceDefault.h.
|
inline |
Definition at line 37 of file TensorDeviceDefault.h.