Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::TensorCustomUnaryOp< CustomUnaryFunc, XprType > Class Template Reference

Tensor custom class. More...

#include <TensorCustomOp.h>

Inheritance diagram for Eigen::TensorCustomUnaryOp< CustomUnaryFunc, XprType >:
Inheritance graph
[legend]

Public Types

typedef XprType::CoeffReturnType CoeffReturnType
 
typedef internal::traits< TensorCustomUnaryOp >::Index Index
 
typedef internal::nested< TensorCustomUnaryOp >::type Nested
 
typedef Eigen::NumTraits< Scalar >::Real RealScalar
 
typedef internal::traits< TensorCustomUnaryOp >::Scalar Scalar
 
typedef internal::traits< TensorCustomUnaryOp >::StorageKind StorageKind
 
- Public Types inherited from Eigen::TensorBase< TensorCustomUnaryOp< CustomUnaryFunc, XprType >, ReadOnlyAccessors >
typedef Scalar CoeffReturnType
 
typedef internal::traits< TensorCustomUnaryOp< CustomUnaryFunc, XprType > > DerivedTraits
 
typedef DerivedTraits::Index Index
 
typedef DerivedTraits::Scalar Scalar
 

Public Member Functions

EIGEN_DEVICE_FUNC const internal::remove_all< typename XprType::Nested >::type & expression () const
 
EIGEN_DEVICE_FUNC const CustomUnaryFunc & func () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCustomUnaryOp (const XprType &expr, const CustomUnaryFunc &func)
 
- Public Member Functions inherited from Eigen::TensorBase< TensorCustomUnaryOp< CustomUnaryFunc, XprType >, ReadOnlyAccessors >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorChippingOp< DimId, const TensorCustomUnaryOp< CustomUnaryFunc, XprType > > chip (const Index offset) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorChippingOp< DimId, TensorCustomUnaryOp< CustomUnaryFunc, XprType > > chip (const Index offset)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorChippingOp< Dynamic, const TensorCustomUnaryOp< CustomUnaryFunc, XprType > > chip (const Index offset, const Index dim) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorChippingOp< Dynamic, TensorCustomUnaryOp< CustomUnaryFunc, XprType > > chip (const Index offset, const Index dim)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorConcatenationOp< const Axis, const TensorCustomUnaryOp< CustomUnaryFunc, XprType >, const OtherDerived > concatenate (const OtherDerived &other, const Axis &axis) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorConcatenationOp< const Axis, TensorCustomUnaryOp< CustomUnaryFunc, XprType >, OtherDerived > concatenate (const OtherDerived &other, const Axis &axis)
 
TensorDevice< TensorCustomUnaryOp< CustomUnaryFunc, XprType >, DeviceType > device (const DeviceType &device)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCustomUnaryOp< CustomUnaryFunc, XprType > & operator*= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCustomUnaryOp< CustomUnaryFunc, XprType > & operator+= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCustomUnaryOp< CustomUnaryFunc, XprType > & operator-= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCustomUnaryOp< CustomUnaryFunc, XprType > & operator/= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorReshapingOp< const NewDimensions, const TensorCustomUnaryOp< CustomUnaryFunc, XprType > > reshape (const NewDimensions &newDimensions) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReshapingOp< const NewDimensions, TensorCustomUnaryOp< CustomUnaryFunc, XprType > > reshape (const NewDimensions &newDimensions)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorReverseOp< const ReverseDimensions, const TensorCustomUnaryOp< CustomUnaryFunc, XprType > > reverse (const ReverseDimensions &rev) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReverseOp< const ReverseDimensions, TensorCustomUnaryOp< CustomUnaryFunc, XprType > > reverse (const ReverseDimensions &rev)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCustomUnaryOp< CustomUnaryFunc, XprType > & setConstant (const Scalar &val)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCustomUnaryOp< CustomUnaryFunc, XprType > & setRandom ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCustomUnaryOp< CustomUnaryFunc, XprType > & setRandom ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCustomUnaryOp< CustomUnaryFunc, XprType > & setZero ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorShufflingOp< const Shuffle, const TensorCustomUnaryOp< CustomUnaryFunc, XprType > > shuffle (const Shuffle &shuffle) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorShufflingOp< const Shuffle, TensorCustomUnaryOp< CustomUnaryFunc, XprType > > shuffle (const Shuffle &shuffle)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorSlicingOp< const StartIndices, const Sizes, const TensorCustomUnaryOp< CustomUnaryFunc, XprType > > slice (const StartIndices &startIndices, const Sizes &sizes) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSlicingOp< const StartIndices, const Sizes, TensorCustomUnaryOp< CustomUnaryFunc, XprType > > slice (const StartIndices &startIndices, const Sizes &sizes)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorStridingOp< const Strides, const TensorCustomUnaryOp< CustomUnaryFunc, XprType > > stride (const Strides &strides) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingOp< const Strides, TensorCustomUnaryOp< CustomUnaryFunc, XprType > > stride (const Strides &strides)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorStridingSlicingOp< const StartIndices, const StopIndices, const Strides, const TensorCustomUnaryOp< CustomUnaryFunc, XprType > > stridedSlice (const StartIndices &startIndices, const StopIndices &stopIndices, const Strides &strides) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingSlicingOp< const StartIndices, const StopIndices, const Strides, TensorCustomUnaryOp< CustomUnaryFunc, XprType > > stridedSlice (const StartIndices &startIndices, const StopIndices &stopIndices, const Strides &strides)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorLayoutSwapOp< const TensorCustomUnaryOp< CustomUnaryFunc, XprType > > swap_layout () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorLayoutSwapOp< TensorCustomUnaryOp< CustomUnaryFunc, XprType > > swap_layout ()
 

