- 30 Jul, 2018 1 commit
-
-
Kuang Fangjun authored
-
- 29 Jul, 2018 2 commits
-
-
Alexander Alekhin authored
-
Sayed Adel authored
-
- 28 Jul, 2018 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 27 Jul, 2018 3 commits
-
-
Maksim Shabunin authored
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
- 26 Jul, 2018 7 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
Triplesalt authored
Squashed : ReLU operand order tests.
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
* 1. changed static const __m128/256 to const __m128/256 to avoid wierd instructions and calls inserted by compiler. 2. added universal intrinsics that wrap MOVNTPS and other such (non-temporary or "no cache" store) instructions. v_store_interleave() and v_store() got respective flags/overloaded variants 3. rewrote split & merge to use the "no cache" store instructions. It resulted in dramatic performance improvement when processing big arrays * hopefully, fixed some test failures where 4-channel v_store_interleave() is used * added missing implementation of the new universal intrinsics (v_store_aligned_nocache() etc.) * fixed silly typo in the new intrinsics in intrin_vsx.hpp * still trying to fix VSX compiler errors * still trying to fix VSX compiler errors * still trying to fix VSX compiler errors * still trying to fix VSX compiler errors
-
- 25 Jul, 2018 4 commits
-
-
Dmitry Kurtaev authored
Enable Torch layers tests with Intel's Inference Engine backend.
-
Alexander Alekhin authored
but execute tested functions in Layer_Test_Halide/Convolution.Accuracy
-
Alexander Alekhin authored
instead of 'int'
-
Alexander Alekhin authored
-
- 24 Jul, 2018 13 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
* fixed/updated v_load_deinterleave and v_store_interleave intrinsics; modified split() and merge() functions to use those intrinsics * fixed a few compile errors and bug in v_load_deinterleave(ptr, v_uint32x4& a, v_uint32x4& b) * fixed few more compile errors
-
Maksim Shabunin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
improve error checks
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Dmitry Kurtaev authored
-
- 23 Jul, 2018 3 commits
-
-
Dmitry Kurtaev authored
-
Maksim Shabunin authored
-
Alexander Alekhin authored
-
- 22 Jul, 2018 1 commit
-
-
Paul92 authored
Mser sample improvments (#12032) * Fixed bug in detect_mser sample Wrong number of colors used to generate the synthetic images * Formatting improvements * Using safer casts * Improved readability of legend generation * Various readability fixes in detect_mser sample
-
- 21 Jul, 2018 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 20 Jul, 2018 2 commits
-
-
Teng Yiliang authored
the static variables will cause race-condition when operating in multithread scenarios. Signed-off-by: Teng Yiliang <ylteng@outlook.com> Signed-off-by: Teng Yiliang <yiliang.teng@weimob.com>
-
Alexander Alekhin authored
-