OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:haveAmdBlas
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/modules/ts/src/
ocl_test.cpp
181
const char* haveAmdBlasStr =
haveAmdBlas
() ? "Yes" : "No";
183
DUMP_PROPERTY_XML("cv_ocl_current_AmdBlas",
haveAmdBlas
());
/external/opencv3/modules/core/include/opencv2/core/
ocl.hpp
54
CV_EXPORTS_W bool
haveAmdBlas
();
/external/opencv3/modules/core/src/
ocl.cpp
[
all
...]
matmul.cpp
873
CV_OCL_RUN(ocl::
haveAmdBlas
() && matA.dims() <= 2 && matB.dims() <= 2 && matC.dims() <= 2 && _matD.isUMat() &&
[
all
...]
Completed in 196 milliseconds