HomeSort by relevance Sort by last modified time
    Searched refs:TensorPatchOp (Results 1 - 3 of 3) sorted by null

  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
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> >::type>
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
    [all...]
TensorForwardDeclarations.h 44 template<typename PatchDim, typename XprType> class TensorPatchOp;
TensorBase.h 681 const TensorPatchOp<const PatchDims, const Derived>
683 return TensorPatchOp<const PatchDims, const Derived>(derived(), patch_dims);
    [all...]

Completed in 221 milliseconds