Searched defs:TensorEvaluator (Results 1 – 1 of 1) sorted by relevance
28 struct TensorEvaluator struct48 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorEvaluator(const Derived& m, const Device& device) in TensorEvaluator() argument53 const Derived& derived() const { return m_impl; } in derived()54 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Dimensions& dimensions() const { return m_dims; } in dimensions()56 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool evalSubExprsIfNeeded(CoeffReturnType* dest) { in evalSubExprsIfNeeded()64 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void cleanup() { } in cleanup()66 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType coeff(Index index) const { in coeff()71 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar& coeffRef(Index index) { in coeffRef()77 PacketReturnType packet(Index index) const in packet()83 void writePacket(Index index, const PacketReturnType& x) in writePacket()[all …]