Searched refs:labels_host (Results 1 – 2 of 2) sorted by relevance
318 Mat labels_host; in detect() local319 labels.download(labels_host); in detect()320 unsigned char* vec = labels_host.ptr(); in detect()344 Mat labels_host; in detect() local345 labels.download(labels_host); in detect()346 float* vec = labels_host.ptr<float>(); in detect()
1778 Mat labels_host = labels.getMat(ACCESS_READ); in ocl_detect() local1779 unsigned char *vec = labels_host.ptr(); in ocl_detect()