Download Benchmark Results¶
netspresso.np_qai.benchmarker.NPQAIBenchmarker.download_benchmark_results(job, artifacts_dir)
¶
Downloads the benchmark results from a given ProfileJob.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
job |
ProfileJob
|
The ProfileJob to download the results from. |
required |
artifacts_dir |
str
|
The directory to save the results to. |
required |
Returns:
Name | Type | Description |
---|---|---|
ProfileJobResult |
ProfileJobResult
|
The benchmark results. |
Note
For details, see download_results in QAI Hub API.