- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
As the tile,
Is it able to allocate number of used CPU core in deep learning tool
for example, can we set just used 2 cores of CPU in Image Classification Sample?
or it is default to use maximum available CPU cores in running time?
thx!!!
コピーされたリンク
2 返答(返信)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hello,
Inference Engine uses OpenMP for parallelism. It loads all CPU cores by default. But you can manage threads number using OMP_NUM_THREADS environmental variable or set threads number from the application.
Best wishes,
Anna