Searched defs:LhsType (Results 1 – 4 of 4) sorted by relevance
162 typedef Matrix<std::uint8_t, MapOrder::RowMajor> LhsType; in benchmark() typedef206 typedef Matrix<std::uint8_t, MapOrder::RowMajor> LhsType; in benchmark_gemm_sizes() typedef
111 typedef Matrix<std::uint8_t, MapOrder::RowMajor> LhsType; in benchmark_8bit() typedef163 typedef Matrix<std::uint8_t, MapOrder::RowMajor> LhsType; in benchmark_8bit_to_32bit() typedef
511 typedef Matrix<Scalar, LhsOrder> LhsType; in test_gemm() typedef
2970 const std::function<ReturnT(LhsType, RhsType, EhsType)>& ternary_op) { in ElementwiseTernaryOp()