22 #ifndef UNSUPPORTED_EIGEN_CXX11_SRC_TENSOR_TENSORSYCL_LEAF_COUNT_HPP 23 #define UNSUPPORTED_EIGEN_CXX11_SRC_TENSOR_TENSORSYCL_LEAF_COUNT_HPP 26 namespace TensorSycl {
31 template <
typename Expr>
41 template<
typename Arg,
typename... Args>
47 template <
typename PlainObjectType,
int Options_,
template <
class>
class MakePointer_>
53 template <
typename PlainObjectType,
int Options_,
template <
class>
class MakePointer_>
54 struct LeafCount<
TensorMap<PlainObjectType, Options_, MakePointer_> > :
LeafCount<const TensorMap<PlainObjectType, Options_, MakePointer_> >{};
57 template <
template <
class,
class...>
class CategoryExpr,
typename OP,
typename... RHSExpr>
60 template <
template <
class,
class...>
class CategoryExpr,
typename OP,
typename... RHSExpr>
61 struct LeafCount<CategoryExpr<OP, RHSExpr...> > :
LeafCount<const CategoryExpr<OP, RHSExpr...> >{};
64 template <
typename IfExpr,
typename ThenExpr,
typename ElseExpr>
67 template <
typename IfExpr,
typename ThenExpr,
typename ElseExpr>
72 template <
typename LHSExpr,
typename RHSExpr>
77 template <
typename LHSExpr,
typename RHSExpr>
81 template <
typename Expr>
87 template <
typename Expr>
91 template <
typename Expr>
97 template <
typename OP,
typename Dim,
typename Expr>
103 template <
typename OP,
typename Dim,
typename Expr>
107 template <
typename Expr>
114 #endif // UNSUPPORTED_EIGEN_CXX11_SRC_TENSOR_TENSORSYCL_LEAF_COUNT_HPP LeafCount used to counting terminal nodes. The total number of leaf nodes is used by MakePlaceHolderE...
A tensor expression mapping an existing array of data.