[IE][VPU][TESTS]: Fix for myriad stress test (#4902)
Reused inputs for cycling infer requests in MultipleAllocations test.
This commit is contained in:
parent
985adb8223
commit
4cac858346
@ -42,8 +42,9 @@ TEST_P(MultipleAllocations, InferWorksCorrectAfterAllocations) {
|
||||
LoadNetwork();
|
||||
|
||||
std::cout << "Infer(): " << j << std::flush;
|
||||
|
||||
GenerateInputs();
|
||||
if (j == 0) {
|
||||
GenerateInputs();
|
||||
}
|
||||
Infer();
|
||||
Validate();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user