OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vectorWidths
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/modules/core/src/
ocl.cpp
[
all
...]
matmul.cpp
837
int
vectorWidths
[] = { 4, 4, 2, 2, 1, 4, cn, -1 };
838
int kercn = ocl::checkOptimalVectorWidth(
vectorWidths
, B, D);
[
all
...]
convert.cpp
[
all
...]
/external/opencv3/modules/core/include/opencv2/core/
ocl.hpp
630
CV_EXPORTS int checkOptimalVectorWidth(const int *
vectorWidths
,
Completed in 367 milliseconds