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