mirror of
https://github.com/swdee/go-rknnlite.git
synced 2026-04-22 22:57:03 +08:00
7 lines
58 B
Go
7 lines
58 B
Go
package rknnlite
|
|
|
|
/*
|
|
#cgo LDFLAGS: -lrknnrt
|
|
*/
|
|
import "C"
|