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