x0chen
x0chen
cmake version 3.3.0-rc4
Thank you! @sh1r0 I found another problem which is more urgent, so I will try other cmake versions later. I want to process several images simultaneously by CNN in multiple...
@sh1r0 I used both OpenBLAS and Eigen, and with the same problem.
@sh1r0 Here is a test JNI function testFunc, and testTask is the submission function: ``` void testTask(std::shared_ptr _net){ long t1 = get_current_time(); Mat im = imread("/storage/emulated/0/CharRecog/test.jpg", 0); int predIdx =...