Protected Attributes

XprType::Nested m_expr
 
const CustomUnaryFunc m_func
 

Additional Inherited Members

- Static Public Attributes inherited from Eigen::TensorBase< TensorCustomUnaryOp< CustomUnaryFunc, XprType >, ReadOnlyAccessors >
static const int NumDimensions
 
- Protected Member Functions inherited from Eigen::TensorBase< TensorCustomUnaryOp< CustomUnaryFunc, XprType >, ReadOnlyAccessors >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCustomUnaryOp< CustomUnaryFunc, XprType > & derived ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorCustomUnaryOp< CustomUnaryFunc, XprType > & derived () const
 

Detailed Description

template<typename CustomUnaryFunc, typename XprType>
class Eigen::TensorCustomUnaryOp< CustomUnaryFunc, XprType >

Tensor custom class.

Definition at line 52 of file TensorCustomOp.h.

Member Typedef Documentation

template<typename CustomUnaryFunc , typename XprType >
typedef XprType::CoeffReturnType Eigen::TensorCustomUnaryOp< CustomUnaryFunc, XprType >::CoeffReturnType

Definition at line 57 of file TensorCustomOp.h.

template<typename CustomUnaryFunc , typename XprType >
typedef internal::traits<TensorCustomUnaryOp>::Index Eigen::TensorCustomUnaryOp< CustomUnaryFunc, XprType >::Index

Definition at line 60 of file TensorCustomOp.h.

template<typename CustomUnaryFunc , typename XprType >
typedef internal::nested<TensorCustomUnaryOp>::type Eigen::TensorCustomUnaryOp< CustomUnaryFunc, XprType >::Nested

Definition at line 58 of file TensorCustomOp.h.

template<typename CustomUnaryFunc , typename XprType >
typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorCustomUnaryOp< CustomUnaryFunc, XprType >::RealScalar

Definition at line 56 of file TensorCustomOp.h.

template<typename CustomUnaryFunc , typename XprType >
typedef internal::traits<TensorCustomUnaryOp>::Scalar Eigen::TensorCustomUnaryOp< CustomUnaryFunc, XprType >::Scalar

Definition at line 55 of file TensorCustomOp.h.

template<typename CustomUnaryFunc , typename XprType >
typedef internal::traits<TensorCustomUnaryOp>::StorageKind Eigen::TensorCustomUnaryOp< CustomUnaryFunc, XprType >::StorageKind

Definition at line 59 of file TensorCustomOp.h.

Constructor & Destructor Documentation

template<typename CustomUnaryFunc , typename XprType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::TensorCustomUnaryOp< CustomUnaryFunc, XprType >::TensorCustomUnaryOp ( const XprType &  expr,
const CustomUnaryFunc &  func 
)
inline

Definition at line 62 of file TensorCustomOp.h.

Member Function Documentation

template<typename CustomUnaryFunc , typename XprType >
EIGEN_DEVICE_FUNC const internal::remove_all<typename XprType::Nested>::type& Eigen::TensorCustomUnaryOp< CustomUnaryFunc, XprType >::expression ( ) const
inline

Definition at line 70 of file TensorCustomOp.h.

template<typename CustomUnaryFunc , typename XprType >
EIGEN_DEVICE_FUNC const CustomUnaryFunc& Eigen::TensorCustomUnaryOp< CustomUnaryFunc, XprType >::func ( ) const
inline

Definition at line 66 of file TensorCustomOp.h.

Member Data Documentation

template<typename CustomUnaryFunc , typename XprType >
XprType::Nested Eigen::TensorCustomUnaryOp< CustomUnaryFunc, XprType >::m_expr
protected

Definition at line 73 of file TensorCustomOp.h.

template<typename CustomUnaryFunc , typename XprType >
const CustomUnaryFunc Eigen::TensorCustomUnaryOp< CustomUnaryFunc, XprType >::m_func
protected

Definition at line 74 of file TensorCustomOp.h.


The documentation for this class was generated from the following file:


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:23