|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE | TensorPairReducerOp (const XprType &expr, const ReduceOp &reduce_op, const Index return_dim, const Dims &reduce_dims) |
|
EIGEN_DEVICE_FUNC const internal::remove_all_t< typename XprType::Nested > & | expression () const |
|
EIGEN_DEVICE_FUNC const ReduceOp & | reduce_op () const |
|
EIGEN_DEVICE_FUNC const Dims & | reduce_dims () const |
|
EIGEN_DEVICE_FUNC Index | return_dim () const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorPairReducerOp< ReduceOp, Dims, XprType > & | setZero () |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorPairReducerOp< ReduceOp, Dims, XprType > & | setConstant (const Scalar &val) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorPairReducerOp< ReduceOp, Dims, XprType > & | setRandom () |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorPairReducerOp< ReduceOp, Dims, XprType > & | setRandom () |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorPairReducerOp< ReduceOp, Dims, XprType > & | setValues (const typename internal::Initializer< TensorPairReducerOp< ReduceOp, Dims, XprType >, NumDimensions >::InitList &vals) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorPairReducerOp< ReduceOp, Dims, XprType > & | operator+= (const OtherDerived &other) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorPairReducerOp< ReduceOp, Dims, XprType > & | operator-= (const OtherDerived &other) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorPairReducerOp< ReduceOp, Dims, XprType > & | operator*= (const OtherDerived &other) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorPairReducerOp< ReduceOp, Dims, XprType > & | operator/= (const OtherDerived &other) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorLayoutSwapOp< const TensorPairReducerOp< ReduceOp, Dims, XprType > > | swap_layout () const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorLayoutSwapOp< TensorPairReducerOp< ReduceOp, Dims, XprType > > | swap_layout () |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorConcatenationOp< const Axis, const TensorPairReducerOp< ReduceOp, Dims, XprType >, const OtherDerived > | concatenate (const OtherDerived &other, const Axis &axis) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorConcatenationOp< const Axis, TensorPairReducerOp< ReduceOp, Dims, XprType >, OtherDerived > | concatenate (const OtherDerived &other, const Axis &axis) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorReshapingOp< const NewDimensions, const TensorPairReducerOp< ReduceOp, Dims, XprType > > | reshape (const NewDimensions &newDimensions) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReshapingOp< const NewDimensions, TensorPairReducerOp< ReduceOp, Dims, XprType > > | reshape (const NewDimensions &newDimensions) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorSlicingOp< const StartIndices, const Sizes, const TensorPairReducerOp< ReduceOp, Dims, XprType > > | slice (const StartIndices &startIndices, const Sizes &sizes) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSlicingOp< const StartIndices, const Sizes, TensorPairReducerOp< ReduceOp, Dims, XprType > > | slice (const StartIndices &startIndices, const Sizes &sizes) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorStridingSlicingOp< const StartIndices, const StopIndices, const Strides, const TensorPairReducerOp< ReduceOp, Dims, 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, TensorPairReducerOp< ReduceOp, Dims, XprType > > | stridedSlice (const StartIndices &startIndices, const StopIndices &stopIndices, const Strides &strides) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorChippingOp< DimId, const TensorPairReducerOp< ReduceOp, Dims, XprType > > | chip (const Index offset) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorChippingOp< DimId, TensorPairReducerOp< ReduceOp, Dims, XprType > > | chip (const Index offset) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorChippingOp< Dynamic, const TensorPairReducerOp< ReduceOp, Dims, XprType > > | chip (const Index offset, const Index dim) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorChippingOp< Dynamic, TensorPairReducerOp< ReduceOp, Dims, XprType > > | chip (const Index offset, const Index dim) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorReverseOp< const ReverseDimensions, const TensorPairReducerOp< ReduceOp, Dims, XprType > > | reverse (const ReverseDimensions &rev) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReverseOp< const ReverseDimensions, TensorPairReducerOp< ReduceOp, Dims, XprType > > | reverse (const ReverseDimensions &rev) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorRollOp< const Rolls, const TensorPairReducerOp< ReduceOp, Dims, XprType > > | roll (const Rolls &roll) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorRollOp< const Rolls, TensorPairReducerOp< ReduceOp, Dims, XprType > > | roll (const Rolls &roll) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorShufflingOp< const Shuffle, const TensorPairReducerOp< ReduceOp, Dims, XprType > > | shuffle (const Shuffle &shfl) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorShufflingOp< const Shuffle, TensorPairReducerOp< ReduceOp, Dims, XprType > > | shuffle (const Shuffle &shfl) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorStridingOp< const Strides, const TensorPairReducerOp< ReduceOp, Dims, XprType > > | stride (const Strides &strides) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingOp< const Strides, TensorPairReducerOp< ReduceOp, Dims, XprType > > | stride (const Strides &strides) |
|
TensorDevice< TensorPairReducerOp< ReduceOp, Dims, XprType >, DeviceType > | device (const DeviceType &dev) |
|
TensorAsyncDevice< TensorPairReducerOp< ReduceOp, Dims, XprType >, DeviceType, DoneCallback > | device (const DeviceType &dev, DoneCallback done) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorPairReducerOp< ReduceOp, Dims, XprType > & | derived () |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorPairReducerOp< ReduceOp, Dims, XprType > & | derived () const |
|