|
EIGEN_DEVICE_FUNC DenseIndex | col_inflate_strides () const |
|
EIGEN_DEVICE_FUNC DenseIndex | col_strides () const |
|
EIGEN_DEVICE_FUNC const internal::remove_all< typename XprType::Nested >::type & | expression () const |
|
EIGEN_DEVICE_FUNC DenseIndex | in_col_strides () const |
|
EIGEN_DEVICE_FUNC DenseIndex | in_plane_strides () const |
|
EIGEN_DEVICE_FUNC DenseIndex | in_row_strides () const |
|
EIGEN_DEVICE_FUNC DenseIndex | padding_bottom () const |
|
EIGEN_DEVICE_FUNC DenseIndex | padding_bottom_z () const |
|
EIGEN_DEVICE_FUNC bool | padding_explicit () const |
|
EIGEN_DEVICE_FUNC DenseIndex | padding_left () const |
|
EIGEN_DEVICE_FUNC DenseIndex | padding_right () const |
|
EIGEN_DEVICE_FUNC DenseIndex | padding_top () const |
|
EIGEN_DEVICE_FUNC DenseIndex | padding_top_z () const |
|
EIGEN_DEVICE_FUNC PaddingType | padding_type () const |
|
EIGEN_DEVICE_FUNC Scalar | padding_value () const |
|
EIGEN_DEVICE_FUNC DenseIndex | patch_cols () const |
|
EIGEN_DEVICE_FUNC DenseIndex | patch_planes () const |
|
EIGEN_DEVICE_FUNC DenseIndex | patch_rows () const |
|
EIGEN_DEVICE_FUNC DenseIndex | plane_inflate_strides () const |
|
EIGEN_DEVICE_FUNC DenseIndex | plane_strides () const |
|
EIGEN_DEVICE_FUNC DenseIndex | row_inflate_strides () const |
|
EIGEN_DEVICE_FUNC DenseIndex | row_strides () const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE | TensorVolumePatchOp (const XprType &expr, DenseIndex patch_planes, DenseIndex patch_rows, DenseIndex patch_cols, DenseIndex plane_strides, DenseIndex row_strides, DenseIndex col_strides, DenseIndex in_plane_strides, DenseIndex in_row_strides, DenseIndex in_col_strides, DenseIndex plane_inflate_strides, DenseIndex row_inflate_strides, DenseIndex col_inflate_strides, PaddingType padding_type, Scalar padding_value) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE | TensorVolumePatchOp (const XprType &expr, DenseIndex patch_planes, DenseIndex patch_rows, DenseIndex patch_cols, DenseIndex plane_strides, DenseIndex row_strides, DenseIndex col_strides, DenseIndex in_plane_strides, DenseIndex in_row_strides, DenseIndex in_col_strides, DenseIndex plane_inflate_strides, DenseIndex row_inflate_strides, DenseIndex col_inflate_strides, DenseIndex padding_top_z, DenseIndex padding_bottom_z, DenseIndex padding_top, DenseIndex padding_bottom, DenseIndex padding_left, DenseIndex padding_right, Scalar padding_value) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorChippingOp< DimId, const TensorVolumePatchOp< Planes, Rows, Cols, XprType > > | chip (const Index offset) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorChippingOp< DimId, TensorVolumePatchOp< Planes, Rows, Cols, XprType > > | chip (const Index offset) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorChippingOp< Dynamic, const TensorVolumePatchOp< Planes, Rows, Cols, XprType > > | chip (const Index offset, const Index dim) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorChippingOp< Dynamic, TensorVolumePatchOp< Planes, Rows, Cols, XprType > > | chip (const Index offset, const Index dim) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorConcatenationOp< const Axis, const TensorVolumePatchOp< Planes, Rows, Cols, XprType >, const OtherDerived > | concatenate (const OtherDerived &other, const Axis &axis) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorConcatenationOp< const Axis, TensorVolumePatchOp< Planes, Rows, Cols, XprType >, OtherDerived > | concatenate (const OtherDerived &other, const Axis &axis) |
|
TensorDevice< TensorVolumePatchOp< Planes, Rows, Cols, XprType >, DeviceType > | device (const DeviceType &device) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorVolumePatchOp< Planes, Rows, Cols, XprType > & | operator*= (const OtherDerived &other) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorVolumePatchOp< Planes, Rows, Cols, XprType > & | operator+= (const OtherDerived &other) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorVolumePatchOp< Planes, Rows, Cols, XprType > & | operator-= (const OtherDerived &other) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorVolumePatchOp< Planes, Rows, Cols, XprType > & | operator/= (const OtherDerived &other) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorReshapingOp< const NewDimensions, const TensorVolumePatchOp< Planes, Rows, Cols, XprType > > | reshape (const NewDimensions &newDimensions) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReshapingOp< const NewDimensions, TensorVolumePatchOp< Planes, Rows, Cols, XprType > > | reshape (const NewDimensions &newDimensions) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorReverseOp< const ReverseDimensions, const TensorVolumePatchOp< Planes, Rows, Cols, XprType > > | reverse (const ReverseDimensions &rev) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReverseOp< const ReverseDimensions, TensorVolumePatchOp< Planes, Rows, Cols, XprType > > | reverse (const ReverseDimensions &rev) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorVolumePatchOp< Planes, Rows, Cols, XprType > & | setConstant (const Scalar &val) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorVolumePatchOp< Planes, Rows, Cols, XprType > & | setRandom () |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorVolumePatchOp< Planes, Rows, Cols, XprType > & | setRandom () |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorVolumePatchOp< Planes, Rows, Cols, XprType > & | setZero () |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorShufflingOp< const Shuffle, const TensorVolumePatchOp< Planes, Rows, Cols, XprType > > | shuffle (const Shuffle &shuffle) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorShufflingOp< const Shuffle, TensorVolumePatchOp< Planes, Rows, Cols, XprType > > | shuffle (const Shuffle &shuffle) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorSlicingOp< const StartIndices, const Sizes, const TensorVolumePatchOp< Planes, Rows, Cols, XprType > > | slice (const StartIndices &startIndices, const Sizes &sizes) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSlicingOp< const StartIndices, const Sizes, TensorVolumePatchOp< Planes, Rows, Cols, XprType > > | slice (const StartIndices &startIndices, const Sizes &sizes) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorStridingOp< const Strides, const TensorVolumePatchOp< Planes, Rows, Cols, XprType > > | stride (const Strides &strides) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingOp< const Strides, TensorVolumePatchOp< Planes, Rows, Cols, XprType > > | stride (const Strides &strides) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorStridingSlicingOp< const StartIndices, const StopIndices, const Strides, const TensorVolumePatchOp< Planes, Rows, Cols, 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, TensorVolumePatchOp< Planes, Rows, Cols, XprType > > | stridedSlice (const StartIndices &startIndices, const StopIndices &stopIndices, const Strides &strides) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorLayoutSwapOp< const TensorVolumePatchOp< Planes, Rows, Cols, XprType > > | swap_layout () const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorLayoutSwapOp< TensorVolumePatchOp< Planes, Rows, Cols, XprType > > | swap_layout () |
|
template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType>
class Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >
Definition at line 46 of file TensorForwardDeclarations.h.