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