Public Types | |
typedef Index | CoeffReturnType |
typedef Eigen::internal::traits< TensorPairReducerOp >::Index | Index |
typedef Eigen::internal::nested< TensorPairReducerOp >::type | Nested |
typedef Eigen::NumTraits< Scalar >::Real | RealScalar |
typedef Eigen::internal::traits< TensorPairReducerOp >::Scalar | Scalar |
typedef Eigen::internal::traits< TensorPairReducerOp >::StorageKind | StorageKind |
Public Member Functions | |
const internal::remove_all_t< typename XprType::Nested > & | expression () const |
const Dims & | reduce_dims () const |
const ReduceOp & | reduce_op () const |
Index | return_dim () const |
TensorPairReducerOp (const XprType &expr, const ReduceOp &reduce_op, const Index return_dim, const Dims &reduce_dims) | |
Protected Attributes | |
const Dims | m_reduce_dims |
const ReduceOp | m_reduce_op |
const Index | m_return_dim |
XprType::Nested | m_xpr |
Definition at line 172 of file TensorArgMax.h.
typedef Index Eigen::TensorPairReducerOp< ReduceOp, Dims, XprType >::CoeffReturnType |
Definition at line 180 of file TensorArgMax.h.
typedef Eigen::internal::traits<TensorPairReducerOp>::Index Eigen::TensorPairReducerOp< ReduceOp, Dims, XprType >::Index |
Definition at line 179 of file TensorArgMax.h.
typedef Eigen::internal::nested<TensorPairReducerOp>::type Eigen::TensorPairReducerOp< ReduceOp, Dims, XprType >::Nested |
Definition at line 177 of file TensorArgMax.h.
typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorPairReducerOp< ReduceOp, Dims, XprType >::RealScalar |
Definition at line 176 of file TensorArgMax.h.
typedef Eigen::internal::traits<TensorPairReducerOp>::Scalar Eigen::TensorPairReducerOp< ReduceOp, Dims, XprType >::Scalar |
Definition at line 175 of file TensorArgMax.h.
typedef Eigen::internal::traits<TensorPairReducerOp>::StorageKind Eigen::TensorPairReducerOp< ReduceOp, Dims, XprType >::StorageKind |
Definition at line 178 of file TensorArgMax.h.
|
inline |
Definition at line 182 of file TensorArgMax.h.
|
inline |
Definition at line 190 of file TensorArgMax.h.
|
inline |
Definition at line 196 of file TensorArgMax.h.
|
inline |
Definition at line 193 of file TensorArgMax.h.
|
inline |
Definition at line 199 of file TensorArgMax.h.
|
protected |
Definition at line 205 of file TensorArgMax.h.
|
protected |
Definition at line 203 of file TensorArgMax.h.
|
protected |
Definition at line 204 of file TensorArgMax.h.
|
protected |
Definition at line 202 of file TensorArgMax.h.