Skip to content

Commit 929684c

Browse files
authored
Merge pull request #8 from MATTYGILO/codex/fix-missing-frontend.h-reference-in-base.cmake
Remove microfrontend references
2 parents 2edef45 + 59783af commit 929684c

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

src/base.cmake

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,6 @@ file(GLOB TF_LITE_API_SRCS
7676
"${TF_LITE_DIR}/core/api/*.c")
7777
endif()
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

8881
file(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

src/microlite/tensorflow-microlite.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)