Searched refs:Dims (Results 1 – 11 of 11) sorted by relevance
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorArgMax.h | 134 template<typename ReduceOp, typename Dims, typename XprType> 135 struct traits<TensorTupleReducerOp<ReduceOp, Dims, XprType> > : public traits<XprType> 143 static const int NumDimensions = XprTraits::NumDimensions - array_size<Dims>::value; 147 template<typename ReduceOp, typename Dims, typename XprType> 148 struct eval<TensorTupleReducerOp<ReduceOp, Dims, XprType>, Eigen::Dense> 150 typedef const TensorTupleReducerOp<ReduceOp, Dims, XprType>& type; 153 template<typename ReduceOp, typename Dims, typename XprType> 154 struct nested<TensorTupleReducerOp<ReduceOp, Dims, XprType>, 1, 155 typename eval<TensorTupleReducerOp<ReduceOp, Dims, XprType> >::type> 157 typedef TensorTupleReducerOp<ReduceOp, Dims, XprType> type; [all …]
|
D | TensorReduction.h | 24 template<typename Op, typename Dims, typename XprType,template <class> class MakePointer_ > 25 struct traits<TensorReductionOp<Op, Dims, XprType, MakePointer_> > 33 static const int NumDimensions = XprTraits::NumDimensions - array_size<Dims>::value; 43 template<typename Op, typename Dims, typename XprType, template <class> class MakePointer_> 44 struct eval<TensorReductionOp<Op, Dims, XprType, MakePointer_>, Eigen::Dense> 46 typedef const TensorReductionOp<Op, Dims, XprType, MakePointer_>& type; 49 template<typename Op, typename Dims, typename XprType, template <class> class MakePointer_> 50 struct nested<TensorReductionOp<Op, Dims, XprType, MakePointer_>, 1, typename eval<TensorReductionO… 52 typedef TensorReductionOp<Op, Dims, XprType, MakePointer_> type; 349 template <typename Op, typename Dims, typename XprType, template <class> class MakePointer_> [all …]
|
D | TensorBase.h | 524 template <typename Dims> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE 525 const TensorReductionOp<internal::SumReducer<CoeffReturnType>, const Dims, const Derived> 526 sum(const Dims& dims) const { in sum() 527 …return TensorReductionOp<internal::SumReducer<CoeffReturnType>, const Dims, const Derived>(derived… in sum() 536 template <typename Dims> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE 537 const TensorReductionOp<internal::MeanReducer<CoeffReturnType>, const Dims, const Derived> 538 mean(const Dims& dims) const { in mean() 539 …return TensorReductionOp<internal::MeanReducer<CoeffReturnType>, const Dims, const Derived>(derive… in mean() 548 template <typename Dims> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE 549 const TensorReductionOp<internal::ProdReducer<CoeffReturnType>, const Dims, const Derived> [all …]
|
D | TensorSyclExtractFunctors.h | 154 template<typename Op, typename Dims, typename ArgType, template <class> class MakePointer_, typenam… 155 struct FunctorExtractor<TensorEvaluator<const TensorReductionOp<Op, Dims, ArgType, MakePointer_>, D… 156 …typedef TensorEvaluator<const TensorReductionOp<Op, Dims, ArgType, MakePointer_>, Device> Evaluato… 160 …FunctorExtractor(const TensorEvaluator<const TensorReductionOp<Op, Dims, ArgType, MakePointer_>, D… 165 template<typename Op, typename Dims, typename ArgType, template <class> class MakePointer_, typenam… 166 struct FunctorExtractor<TensorEvaluator<TensorReductionOp<Op, Dims, ArgType, MakePointer_>, Device>> 167 : FunctorExtractor<TensorEvaluator<const TensorReductionOp<Op, Dims, ArgType, MakePointer_>, Device…
|
D | TensorReductionSycl.h | 142 typedef typename Eigen::internal::remove_all<decltype(self.xprDims())>::type Dims; 143 Dims dims= self.xprDims(); 156 …const auto device_self_expr= TensorReductionOp<Op, Dims, decltype(device_expr.expr) ,MakeGlobalPoi… 204 typedef typename Eigen::internal::remove_all<decltype(self.xprDims())>::type Dims; 205 Dims dims= self.xprDims(); 219 …const auto device_self_expr= TensorReductionOp<Op, Dims, decltype(device_expr.expr) ,MakeGlobalPoi…
|
D | TensorSyclPlaceHolderExpr.h | 162 template <typename OP, typename Dims, typename Expr, size_t N>\ 163 struct PlaceHolderExpression<CVQual TensorReductionOp<OP, Dims, Expr>, N>{\ 164 typedef CVQual PlaceHolder<CVQual TensorReductionOp<OP, Dims,Expr>, N> Type;\
|
D | TensorForwardDeclarations.h | 36 template<typename Op, typename Dims, typename XprType, template <class> class MakePointer_ = MakePo… 38 template<typename ReduceOp, typename Dims, typename XprType> class TensorTupleReducerOp;
|
D | TensorBroadcasting.h | 48 template <typename Dims>
|
D | README.md | 498 cout << "Dims " << a.NumDimensions; 499 => Dims 2
|
/external/clang/test/CXX/temp/temp.param/ |
D | p15-cxx0x.cpp | 170 template <class T, int... Dims> struct multi_array;
|
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmslut.c | 467 cmsUInt32Number CubeSize(const cmsUInt32Number Dims[], cmsUInt32Number b) in CubeSize() argument 471 _cmsAssert(Dims != NULL); in CubeSize() 475 dim = Dims[b-1]; in CubeSize()
|