Started on the CL version
This commit is contained in:
parent
17b7c3adb4
commit
0aac3aae10
11 changed files with 1181 additions and 3 deletions
9
include/rkllm-wrapper.c
Normal file
9
include/rkllm-wrapper.c
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#include "rkllm-wrapper.h"
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
void rkllm_getPackedDefault(RKLLMParam *param) {
|
||||
RKLLMParam _default = rkllm_createDefaultParam();
|
||||
memcpy(param, &_default, sizeof(RKLLMParam));
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue