mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
some cleanup, remove some commented codes
This commit is contained in:
@@ -53,13 +53,12 @@ PARAM_TEST_CASE(Gemm, int, cv::Size, int)
|
||||
int type;
|
||||
cv::Size mat_size;
|
||||
int flags;
|
||||
//vector<cv::ocl::Info> info;
|
||||
|
||||
virtual void SetUp()
|
||||
{
|
||||
type = GET_PARAM(0);
|
||||
mat_size = GET_PARAM(1);
|
||||
flags = GET_PARAM(2);
|
||||
//cv::ocl::getDevice(info);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user