Go to the documentation of this file.
10 #ifndef EIGEN_CXX11_TENSOR_TENSOR_LAYOUT_SWAP_H
11 #define EIGEN_CXX11_TENSOR_TENSOR_LAYOUT_SWAP_H
38 template<
typename XprType>
45 typedef typename XprType::Nested
Nested;
51 template<
typename XprType>
57 template<
typename XprType>
67 template<
typename XprType>
89 Assign assign(*
this, other);
94 template<
typename OtherDerived>
99 Assign assign(*
this, other);
110 template<
typename ArgType,
typename Device>
129 for(
int i = 0; i < NumDims; ++i) {
130 m_dimensions[i] =
m_impl.dimensions()[NumDims-1-i];
149 return m_impl.coeff(index);
152 template<
int LoadMode>
155 return m_impl.template packet<LoadMode>(index);
159 return m_impl.costPerCoeff(vectorized);
173 template<
typename ArgType,
typename Device>
198 return this->
m_impl.coeffRef(index);
203 this->
m_impl.template writePacket<StoreMode>(index,
x);
209 #endif // EIGEN_CXX11_TENSOR_TENSOR_LAYOUT_SWAP_H
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorLayoutSwapOp & operator=(const TensorLayoutSwapOp &other)
TensorLayoutSwapOp< ArgType > XprType
TensorEvaluator< const TensorLayoutSwapOp< ArgType >, Device > Base
const Device & device() const
required by sycl in order to construct sycl buffer from raw pointer
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool evalSubExprsIfNeeded(CoeffReturnType *data)
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE PacketReturnType packet(Index index) const
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorLayoutSwapOp(const XprType &expr)
Eigen::NumTraits< Scalar >::Real RealScalar
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType coeff(Index index) const
const TensorEvaluator< ArgType, Device > & impl() const
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void cleanup()
TensorLayoutSwapOp< XprType > type
TensorEvaluator< ArgType, Device > m_impl
PacketType< CoeffReturnType, Device >::type PacketReturnType
internal::packet_traits< Scalar >::type type
EIGEN_DEVICE_FUNC internal::traits< Derived >::template MakePointer< Scalar >::Type data() const
PacketType< CoeffReturnType, Device >::type PacketReturnType
Eigen::internal::traits< TensorLayoutSwapOp >::StorageKind StorageKind
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void writePacket(Index index, const PacketReturnType &x)
remove_reference< Nested >::type _Nested
traits< XprType > XprTraits
#define EIGEN_STRONG_INLINE
XprTraits::StorageKind StorageKind
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Dimensions & dimensions() const
TensorLayoutSwapOp< ArgType > XprType
XprType::CoeffReturnType CoeffReturnType
Eigen::internal::nested< TensorLayoutSwapOp >::type Nested
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost costPerCoeff(bool vectorized) const
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType & coeffRef(Index index)
static EIGEN_DEVICE_FUNC void run(const Expression &expr, const Device &device=Device())
const EIGEN_DEVICE_FUNC internal::remove_all< typename XprType::Nested >::type & expression() const
internal::remove_const< typename XprType::CoeffReturnType >::type CoeffReturnType
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorEvaluator(const XprType &op, const Device &device)
XprType::CoeffReturnType CoeffReturnType
A cost model used to limit the number of threads used for evaluating tensor expression.
const typedef TensorLayoutSwapOp< XprType > & type
Eigen::internal::traits< TensorLayoutSwapOp >::Scalar Scalar
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorEvaluator(const XprType &op, const Device &device)
Eigen::internal::traits< TensorLayoutSwapOp >::Index Index
EIGEN_DEVICE_FUNC Scalar * data() const
DSizes< Index, NumDims > Dimensions
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:48