Started on the CL version
This commit is contained in:
parent
17b7c3adb4
commit
0aac3aae10
11 changed files with 1181 additions and 3 deletions
17
include/rkllm-wrapper.h
Normal file
17
include/rkllm-wrapper.h
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
#ifndef _RKLLM_WRAPPER_H_
|
||||
#define _RKLLM_WRAPPER_H_
|
||||
|
||||
#include "rkllm.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
void rkllm_getPackedDefault(RKLLMParam *param);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue