|
const EIGEN_DEVICE_FUNC ElseXprType & | elseExpression () const |
|
const EIGEN_DEVICE_FUNC IfXprType & | ifExpression () const |
|
EIGEN_DEVICE_FUNC | TensorSelectOp (const IfXprType &a_condition, const ThenXprType &a_then, const ElseXprType &a_else) |
|
const EIGEN_DEVICE_FUNC ThenXprType & | thenExpression () const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorChippingOp< DimId, TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > | chip (const Index offset) |
|
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorChippingOp< DimId, const TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > | chip (const Index offset) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorChippingOp< Dynamic, TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > | chip (const Index offset, const Index dim) |
|
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorChippingOp< Dynamic, const TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > | chip (const Index offset, const Index dim) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorConcatenationOp< const Axis, TensorSelectOp< IfXprType, ThenXprType, ElseXprType >, OtherDerived > | concatenate (const OtherDerived &other, const Axis &axis) |
|
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorConcatenationOp< const Axis, const TensorSelectOp< IfXprType, ThenXprType, ElseXprType >, const OtherDerived > | concatenate (const OtherDerived &other, const Axis &axis) const |
|
TensorDevice< TensorSelectOp< IfXprType, ThenXprType, ElseXprType >, DeviceType > | device (const DeviceType &dev) |
|
TensorAsyncDevice< TensorSelectOp< IfXprType, ThenXprType, ElseXprType >, DeviceType, DoneCallback > | device (const DeviceType &dev, DoneCallback done) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSelectOp< IfXprType, ThenXprType, ElseXprType > & | operator*= (const OtherDerived &other) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSelectOp< IfXprType, ThenXprType, ElseXprType > & | operator+= (const OtherDerived &other) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSelectOp< IfXprType, ThenXprType, ElseXprType > & | operator-= (const OtherDerived &other) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSelectOp< IfXprType, ThenXprType, ElseXprType > & | operator/= (const OtherDerived &other) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReshapingOp< const NewDimensions, TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > | reshape (const NewDimensions &newDimensions) |
|
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorReshapingOp< const NewDimensions, const TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > | reshape (const NewDimensions &newDimensions) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReverseOp< const ReverseDimensions, TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > | reverse (const ReverseDimensions &rev) |
|
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorReverseOp< const ReverseDimensions, const TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > | reverse (const ReverseDimensions &rev) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSelectOp< IfXprType, ThenXprType, ElseXprType > & | setConstant (const Scalar &val) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSelectOp< IfXprType, ThenXprType, ElseXprType > & | setRandom () |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSelectOp< IfXprType, ThenXprType, ElseXprType > & | setRandom () |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSelectOp< IfXprType, ThenXprType, ElseXprType > & | setZero () |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorShufflingOp< const Shuffle, TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > | shuffle (const Shuffle &shfl) |
|
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorShufflingOp< const Shuffle, const TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > | shuffle (const Shuffle &shfl) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSlicingOp< const StartIndices, const Sizes, TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > | slice (const StartIndices &startIndices, const Sizes &sizes) |
|
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorSlicingOp< const StartIndices, const Sizes, const TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > | slice (const StartIndices &startIndices, const Sizes &sizes) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingOp< const Strides, TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > | stride (const Strides &strides) |
|
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorStridingOp< const Strides, const TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > | stride (const Strides &strides) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingSlicingOp< const StartIndices, const StopIndices, const Strides, TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > | 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 TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > | stridedSlice (const StartIndices &startIndices, const StopIndices &stopIndices, const Strides &strides) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorLayoutSwapOp< TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > | swap_layout () |
|
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorLayoutSwapOp< const TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > | swap_layout () const |
|
template<typename IfXprType, typename ThenXprType, typename ElseXprType>
class Eigen::TensorSelectOp< IfXprType, ThenXprType, ElseXprType >
Definition at line 352 of file TensorExpr.h.