Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorDimensionList.h25 template <typename Index, std::size_t Rank> struct DimensionList { struct
32 template<typename Index, std::size_t Rank> struct array_size<DimensionList<Index, Rank> > {
35 template<typename Index, std::size_t Rank> struct array_size<const DimensionList<Index, Rank> > {
39 template<DenseIndex n, typename Index, std::size_t Rank> const Index array_get(DimensionList<Index,…
42 template<DenseIndex n, typename Index, std::size_t Rank> const Index array_get(const DimensionList<…
49 struct index_known_statically_impl<DimensionList<Index, Rank> > {
55 struct index_known_statically_impl<const DimensionList<Index, Rank> > {
62 struct all_indices_known_statically_impl<DimensionList<Index, Rank> > {
68 struct all_indices_known_statically_impl<const DimensionList<Index, Rank> > {
75 struct indices_statically_known_to_increase_impl<DimensionList<Index, Rank> > {
[all …]
DTensorBase.h530 …const TensorReductionOp<internal::SumReducer<CoeffReturnType>, const DimensionList<Index, NumDimen…
532 DimensionList<Index, NumDimensions> in_dims; in sum()
533 …return TensorReductionOp<internal::SumReducer<CoeffReturnType>, const DimensionList<Index, NumDime… in sum()
542 …const TensorReductionOp<internal::MeanReducer<CoeffReturnType>, const DimensionList<Index, NumDime…
544 DimensionList<Index, NumDimensions> in_dims; in mean()
545 …return TensorReductionOp<internal::MeanReducer<CoeffReturnType>, const DimensionList<Index, NumDim… in mean()
554 …const TensorReductionOp<internal::ProdReducer<CoeffReturnType>, const DimensionList<Index, NumDime…
556 DimensionList<Index, NumDimensions> in_dims; in prod()
557 …return TensorReductionOp<internal::ProdReducer<CoeffReturnType>, const DimensionList<Index, NumDim… in prod()
566 …const TensorReductionOp<internal::MaxReducer<CoeffReturnType>, const DimensionList<Index, NumDimen…
[all …]
/external/eigen/unsupported/test/
Dcxx11_tensor_argmax.cpp65 DimensionList<DenseIndex, 4> dims; in test_argmax_tuple_reducer()
97 DimensionList<DenseIndex, 4> dims; in test_argmin_tuple_reducer()