HomeSort by relevance Sort by last modified time
    Searched refs:type2index (Results 1 - 6 of 6) sorted by null

  /external/eigen/unsupported/test/
cxx11_tensor_index_list.cpp 54 typedef Eigen::IndexList<Eigen::type2index<0>> Dims0;
55 typedef Eigen::IndexList<Eigen::type2index<0>, Eigen::type2index<1>> Dims1;
56 typedef Eigen::IndexList<Eigen::type2index<0>, Eigen::type2index<1>, Eigen::type2index<2>> Dims2;
57 typedef Eigen::IndexList<Eigen::type2index<0>, Eigen::type2index<1>, Eigen::type2index<2>, Eigen::type2index<3>> Dims3
    [all...]
cxx11_tensor_reduction.cpp 376 Eigen::IndexList<Eigen::type2index<1>, Eigen::type2index<3> > reduction_axis;
407 Eigen::IndexList<Eigen::type2index<0>, Eigen::type2index<1> > reduction_axis;
438 Eigen::IndexList<Eigen::type2index<2>, Eigen::type2index<3>> reduction_axis;
469 Eigen::IndexList<Eigen::type2index<1>, Eigen::type2index<2>> reduction_axis;
cxx11_tensor_broadcasting.cpp 119 Eigen::IndexList<Eigen::type2index<2>, Eigen::type2index<3>, Eigen::type2index<4>> broadcasts;
  /external/eigen/bench/tensors/
tensor_benchmarks.h 216 Eigen::IndexList<Eigen::type2index<1>, Eigen::type2index<2> > strides;
244 Eigen::IndexList<Eigen::type2index<1>, int> broadcast;
326 Eigen::IndexList<Eigen::type2index<0>> sum_along_dim;
356 Eigen::IndexList<Eigen::type2index<1>> sum_along_dim;
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorIndexList.h 41 struct type2index { struct in namespace:Eigen
67 template<DenseIndex n> struct NumTraits<type2index<n> >
90 EIGEN_DEVICE_FUNC void update_value(type2index<n>& val, DenseIndex new_val) {
110 struct is_compile_time_constant<type2index<idx> > {
114 struct is_compile_time_constant<const type2index<idx> > {
118 struct is_compile_time_constant<type2index<idx>& > {
122 struct is_compile_time_constant<const type2index<idx>& > {
  /external/valgrind/lackey/
lk_main.c 310 static Int type2index ( IRType ty ) function
371 const UInt typeIx = type2index(type);
    [all...]

Completed in 710 milliseconds