Home
last modified time | relevance | path

Searched refs:TensorTupleReducerOp (Results 1 – 3 of 3) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorArgMax.h135 struct traits<TensorTupleReducerOp<ReduceOp, Dims, XprType> > : public traits<XprType>
148 struct eval<TensorTupleReducerOp<ReduceOp, Dims, XprType>, Eigen::Dense>
150 typedef const TensorTupleReducerOp<ReduceOp, Dims, XprType>& type;
154 struct nested<TensorTupleReducerOp<ReduceOp, Dims, XprType>, 1,
155 typename eval<TensorTupleReducerOp<ReduceOp, Dims, XprType> >::type>
157 typedef TensorTupleReducerOp<ReduceOp, Dims, XprType> type;
163 class TensorTupleReducerOp : public TensorBase<TensorTupleReducerOp<ReduceOp, Dims, XprType>, ReadO…
166 typedef typename Eigen::internal::traits<TensorTupleReducerOp>::Scalar Scalar;
168 typedef typename Eigen::internal::nested<TensorTupleReducerOp>::type Nested;
169 typedef typename Eigen::internal::traits<TensorTupleReducerOp>::StorageKind StorageKind;
[all …]
DTensorBase.h611 const TensorTupleReducerOp<
617 return TensorTupleReducerOp< in argmax()
624 const TensorTupleReducerOp<
630 return TensorTupleReducerOp< in argmin()
637 const TensorTupleReducerOp<
643 return TensorTupleReducerOp< in argmax()
650 const TensorTupleReducerOp<
656 return TensorTupleReducerOp< in argmin()
DTensorForwardDeclarations.h38 template<typename ReduceOp, typename Dims, typename XprType> class TensorTupleReducerOp; variable