mirror of
https://github.com/swdee/go-rknnlite.git
synced 2025-12-24 10:30:56 +08:00
14 lines
562 B
Go
14 lines
562 B
Go
/*
|
|
go-rknnlite provides Go language bindings for the RKNN Toolkit2
|
|
C API interface. It aims to provide lite bindings in the spirit of the closed source
|
|
Python lite bindings used for running AI Inference models on the Rockchip NPU
|
|
via the RKNN software stack.
|
|
|
|
These bindings have only been tested on the RK3588
|
|
(specifically the Radxa Rock Pi 5B) but should work on other RK3588 based SBC's.
|
|
It should also work with other models in the RK35xx series supported by the RKNN Toolkit2.
|
|
|
|
See example code and usage in the examples subdirectory.
|
|
*/
|
|
package rknnlite
|