Home | History | Annotate | Download | only in Tensor

Lines Matching refs:Shuffle

777     template <typename Shuffle> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE
778 const TensorShufflingOp<const Shuffle, const Derived>
779 shuffle(const Shuffle& shuffle) const {
780 return TensorShufflingOp<const Shuffle, const Derived>(derived(), shuffle);
973 template <typename Shuffle> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE
974 const TensorShufflingOp<const Shuffle, const Derived>
975 shuffle(const Shuffle& shuffle) const {
976 return TensorShufflingOp<const Shuffle, const Derived>(derived(), shuffle);
978 template <typename Shuffle> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE
979 TensorShufflingOp<const Shuffle, Derived>
980 shuffle(const Shuffle& shuffle) {
981 return TensorShufflingOp<const Shuffle, Derived>(derived(), shuffle);