mirror of
https://github.com/swdee/go-rknnlite.git
synced 2025-09-27 03:35:56 +08:00
7 lines
58 B
Go
7 lines
58 B
Go
package rknnlite
|
|
|
|
/*
|
|
#cgo LDFLAGS: -lrknnrt
|
|
*/
|
|
import "C"
|