Go to the documentation of this file.
10 #ifndef EIGEN_CXX11_TENSOR_TENSOR_EVAL_TO_H
11 #define EIGEN_CXX11_TENSOR_TENSOR_EVAL_TO_H
23 template<
typename XprType,
template <
class>
class MakePointer_>
31 typedef typename XprType::Nested
Nested;
33 static const int NumDimensions = XprTraits::NumDimensions;
34 static const int Layout = XprTraits::Layout;
47 template<
typename XprType,
template <
class>
class MakePointer_>
53 template<
typename XprType,
template <
class>
class MakePointer_>
64 template<
typename XprType,
template <
class>
class MakePointer_>
92 template<
typename ArgType,
typename Device,
template <
class>
class MakePointer_>
113 m_buffer(op.buffer()), m_op(op), m_expression(op.expression())
130 return m_impl.evalSubExprsIfNeeded(m_buffer);
134 m_buffer[i] =
m_impl.coeff(i);
146 return m_buffer[index];
149 template<
int LoadMode>
152 return internal::ploadt<PacketReturnType, LoadMode>(m_buffer + index);
158 return m_impl.costPerCoeff(vectorized) +
181 #endif // EIGEN_CXX11_TENSOR_TENSOR_EVAL_TO_H
EIGEN_DEVICE_FUNC PointerType buffer() const
const Device & device() const
required by sycl in order to construct sycl buffer from raw pointer
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ~TensorEvaluator()
internal::traits< const TensorEvalToOp< ArgType, MakePointer_ > >::template MakePointer< CoeffReturnType >::Type DevicePointer
TensorEvaluator< ArgType, Device > m_impl
XprTraits::StorageKind StorageKind
ArgType expression() const
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost costPerCoeff(bool vectorized) const
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType coeff(Index index) const
TensorEvalToOp< ArgType, MakePointer_ > XprType
traits< XprType > XprTraits
internal::packet_traits< Scalar >::type type
Eigen::internal::traits< TensorEvalToOp >::Index Index
EIGEN_DEVICE_FUNC DevicePointer data() const
const typedef TensorEvalToOp< XprType, MakePointer_ > & type
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE PacketReturnType packet(Index index) const
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorEvalToOp(PointerType buffer, const XprType &expr)
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void cleanup()
TensorEvalToOp< XprType, MakePointer_ > type
#define EIGEN_UNUSED_VARIABLE(var)
MakePointer_< CoeffReturnType >::Type PointerType
Eigen::internal::traits< TensorEvalToOp >::StorageKind StorageKind
const TensorEvaluator< ArgType, Device > & impl() const
required by sycl in order to extract the accessor
#define EIGEN_STRONG_INLINE
Eigen::NumTraits< Scalar >::Real RealScalar
Eigen::internal::traits< TensorEvalToOp >::Scalar Scalar
const EIGEN_DEVICE_FUNC internal::remove_all< typename XprType::Nested >::type & expression() const
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorEvaluator(const XprType &op, const Device &device)
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void evalScalar(Index i)
Eigen::internal::nested< TensorEvalToOp >::type Nested
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool evalSubExprsIfNeeded(DevicePointer scalar)
PacketType< CoeffReturnType, Device >::type PacketReturnType
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE PacketReturnType packet(Index index) const
const ArgType m_expression
A cost model used to limit the number of threads used for evaluating tensor expression.
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE XprType & op() const
const Device & device() const
added for sycl in order to construct the buffer from the sycl device
const EIGEN_DEVICE_FUNC Dimensions & dimensions() const
MakePointer_< T > MakePointerT
remove_reference< Nested >::type _Nested
internal::remove_const< typename XprType::CoeffReturnType >::type CoeffReturnType
internal::remove_const< typename XprType::CoeffReturnType >::type CoeffReturnType
TensorEvaluator< ArgType, Device >::Dimensions Dimensions
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void evalPacket(Index i)
EIGEN_DEFAULT_DENSE_INDEX_TYPE Index
The Index type as used for the API.
control_box_rst
Author(s): Christoph Rösmann
autogenerated on Wed Mar 2 2022 00:06:40