|
TR-mbed 1.0
|
Pseudo expression providing an operator = that will evaluate its argument on the specified computing 'device' (GPU, thread pool, ...) More...
#include <TensorDevice.h>
Public Member Functions | |
| TensorDevice (const DeviceType &device, ExpressionType &expression) | |
| template<typename OtherDerived > | |
| EIGEN_STRONG_INLINE TensorDevice & | operator= (const OtherDerived &other) |
| template<typename OtherDerived > | |
| EIGEN_STRONG_INLINE TensorDevice & | operator+= (const OtherDerived &other) |
| template<typename OtherDerived > | |
| EIGEN_STRONG_INLINE TensorDevice & | operator-= (const OtherDerived &other) |
Protected Attributes | |
| const DeviceType & | m_device |
| ExpressionType & | m_expression |
Pseudo expression providing an operator = that will evaluate its argument on the specified computing 'device' (GPU, thread pool, ...)
Example: C.device(EIGEN_GPU) = A + B;
Todo: operator *= and /=.
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |