Home | History | Annotate | Download | only in Tensor

Lines Matching refs:Expr

31 template <typename Expr>
81 template <typename Expr>
82 struct LeafCount<const TensorForcedEvalOp<Expr> > {
87 template <typename Expr>
88 struct LeafCount<TensorForcedEvalOp<Expr> >: LeafCount<const TensorForcedEvalOp<Expr> > {};
91 template <typename Expr>
92 struct LeafCount<const TensorEvalToOp<Expr> > {
93 static const size_t Count = 1 + CategoryCount<Expr>::Count;
97 template <typename OP, typename Dim, typename Expr>
98 struct LeafCount<const TensorReductionOp<OP, Dim, Expr> > {
103 template <typename OP, typename Dim, typename Expr>
104 struct LeafCount<TensorReductionOp<OP, Dim, Expr> >: LeafCount<const TensorReductionOp<OP, Dim, Expr> >{};
107 template <typename Expr>
108 struct LeafCount<TensorEvalToOp<Expr> >: LeafCount<const TensorEvalToOp<Expr> >{};