SetNumThreads(1) breaks slim multi-threading
Created by: sfraczek
Hi,
this change breaks int8 slim tests. Multi-threading works until int8 warm-up phase and after that, everything runs on 1 thread only. The test series such as test_analyzer_int8_resnet50 are not affected.
Is this change necessary? Any suggestions how we can fix it?