Searched refs:TensorIndexTupleOp (Results 1 – 3 of 3) sorted by relevance
25 struct traits<TensorIndexTupleOp<XprType> > : public traits<XprType>38 struct eval<TensorIndexTupleOp<XprType>, Eigen::Dense>40 typedef const TensorIndexTupleOp<XprType>& type;44 struct nested<TensorIndexTupleOp<XprType>, 1,45 typename eval<TensorIndexTupleOp<XprType> >::type>47 typedef TensorIndexTupleOp<XprType> type;53 class TensorIndexTupleOp : public TensorBase<TensorIndexTupleOp<XprType>, ReadOnlyAccessors>56 typedef typename Eigen::internal::traits<TensorIndexTupleOp>::Scalar Scalar;58 typedef typename Eigen::internal::nested<TensorIndexTupleOp>::type Nested;59 typedef typename Eigen::internal::traits<TensorIndexTupleOp>::StorageKind StorageKind;[all …]
37 template<typename XprType> class TensorIndexTupleOp; variable
795 const TensorIndexTupleOp<const Derived>797 return TensorIndexTupleOp<const Derived>(derived()); in index_tuples()