Skip to content

Commit

Permalink
[OV][Tests] Added tests with stream count and thread count
Browse files Browse the repository at this point in the history
  • Loading branch information
a-sidorova committed Sep 23, 2024
1 parent 22569bf commit 23526f6
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,32 @@
<StreamCount></StreamCount>
</FrameworkDependent>
</Test>
<Test>
<Model>
<Task>classification</Task>
<Name>mobilenet-v1-1.0-224-tf</Name>
<Precision>FP32</Precision>
<SourceFramework>tf</SourceFramework>
<ModelPath>../models_dir/public/mobilenet-v1-1.0-224-tf/FP32/mobilenet-v1-1.0-224-tf.xml</ModelPath>
<WeightsPath>../models_dir/public/mobilenet-v1-1.0-224-tf/FP32/mobilenet-v1-1.0-224-tf.bin</WeightsPath>
</Model>
<Dataset>
<Name>Data</Name>
<Path>../test_images/black_square.jpg</Path>
</Dataset>
<FrameworkIndependent>
<InferenceFramework>OpenVINO DLDT</InferenceFramework>
<BatchSize>1</BatchSize>
<Device>CPU</Device>
<IterationCount>5</IterationCount>
<TestTimeLimit>1</TestTimeLimit>
</FrameworkIndependent>
<FrameworkDependent>
<Mode>async</Mode>
<Extension></Extension>
<AsyncRequestCount>1</AsyncRequestCount>
<ThreadCount></ThreadCount>
<StreamCount>2</StreamCount>
</FrameworkDependent>
</Test>
</Tests>
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,32 @@
<StreamCount></StreamCount>
</FrameworkDependent>
</Test>
<Test>
<Model>
<Task>classification</Task>
<Name>mobilenet-v1-1.0-224-tf</Name>
<Precision>FP32</Precision>
<SourceFramework>tf</SourceFramework>
<ModelPath>../models_dir/public/mobilenet-v1-1.0-224-tf/FP32/mobilenet-v1-1.0-224-tf.xml</ModelPath>
<WeightsPath>../models_dir/public/mobilenet-v1-1.0-224-tf/FP32/mobilenet-v1-1.0-224-tf.bin</WeightsPath>
</Model>
<Dataset>
<Name>Data</Name>
<Path>../test_images/black_square.jpg</Path>
</Dataset>
<FrameworkIndependent>
<InferenceFramework>OpenVINO DLDT</InferenceFramework>
<BatchSize>1</BatchSize>
<Device>CPU</Device>
<IterationCount>5</IterationCount>
<TestTimeLimit>1</TestTimeLimit>
</FrameworkIndependent>
<FrameworkDependent>
<Mode>sync</Mode>
<Extension></Extension>
<AsyncRequestCount></AsyncRequestCount>
<ThreadCount>2</ThreadCount>
<StreamCount></StreamCount>
</FrameworkDependent>
</Test>
</Tests>

0 comments on commit 23526f6

Please sign in to comment.