Home
last modified time | relevance | path

Searched refs:MatrixWithStorage (Results 1 – 1 of 1) sorted by relevance

/external/gemmlowp/doc/
Dquantization_example.cc154 class MatrixWithStorage { class
156 MatrixWithStorage(int rows, int cols) in MatrixWithStorage() function in MatrixWithStorage
183 const MatrixWithStorage<tScalar, tOrder>& m) { in operator <<()
254 MatrixWithStorage<float, kOrder> float_lhs(rows, depth); in main()
256 MatrixWithStorage<float, kOrder> float_rhs(depth, cols); in main()
258 MatrixWithStorage<float, kOrder> reference_float_result(rows, cols); in main()
322 MatrixWithStorage<std::uint8_t, kOrder> uint8_lhs(rows, depth); in main()
323 MatrixWithStorage<std::uint8_t, kOrder> uint8_rhs(depth, cols); in main()
324 MatrixWithStorage<std::uint8_t, kOrder> actual_uint8_result(rows, cols); in main()
372 MatrixWithStorage<float, kOrder> actual_float_result(rows, cols); in main()
[all …]