|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Dims & | dims () const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const XprType & | expression () const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Op & | reducer () const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE | TensorReductionOp (const XprType &expr, const Dims &dims) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE | TensorReductionOp (const XprType &expr, const Dims &dims, const Op &reducer) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorChippingOp< DimId, const TensorReductionOp< Op, Dims, XprType, MakePointer_ > > | chip (const Index offset) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorChippingOp< DimId, TensorReductionOp< Op, Dims, XprType, MakePointer_ > > | chip (const Index offset) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorChippingOp< Dynamic, const TensorReductionOp< Op, Dims, XprType, MakePointer_ > > | chip (const Index offset, const Index dim) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorChippingOp< Dynamic, TensorReductionOp< Op, Dims, XprType, MakePointer_ > > | chip (const Index offset, const Index dim) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorConcatenationOp< const Axis, const TensorReductionOp< Op, Dims, XprType, MakePointer_ >, const OtherDerived > | concatenate (const OtherDerived &other, const Axis &axis) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorConcatenationOp< const Axis, TensorReductionOp< Op, Dims, XprType, MakePointer_ >, OtherDerived > | concatenate (const OtherDerived &other, const Axis &axis) |
|
TensorDevice< TensorReductionOp< Op, Dims, XprType, MakePointer_ >, DeviceType > | device (const DeviceType &device) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReductionOp< Op, Dims, XprType, MakePointer_ > & | operator*= (const OtherDerived &other) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReductionOp< Op, Dims, XprType, MakePointer_ > & | operator+= (const OtherDerived &other) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReductionOp< Op, Dims, XprType, MakePointer_ > & | operator-= (const OtherDerived &other) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReductionOp< Op, Dims, XprType, MakePointer_ > & | operator/= (const OtherDerived &other) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorReshapingOp< const NewDimensions, const TensorReductionOp< Op, Dims, XprType, MakePointer_ > > | reshape (const NewDimensions &newDimensions) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReshapingOp< const NewDimensions, TensorReductionOp< Op, Dims, XprType, MakePointer_ > > | reshape (const NewDimensions &newDimensions) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorReverseOp< const ReverseDimensions, const TensorReductionOp< Op, Dims, XprType, MakePointer_ > > | reverse (const ReverseDimensions &rev) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReverseOp< const ReverseDimensions, TensorReductionOp< Op, Dims, XprType, MakePointer_ > > | reverse (const ReverseDimensions &rev) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReductionOp< Op, Dims, XprType, MakePointer_ > & | setConstant (const Scalar &val) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReductionOp< Op, Dims, XprType, MakePointer_ > & | setRandom () |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReductionOp< Op, Dims, XprType, MakePointer_ > & | setRandom () |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReductionOp< Op, Dims, XprType, MakePointer_ > & | setZero () |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorShufflingOp< const Shuffle, const TensorReductionOp< Op, Dims, XprType, MakePointer_ > > | shuffle (const Shuffle &shuffle) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorShufflingOp< const Shuffle, TensorReductionOp< Op, Dims, XprType, MakePointer_ > > | shuffle (const Shuffle &shuffle) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorSlicingOp< const StartIndices, const Sizes, const TensorReductionOp< Op, Dims, XprType, MakePointer_ > > | slice (const StartIndices &startIndices, const Sizes &sizes) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSlicingOp< const StartIndices, const Sizes, TensorReductionOp< Op, Dims, XprType, MakePointer_ > > | slice (const StartIndices &startIndices, const Sizes &sizes) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorStridingOp< const Strides, const TensorReductionOp< Op, Dims, XprType, MakePointer_ > > | stride (const Strides &strides) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingOp< const Strides, TensorReductionOp< Op, Dims, XprType, MakePointer_ > > | stride (const Strides &strides) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorStridingSlicingOp< const StartIndices, const StopIndices, const Strides, const TensorReductionOp< Op, Dims, XprType, MakePointer_ > > | stridedSlice (const StartIndices &startIndices, const StopIndices &stopIndices, const Strides &strides) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingSlicingOp< const StartIndices, const StopIndices, const Strides, TensorReductionOp< Op, Dims, XprType, MakePointer_ > > | stridedSlice (const StartIndices &startIndices, const StopIndices &stopIndices, const Strides &strides) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorLayoutSwapOp< const TensorReductionOp< Op, Dims, XprType, MakePointer_ > > | swap_layout () const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorLayoutSwapOp< TensorReductionOp< Op, Dims, XprType, MakePointer_ > > | swap_layout () |
|
template<typename Op, typename Dims, typename XprType, template< class > class MakePointer_>
class Eigen::TensorReductionOp< Op, Dims, XprType, MakePointer_ >
Definition at line 36 of file TensorForwardDeclarations.h.