HomeSort by relevance Sort by last modified time
    Searched full:col_major (Results 1 - 5 of 5) sorted by null

  /external/eigen/unsupported/test/
cxx11_tensor_assign.cpp 28 int col_major[6]; local
30 memset(col_major, 0, 6*sizeof(int));
32 TensorMap<Tensor<int, 1> > vec3(col_major, 6);
91 int col_major[6]; local
93 memset(col_major, 0, 6*sizeof(int));
96 TensorMap<Tensor<int, 2, RowMajor> > mat4(col_major, 2, 3);
151 int col_major[2*3*7]; local
153 memset(col_major, 0, 2*3*7*sizeof(int));
155 TensorMap<Tensor<int, 3> > mat3(col_major, 2, 3, 7);
  /external/eigen/bench/
BenchSparseUtil.h 86 typedef mtl::compressed2D<Scalar, mtl::matrix::parameters<mtl::tag::col_major> > MtlSparse;
  /external/eigen/bench/btl/libs/mtl4/
mtl4_interface.hh 38 typedef mtl::dense2D<real, mtl::matrix::parameters<mtl::tag::col_major> > gene_matrix;
  /external/elfutils/libdw/
known-dwarf.h 544 DWARF_ONE_KNOWN_DW_ORD (col_major, DW_ORD_col_major) \
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
README.md 132 Tensor<float, 3, ColMajor> col_major; // equivalent to Tensor<float, 3>
142 Tensor<float, 2, ColMajor> col_major(2, 4);
145 Tensor<float, 2> col_major_result = col_major; // ok, layouts match
    [all...]

Completed in 161 milliseconds