Go to the documentation of this file.
10 #ifndef EIGEN_CXX11_TENSOR_TENSOR_FORCED_EVAL_H
11 #define EIGEN_CXX11_TENSOR_TENSOR_FORCED_EVAL_H
16 template<
typename XprType,
template <
class>
class MakePointer_>
24 typedef typename XprType::Nested
Nested;
26 static const int NumDimensions = XprTraits::NumDimensions;
27 static const int Layout = XprTraits::Layout;
39 template<
typename XprType,
template <
class>
class MakePointer_>
45 template<
typename XprType,
template <
class>
class MakePointer_>
64 template<
typename XprType,
template <
class>
class MakePointer_>
93 template<
typename ArgType,
typename Device,
template <
class>
class MakePointer_>
123 for (
Index i = 0; i < numValues; ++i) {
128 EvalTo evalToTmp(m_buffer, m_op);
140 return m_buffer[index];
143 template<
int LoadMode>
146 return internal::ploadt<PacketReturnType, LoadMode>(m_buffer + index);
169 #endif // EIGEN_CXX11_TENSOR_TENSOR_FORCED_EVAL_H
const Device & device() const
required by sycl in order to construct sycl buffer from raw pointer
traits< XprType >::StorageKind StorageKind
TensorEvaluator< ArgType, Device > m_impl
TensorForcedEvalOp< ArgType, MakePointer_ > XprType
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void cleanup()
const EIGEN_DEVICE_FUNC internal::remove_all< typename XprType::Nested >::type & expression() const
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost costPerCoeff(bool vectorized) const
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool evalSubExprsIfNeeded(CoeffReturnType *)
MakePointer_< T > MakePointerT
internal::packet_traits< Scalar >::type type
Eigen::NumTraits< Scalar >::Real RealScalar
const TensorEvaluator< ArgType, Device > & impl()
required by sycl in order to extract the sycl accessor
Eigen::internal::traits< TensorForcedEvalOp >::Index Index
const EIGEN_DEVICE_FUNC Dimensions & dimensions() const
const Device & device() const
used by sycl in order to build the sycl buffer
Eigen::internal::nested< TensorForcedEvalOp >::type Nested
remove_reference< Nested >::type _Nested
#define EIGEN_STRONG_INLINE
PacketType< CoeffReturnType, Device >::type PacketReturnType
EIGEN_DEVICE_FUNC MakePointer< Scalar >::Type data() const
Eigen::internal::traits< TensorForcedEvalOp >::Scalar Scalar
XprType::CoeffReturnType CoeffReturnType
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE std::ptrdiff_t array_prod(const Sizes< Indices... > &)
traits< XprType > XprTraits
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE PacketReturnType packet(Index index) const
TensorForcedEvalOp< XprType, MakePointer_ > type
const typedef TensorForcedEvalOp< XprType, MakePointer_ > & type
EIGEN_DEVICE_FUNC TensorEvaluator(const XprType &op, const Device &device)
op_ is used for sycl
TensorEvaluator< ArgType, Device >::Dimensions Dimensions
MakePointer< CoeffReturnType >::Type m_buffer
void run(Expr &expr, Dev &dev)
traits< XprType >::Index Index
A cost model used to limit the number of threads used for evaluating tensor expression.
Eigen::internal::traits< TensorForcedEvalOp >::StorageKind StorageKind
Derived::Scalar CoeffReturnType
Holds information about the various numeric (i.e. scalar) types allowed by Eigen.
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorForcedEvalOp(const XprType &expr)
internal::remove_const< typename XprType::CoeffReturnType >::type CoeffReturnType
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType coeff(Index index) const
control_box_rst
Author(s): Christoph Rösmann
autogenerated on Wed Mar 2 2022 00:06:44