Searched refs:type2indexpair (Results 1 – 3 of 3) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_index_list.cpp | 168 typedef Eigen::IndexPairList<Eigen::type2indexpair<0,10>> Dims0; in test_type2indexpair_list() 169 …typedef Eigen::IndexPairList<Eigen::type2indexpair<0,10>, Eigen::type2indexpair<1,11>, Eigen::type… in test_type2indexpair_list() 170 …typedef Eigen::IndexPairList<Eigen::type2indexpair<0,10>, Eigen::IndexPair<DenseIndex>, Eigen::typ… in test_type2indexpair_list() 171 …typedef Eigen::IndexPairList<Eigen::IndexPair<DenseIndex>, Eigen::type2indexpair<1,11>, Eigen::Ind… in test_type2indexpair_list()
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorIndexList.h | 52 struct type2indexpair { struct 99 EIGEN_DEVICE_FUNC void update_value(type2indexpair<f, s>& val, IndexPair<DenseIndex> new_val) { 127 struct is_compile_time_constant<type2indexpair<f, s> > { 131 struct is_compile_time_constant<const type2indexpair<f, s> > { 135 struct is_compile_time_constant<type2indexpair<f, s>& > { 139 struct is_compile_time_constant<const type2indexpair<f, s>& > {
|
/external/eigen/bench/tensors/ |
D | tensor_benchmarks.h | 182 Eigen::IndexPairList<Eigen::type2indexpair<0, 0>, in padding() 183 Eigen::type2indexpair<2, 1> > paddings; in padding()
|