Searched refs:TensorLayoutSwapOp (Results 1 – 3 of 3) sorted by relevance
39 struct traits<TensorLayoutSwapOp<XprType> > : public traits<XprType>52 struct eval<TensorLayoutSwapOp<XprType>, Eigen::Dense>54 typedef const TensorLayoutSwapOp<XprType>& type;58 struct nested<TensorLayoutSwapOp<XprType>, 1, typename eval<TensorLayoutSwapOp<XprType> >::type>60 typedef TensorLayoutSwapOp<XprType> type;68 class TensorLayoutSwapOp : public TensorBase<TensorLayoutSwapOp<XprType>, WriteAccessors>71 typedef typename Eigen::internal::traits<TensorLayoutSwapOp>::Scalar Scalar;74 typedef typename Eigen::internal::nested<TensorLayoutSwapOp>::type Nested;75 typedef typename Eigen::internal::traits<TensorLayoutSwapOp>::StorageKind StorageKind;76 typedef typename Eigen::internal::traits<TensorLayoutSwapOp>::Index Index;[all …]
732 const TensorLayoutSwapOp<const Derived>734 return TensorLayoutSwapOp<const Derived>(derived()); in swap_layout()884 const TensorLayoutSwapOp<const Derived>886 return TensorLayoutSwapOp<const Derived>(derived()); in swap_layout()889 TensorLayoutSwapOp<Derived>891 return TensorLayoutSwapOp<Derived>(derived()); in swap_layout()
50 template<typename XprType> class TensorLayoutSwapOp; variable