Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorImagePatch.h31 struct traits<TensorImagePatchOp<Rows, Cols, XprType> > : public traits<XprType>
44 struct eval<TensorImagePatchOp<Rows, Cols, XprType>, Eigen::Dense>
46 typedef const TensorImagePatchOp<Rows, Cols, XprType>& type;
50 struct nested<TensorImagePatchOp<Rows, Cols, XprType>, 1, typename eval<TensorImagePatchOp<Rows, Co…
52 typedef TensorImagePatchOp<Rows, Cols, XprType> type;
58 class TensorImagePatchOp : public TensorBase<TensorImagePatchOp<Rows, Cols, XprType>, ReadOnlyAcces…
61 typedef typename Eigen::internal::traits<TensorImagePatchOp>::Scalar Scalar;
64 typedef typename Eigen::internal::nested<TensorImagePatchOp>::type Nested;
65 typedef typename Eigen::internal::traits<TensorImagePatchOp>::StorageKind StorageKind;
66 typedef typename Eigen::internal::traits<TensorImagePatchOp>::Index Index;
[all …]
DTensorForwardDeclarations.h45 template<DenseIndex Rows, DenseIndex Cols, typename XprType> class TensorImagePatchOp; variable
DTensorBase.h687 const TensorImagePatchOp<Dynamic, Dynamic, const Derived>
692 …return TensorImagePatchOp<Dynamic, Dynamic, const Derived>(derived(), patch_rows, patch_cols, row_…
697 const TensorImagePatchOp<Dynamic, Dynamic, const Derived>
705 …return TensorImagePatchOp<Dynamic, Dynamic, const Derived>(derived(), patch_rows, patch_cols, row_… in extract_image_patches()