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

#include <TensorArgMax.h>

Inheritance diagram for Eigen::TensorIndexTupleOp< XprType >:
Inheritance graph
[legend]

Public Types

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

Public Member Functions

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

Protected Attributes

XprType::Nested m_xpr
 

Additional Inherited Members

- Static Public Attributes inherited from Eigen::TensorBase< TensorIndexTupleOp< XprType >, ReadOnlyAccessors >
static const int NumDimensions
 
- Protected Member Functions inherited from Eigen::TensorBase< TensorIndexTupleOp< XprType >, ReadOnlyAccessors >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorIndexTupleOp< XprType > & derived ()
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorIndexTupleOp< XprType > & derived () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorIndexTupleOp< XprType > & operator= (const OtherDerived &other)
 

Detailed Description

template<typename XprType>
class Eigen::TensorIndexTupleOp< XprType >

Definition at line 53 of file TensorArgMax.h.

Member Typedef Documentation

◆ CoeffReturnType

template<typename XprType >
typedef Tuple<Index, typename XprType::CoeffReturnType> Eigen::TensorIndexTupleOp< XprType >::CoeffReturnType

Definition at line 61 of file TensorArgMax.h.

◆ Index

Definition at line 60 of file TensorArgMax.h.

◆ Nested

Definition at line 58 of file TensorArgMax.h.

◆ RealScalar

template<typename XprType >
typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorIndexTupleOp< XprType >::RealScalar

Definition at line 57 of file TensorArgMax.h.

◆ Scalar

Definition at line 56 of file TensorArgMax.h.

◆ StorageKind

Definition at line 59 of file TensorArgMax.h.

Constructor & Destructor Documentation

◆ TensorIndexTupleOp()

template<typename XprType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::TensorIndexTupleOp< XprType >::TensorIndexTupleOp ( const XprType expr)
inline

Definition at line 63 of file TensorArgMax.h.

Member Function Documentation

◆ expression()

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

Definition at line 68 of file TensorArgMax.h.

Member Data Documentation

◆ m_xpr

template<typename XprType >
XprType::Nested Eigen::TensorIndexTupleOp< XprType >::m_xpr
protected

Definition at line 71 of file TensorArgMax.h.


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


gtsam
Author(s):
autogenerated on Wed May 15 2024 15:30:05