|
const EIGEN_DEVICE_FUNC UnaryOp & | functor () const |
|
const EIGEN_DEVICE_FUNC internal::remove_all< typename XprType::Nested >::type & | nestedExpression () const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE | TensorCwiseUnaryOp (const XprType &xpr, const UnaryOp &func=UnaryOp()) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorChippingOp< DimId, TensorCwiseUnaryOp< UnaryOp, XprType > > | chip (const Index offset) |
|
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorChippingOp< DimId, const TensorCwiseUnaryOp< UnaryOp, XprType > > | chip (const Index offset) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorChippingOp< Dynamic, TensorCwiseUnaryOp< UnaryOp, XprType > > | chip (const Index offset, const Index dim) |
|
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorChippingOp< Dynamic, const TensorCwiseUnaryOp< UnaryOp, XprType > > | chip (const Index offset, const Index dim) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorConcatenationOp< const Axis, TensorCwiseUnaryOp< UnaryOp, XprType >, OtherDerived > | concatenate (const OtherDerived &other, const Axis &axis) |
|
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorConcatenationOp< const Axis, const TensorCwiseUnaryOp< UnaryOp, XprType >, const OtherDerived > | concatenate (const OtherDerived &other, const Axis &axis) const |
|
TensorDevice< TensorCwiseUnaryOp< UnaryOp, XprType >, DeviceType > | device (const DeviceType &dev) |
|
TensorAsyncDevice< TensorCwiseUnaryOp< UnaryOp, XprType >, DeviceType, DoneCallback > | device (const DeviceType &dev, DoneCallback done) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCwiseUnaryOp< UnaryOp, XprType > & | operator*= (const OtherDerived &other) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCwiseUnaryOp< UnaryOp, XprType > & | operator+= (const OtherDerived &other) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCwiseUnaryOp< UnaryOp, XprType > & | operator-= (const OtherDerived &other) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCwiseUnaryOp< UnaryOp, XprType > & | operator/= (const OtherDerived &other) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReshapingOp< const NewDimensions, TensorCwiseUnaryOp< UnaryOp, XprType > > | reshape (const NewDimensions &newDimensions) |
|
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorReshapingOp< const NewDimensions, const TensorCwiseUnaryOp< UnaryOp, XprType > > | reshape (const NewDimensions &newDimensions) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReverseOp< const ReverseDimensions, TensorCwiseUnaryOp< UnaryOp, XprType > > | reverse (const ReverseDimensions &rev) |
|
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorReverseOp< const ReverseDimensions, const TensorCwiseUnaryOp< UnaryOp, XprType > > | reverse (const ReverseDimensions &rev) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCwiseUnaryOp< UnaryOp, XprType > & | setConstant (const Scalar &val) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCwiseUnaryOp< UnaryOp, XprType > & | setRandom () |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCwiseUnaryOp< UnaryOp, XprType > & | setRandom () |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCwiseUnaryOp< UnaryOp, XprType > & | setZero () |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorShufflingOp< const Shuffle, TensorCwiseUnaryOp< UnaryOp, XprType > > | shuffle (const Shuffle &shfl) |
|
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorShufflingOp< const Shuffle, const TensorCwiseUnaryOp< UnaryOp, XprType > > | shuffle (const Shuffle &shfl) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSlicingOp< const StartIndices, const Sizes, TensorCwiseUnaryOp< UnaryOp, XprType > > | slice (const StartIndices &startIndices, const Sizes &sizes) |
|
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorSlicingOp< const StartIndices, const Sizes, const TensorCwiseUnaryOp< UnaryOp, XprType > > | slice (const StartIndices &startIndices, const Sizes &sizes) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingOp< const Strides, TensorCwiseUnaryOp< UnaryOp, XprType > > | stride (const Strides &strides) |
|
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorStridingOp< const Strides, const TensorCwiseUnaryOp< UnaryOp, XprType > > | stride (const Strides &strides) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingSlicingOp< const StartIndices, const StopIndices, const Strides, TensorCwiseUnaryOp< UnaryOp, 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 TensorCwiseUnaryOp< UnaryOp, XprType > > | stridedSlice (const StartIndices &startIndices, const StopIndices &stopIndices, const Strides &strides) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorLayoutSwapOp< TensorCwiseUnaryOp< UnaryOp, XprType > > | swap_layout () |
|
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorLayoutSwapOp< const TensorCwiseUnaryOp< UnaryOp, XprType > > | swap_layout () const |
|
template<typename UnaryOp, typename XprType>
class Eigen::TensorCwiseUnaryOp< UnaryOp, XprType >
Definition at line 115 of file TensorExpr.h.