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

  /external/gemmlowp/internal/
simd_wrappers.h 156 static constexpr int RhsCols = Rhs::kCols;
161 static_assert(RhsCols == Cols || RhsCols == 1, "");
171 const int rhs_c = RhsCols == Cols ? c : 0;
205 static constexpr int RhsCols = Rhs::kCols;
216 static_assert(RhsCols == Cols || RhsCols == 1, "");
219 const int rhs_c = RhsCols == Cols ? c : 0;
250 static constexpr int RhsCols = Rhs::kCols;
261 static_assert(RhsCols == Cols || RhsCols == 1, "")
    [all...]
  /external/eigen/Eigen/src/Geometry/
Transform.h 36 int RhsCols = MatrixType::ColsAtCompileTime>
    [all...]

Completed in 351 milliseconds