Home | History | Annotate | Download | only in Tensor

Lines Matching defs:Dims

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) ,MakeGlobalPointer>(device_expr.expr, dims, functor);
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) ,MakeGlobalPointer>(device_expr.expr, dims, functor);