Home
last modified time | relevance | path

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

/external/gemmlowp/doc/
Dquantization_example.cc381 MatrixWithStorage<float, kOrder> diff_float_result(rows, cols); in main() local
384 diff_float_result.Map()(i, j) = in main()
390 << diff_float_result << std::endl; in main()