Searched refs:GEMM_ (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/ts/src/ |
D | ts_func.cpp | 2154 GEMM_(const _Tp* a_data0, int a_step, int a_delta, in GEMM_() function 2262 GEMM_(a.ptr<float>(), a_step, a_delta, b.ptr<float>(), b_step, b_delta, in gemm() 2266 GEMM_(a.ptr<double>(), a_step, a_delta, b.ptr<double>(), b_step, b_delta, in gemm()
|