Home
last modified time | relevance | path

Searched refs:TensorSlicingOp (Results 1 – 3 of 3) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorMorphing.h207 struct traits<TensorSlicingOp<StartIndices, Sizes, XprType> > : public traits<XprType>
220 struct eval<TensorSlicingOp<StartIndices, Sizes, XprType>, Eigen::Dense>
222 typedef const TensorSlicingOp<StartIndices, Sizes, XprType>& type;
226 struct nested<TensorSlicingOp<StartIndices, Sizes, XprType>, 1, typename eval<TensorSlicingOp<Start…
228 typedef TensorSlicingOp<StartIndices, Sizes, XprType> type;
236 class TensorSlicingOp : public TensorBase<TensorSlicingOp<StartIndices, Sizes, XprType> >
239 typedef typename Eigen::internal::traits<TensorSlicingOp>::Scalar Scalar;
241 typedef typename Eigen::internal::nested<TensorSlicingOp>::type Nested;
242 typedef typename Eigen::internal::traits<TensorSlicingOp>::StorageKind StorageKind;
243 typedef typename Eigen::internal::traits<TensorSlicingOp>::Index Index;
[all …]
DTensorBase.h742 const TensorSlicingOp<const StartIndices, const Sizes, const Derived>
744 …return TensorSlicingOp<const StartIndices, const Sizes, const Derived>(derived(), startIndices, si… in slice()
917 const TensorSlicingOp<const StartIndices, const Sizes, const Derived>
919 …return TensorSlicingOp<const StartIndices, const Sizes, const Derived>(derived(), startIndices, si… in slice()
922 TensorSlicingOp<const StartIndices, const Sizes, Derived>
924 … return TensorSlicingOp<const StartIndices, const Sizes, Derived>(derived(), startIndices, sizes); in slice()
DTensorForwardDeclarations.h51 template<typename StartIndices, typename Sizes, typename XprType> class TensorSlicingOp; variable