Searched refs:TensorPatchOp (Results 1 – 3 of 3) sorted by relevance
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorPatch.h | 24 struct traits<TensorPatchOp<PatchDim, XprType> > : public traits<XprType> 37 struct eval<TensorPatchOp<PatchDim, XprType>, Eigen::Dense> 39 typedef const TensorPatchOp<PatchDim, XprType>& type; 43 struct nested<TensorPatchOp<PatchDim, XprType>, 1, typename eval<TensorPatchOp<PatchDim, XprType> >… 45 typedef TensorPatchOp<PatchDim, XprType> type; 53 class TensorPatchOp : public TensorBase<TensorPatchOp<PatchDim, XprType>, ReadOnlyAccessors> 56 typedef typename Eigen::internal::traits<TensorPatchOp>::Scalar Scalar; 59 typedef typename Eigen::internal::nested<TensorPatchOp>::type Nested; 60 typedef typename Eigen::internal::traits<TensorPatchOp>::StorageKind StorageKind; 61 typedef typename Eigen::internal::traits<TensorPatchOp>::Index Index; [all …]
|
D | TensorForwardDeclarations.h | 44 template<typename PatchDim, typename XprType> class TensorPatchOp; variable
|
D | TensorBase.h | 681 const TensorPatchOp<const PatchDims, const Derived> 683 return TensorPatchOp<const PatchDims, const Derived>(derived(), patch_dims); in extract_patches()
|