Fixed dot product test

pull/13383/head
Andrey Kamaev 13 years ago
parent 65f5343ed5
commit 22d6827189
  1. 2
      modules/core/perf/perf_dot.cpp

@ -6,7 +6,7 @@ using namespace perf;
using std::tr1::make_tuple;
using std::tr1::get;
typedef tr1::tuple<int, int> MatType_Length_t;
typedef tr1::tuple<MatType, int> MatType_Length_t;
typedef TestBaseWithParam<MatType_Length_t> MatType_Length;
PERF_TEST_P( MatType_Length, dot,

Loading…
Cancel
Save