HomeSort by relevance Sort by last modified time
    Searched defs:RowMajor (Results 1 - 3 of 3) sorted by null

  /external/gemmlowp/meta/
streams.h 25 struct RowMajor {
48 class StreamUtil<InType, RowMajor> {
50 static const InType* Offset(const RowMajor& params, const InType* source,
57 static InType* Offset(const RowMajor& params, InType* source,
64 static int Scratch(const RowMajor& params, int lanes_count, int pack_size) {
120 class Stream<InType, lanes_count, pack_size, leftovers, RowMajor> {
122 static void Pack(const InType* in, const RowMajor& params, InType* out) {
125 std::cout << "RowMajor(" << std::string(typeid(InType).name())
137 static int UnpackedAdvance(const RowMajor& params) {
141 static int PackedAdvance(const RowMajor& params)
    [all...]
  /external/eigen/Eigen/src/Core/util/
Constants.h 322 RowMajor = 0x1, // it is only a coincidence that this is equal to RowMajorBit -- don't rely on that
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]

Completed in 253 milliseconds