- Added:
audonnx.device_to_providers()
to convert device names
to ONNX runtime providers - Added:
num_workers
argument
toaudonnx.Model
,
audonnx.load()
,
andaudonnx.testing.create_model()
.
Its default value is1
,
whereas before ONNX runtime
was selecting all available workers - Added:
session_options
argument
toaudonnx.Model
,
audonnx.load()
,
andaudonnx.testing.create_model()
to provide ONNX runtime options