forked from xuos/xiuos
Tensorflow test update
This commit is contained in:
parent
df7de36516
commit
7447152767
|
@ -1,5 +1,5 @@
|
|||
#include <cstdio>
|
||||
#include <transform.h>
|
||||
// #include <transform.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "tensorflow/lite/micro/all_ops_resolver.h"
|
||||
|
|
|
@ -26,3 +26,4 @@ void mnist_app(void);
|
|||
int tfmnist(void) {
|
||||
mnist_app();
|
||||
}
|
||||
PRIV_SHELL_CMD_FUNCTION(tfmnist, a tenorflow_lite_for_microcontroller sample, PRIV_SHELL_CMD_FUNC_ATTR);
|
||||
|
|
Loading…
Reference in New Issue