File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -76,13 +76,6 @@ file(GLOB TF_LITE_API_SRCS
7676 "${TF_LITE_DIR} /core/api/*.c" )
7777endif ()
7878
79- # lite experimental
80-
81- file (GLOB TF_LITE_MICROFRONTEND_SRCS
82- "${TF_LITE_DIR} /experimental/microfrontend/lib/*.c"
83- "${TF_LITE_DIR} /experimental/microfrontend/lib/*.cc"
84- "${TF_LITE_DIR} /experimental/microfrontend/lib/*.cpp" )
85-
8679# lite kernels
8780
8881file (GLOB TF_LITE_KERNELS_SRCS
@@ -189,7 +182,6 @@ target_sources(microlite INTERFACE
189182 # tf lite sources
190183 ${TF_LITE_C_SRCS}
191184 ${TF_LITE_API_SRCS}
192- ${TF_LITE_MICROFRONTEND_SRCS}
193185 ${TF_LITE_KERNELS_SRCS}
194186 ${TF_LITE_SCHEMA_SRCS}
195187
Original file line number Diff line number Diff line change @@ -39,8 +39,6 @@ extern "C" {
3939#include "py/objstr.h"
4040#include "py/objarray.h"
4141
42- #include "tensorflow/lite/experimental/microfrontend/lib/frontend.h"
43- #include "tensorflow/lite/experimental/microfrontend/lib/frontend_util.h"
4442
4543// TODO #15 get this from the tensorflow submodule via a ci script
4644#define TFLITE_MICRO_VERSION "TODO: Give this a real version later. This use to be the version of mocleiris repo"
You can’t perform that action at this time.
0 commit comments