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