Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorPatch.h24 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 …]
DTensorForwardDeclarations.h44 template<typename PatchDim, typename XprType> class TensorPatchOp; variable
DTensorBase.h681 const TensorPatchOp<const PatchDims, const Derived>
683 return TensorPatchOp<const PatchDims, const Derived>(derived(), patch_dims); in extract_patches()