/external/gemmlowp/test/ |
benchmark_all_sizes.cc | 91 ConstMap const_map() const { return ConstMap(data_, rows_, cols_, stride_); } function in class:gemmlowp::Matrix 139 &gemm_context, lhs.const_map(), rhs.const_map(), &result.map(), -128, 150 &gemm_context, lhs.const_map(), rhs.const_map(), &result.map(), -128, 181 &gemm_context, lhs.const_map(), rhs.const_map(), &result.map(), -128, 192 &gemm_context, lhs.const_map(), rhs.const_map(), &result.map(), -128,
|
test.cc | 412 if (!GemmWrapper::Gemm(context, lhs.const_map(), rhs.const_map(), 430 transpose_a, transpose_b, transpose_c, lhs.const_map(), rhs.const_map(), [all...] |
test.h | 89 ConstMap const_map() const { return ConstMap(data_, rows_, cols_, stride_); } function in class:gemmlowp::Matrix
|
benchmark.cc | 106 context, lhs[k].const_map(), rhs[k].const_map(), &result[k].map(),
|