Go to the documentation of this file.
10 #ifndef EIGEN_CXX11_TENSOR_TENSOR_ASSIGN_H
11 #define EIGEN_CXX11_TENSOR_TENSOR_ASSIGN_H
24 template<
typename LhsXprType,
typename RhsXprType>
43 template<
typename LhsXprType,
typename RhsXprType>
49 template<
typename LhsXprType,
typename RhsXprType>
59 template<
typename LhsXprType,
typename RhsXprType>
88 template<
typename LeftArgType,
typename RightArgType,
typename Device>
107 m_leftImpl(op.lhsExpression(),
device),
108 m_rightImpl(op.rhsExpression(),
device)
118 return m_rightImpl.dimensions();
123 m_leftImpl.evalSubExprsIfNeeded(NULL);
128 return m_rightImpl.evalSubExprsIfNeeded(m_leftImpl.data());
131 m_leftImpl.cleanup();
132 m_rightImpl.cleanup();
136 m_leftImpl.coeffRef(i) = m_rightImpl.coeff(i);
141 m_leftImpl.template writePacket<LhsStoreMode>(i, m_rightImpl.template packet<RhsLoadMode>(i));
145 return m_leftImpl.coeff(index);
147 template<
int LoadMode>
150 return m_leftImpl.template packet<LoadMode>(index);
158 TensorOpCost left = m_leftImpl.costPerCoeff(vectorized);
159 return m_rightImpl.costPerCoeff(vectorized) +
181 #endif // EIGEN_CXX11_TENSOR_TENSOR_ASSIGN_H
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE double compute_cycles() const
const Device & device() const
required by sycl in order to construct sycl buffer from raw pointer
Eigen::NumTraits< Scalar >::Real RealScalar
const EIGEN_DEVICE_FUNC internal::remove_all< typename RhsXprType::Nested >::type & rhsExpression() const
TensorAssignOp< LeftArgType, RightArgType > XprType
EIGEN_DEVICE_FUNC CoeffReturnType coeff(Index index) const
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool evalSubExprsIfNeeded(Scalar *)
TensorAssignOp< LhsXprType, RhsXprType > type
EIGEN_DEVICE_FUNC internal::remove_all< typename LhsXprType::Nested >::type & lhsExpression() const
internal::packet_traits< Scalar >::type type
Eigen::internal::nested< TensorAssignOp >::type Nested
EIGEN_DEVICE_FUNC CoeffReturnType * data() const
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE double bytes_loaded() const
remove_reference< RhsNested >::type _RhsNested
internal::remove_all< typename LhsXprType::Nested >::type & m_lhs_xpr
const internal::remove_all< typename RhsXprType::Nested >::type & m_rhs_xpr
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorAssignOp(LhsXprType &lhs, const RhsXprType &rhs)
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE double bytes_stored() const
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost costPerCoeff(bool vectorized) const
remove_reference< LhsNested >::type _LhsNested
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void cleanup()
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void evalScalar(Index i)
EIGEN_DEVICE_FUNC PacketReturnType packet(Index index) const
Eigen::internal::traits< TensorAssignOp >::StorageKind StorageKind
#define EIGEN_STRONG_INLINE
Eigen::internal::traits< TensorAssignOp >::Index Index
const EIGEN_DEVICE_FUNC Dimensions & dimensions() const
LhsXprType::Scalar Scalar
TensorEvaluator< RightArgType, Device > m_rightImpl
EIGEN_DEVICE_FUNC bool dimensions_match(Dims1 &dims1, Dims2 &dims2)
traits< LhsXprType >::StorageKind StorageKind
const TensorEvaluator< RightArgType, Device > & right_impl() const
required by sycl in order to extract the accessor
#define EIGEN_STATIC_ASSERT(CONDITION, MSG)
TensorEvaluator< RightArgType, Device >::Dimensions Dimensions
promote_index_type< typename traits< LhsXprType >::Index, typename traits< RhsXprType >::Index >::type Index
A cost model used to limit the number of threads used for evaluating tensor expression.
TensorEvaluator< LeftArgType, Device > m_leftImpl
RhsXprType::Nested RhsNested
const typedef TensorAssignOp< LhsXprType, RhsXprType > & type
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE T maxi(const T &x, const T &y)
LhsXprType::Nested LhsNested
EIGEN_DEVICE_FUNC TensorEvaluator(const XprType &op, const Device &device)
PacketType< CoeffReturnType, Device >::type PacketReturnType
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void evalPacket(Index i)
const TensorEvaluator< LeftArgType, Device > & left_impl() const
required by sycl in order to extract the accessor
XprType::CoeffReturnType CoeffReturnType
LhsXprType::CoeffReturnType CoeffReturnType
Eigen::internal::traits< TensorAssignOp >::Scalar Scalar
control_box_rst
Author(s): Christoph Rösmann
autogenerated on Wed Mar 2 2022 00:06:35