#include <TensorDeviceDefault.h>
Definition at line 17 of file TensorDeviceDefault.h.
◆ allocate()
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void* Eigen::DefaultDevice::allocate |
( |
size_t |
num_bytes | ) |
const |
|
inline |
◆ deallocate()
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::DefaultDevice::deallocate |
( |
void * |
buffer | ) |
const |
|
inline |
◆ firstLevelCacheSize()
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE size_t Eigen::DefaultDevice::firstLevelCacheSize |
( |
| ) |
const |
|
inline |
◆ lastLevelCacheSize()
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE size_t Eigen::DefaultDevice::lastLevelCacheSize |
( |
| ) |
const |
|
inline |
◆ majorDeviceVersion()
◆ memcpy()
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::DefaultDevice::memcpy |
( |
void * |
dst, |
|
|
const void * |
src, |
|
|
size_t |
n |
|
) |
| const |
|
inline |
◆ memcpyDeviceToHost()
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::DefaultDevice::memcpyDeviceToHost |
( |
void * |
dst, |
|
|
const void * |
src, |
|
|
size_t |
n |
|
) |
| const |
|
inline |
◆ memcpyHostToDevice()
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::DefaultDevice::memcpyHostToDevice |
( |
void * |
dst, |
|
|
const void * |
src, |
|
|
size_t |
n |
|
) |
| const |
|
inline |
◆ memset()
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::DefaultDevice::memset |
( |
void * |
buffer, |
|
|
int |
c, |
|
|
size_t |
n |
|
) |
| const |
|
inline |
◆ numThreads()
The documentation for this struct was generated from the following file: