Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorInflation.h24 struct traits<TensorInflationOp<Strides, XprType> > : public traits<XprType>
37 struct eval<TensorInflationOp<Strides, XprType>, Eigen::Dense>
39 typedef const TensorInflationOp<Strides, XprType>& type;
43 struct nested<TensorInflationOp<Strides, XprType>, 1, typename eval<TensorInflationOp<Strides, XprT…
45 typedef TensorInflationOp<Strides, XprType> type;
51 class TensorInflationOp : public TensorBase<TensorInflationOp<Strides, XprType>, ReadOnlyAccessors>
54 typedef typename Eigen::internal::traits<TensorInflationOp>::Scalar Scalar;
57 typedef typename Eigen::internal::nested<TensorInflationOp>::type Nested;
58 typedef typename Eigen::internal::traits<TensorInflationOp>::StorageKind StorageKind;
59 typedef typename Eigen::internal::traits<TensorInflationOp>::Index Index;
[all …]
DTensorForwardDeclarations.h57 template<typename Strides, typename XprType> class TensorInflationOp; variable
DTensorBase.h788 const TensorInflationOp<const Strides, const Derived>
790 return TensorInflationOp<const Strides, const Derived>(derived(), strides); in inflate()