Home
last modified time | relevance | path

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

/external/opencv3/modules/core/test/
Dtest_mat.cpp155 const char* dimStr = dim == 0 ? "ROWS" : "COLS"; in checkOp() local
158 srcTypeStr.c_str(), dstTypeStr.c_str(), opTypeStr, dimStr ); in checkOp()