Searched refs:TensorDevice (Results 1 – 4 of 4) sorted by relevance
27 template <typename ExpressionType, typename DeviceType> class TensorDevice {29 …TensorDevice(const DeviceType& device, ExpressionType& expression) : m_device(device), m_expressio… in TensorDevice() function32 EIGEN_STRONG_INLINE TensorDevice& operator=(const OtherDerived& other) {40 EIGEN_STRONG_INLINE TensorDevice& operator+=(const OtherDerived& other) {51 EIGEN_STRONG_INLINE TensorDevice& operator-=(const OtherDerived& other) {
68 template<typename ExpressionType, typename DeviceType> class TensorDevice; variable
997 TensorDevice<Derived, DeviceType> device(const DeviceType& device) { in device()998 return TensorDevice<Derived, DeviceType>(device, derived()); in device()
140 #include "src/Tensor/TensorDevice.h"