audonnx.testingΒΆ

audonnx.testing provides the possibility to create audonnx.Model objects with specific output shapes.

In order to use it you first have to import it explicitly:

import audonnx.testing

create_model

Create test model.

create_model_proto

Create test ONNX proto object.