Benchmarksync_benchmark Method
This sample demonstrates how to estimate performance of a model using Synchronous Inference Request API.
Namespace: OpenVinoSharp.ExtensionsAssembly: OpenVINO_CSharp_API_Extensions (in OpenVINO_CSharp_API_Extensions.dll) Version: 1.0.2+a13b433d33f957705f82a74ca14fa17017145e92
public static int sync_benchmark(
string model_path,
string device_name = "CPU"
)
- model_path String
- The inference model path.
- device_name String (Optional)
- The device name, default="CPU".
Int32Running status code.