- class exporter.OvxlibExporter(model)¶
Export an Acuity model into an Ovxlib application.
- __init__(model)¶
- Parameters:
model – AcuityModel object.
- export(output, **kwargs)¶
Export Ovxlib application.
- Parameters:
output – The directory of the exported applications with the prefix specified. Use the syntax ‘<output directory>/<prefix>’. Where: Output directory: The directory of the generated outputs including subdirectories and files. Prefix: The prefix of the generated subdirectories and files. For example, “export_ovxlib/uint8/lenet”
- Returns: