- class exporter.TimVxExporter(model)¶
Export an Acuity model into an TIM-VX application. reference: https://github.com/VeriSilicon/TIM-VX
- __init__(model)¶
- Parameters:
model – AcuityModel object.
- export(output, api_def_json_path=None, **kwargs)¶
Export TIM-VX 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_timvx/uint8/lenet”
api_def_json_path – The path to specify TIM-VX api defined json files.
- Returns: