Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions src/base.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,6 @@ file(GLOB TF_LITE_API_SRCS
"${TF_LITE_DIR}/core/api/*.c")
endif()

# lite experimental

file(GLOB TF_LITE_MICROFRONTEND_SRCS
"${TF_LITE_DIR}/experimental/microfrontend/lib/*.c"
"${TF_LITE_DIR}/experimental/microfrontend/lib/*.cc"
"${TF_LITE_DIR}/experimental/microfrontend/lib/*.cpp")

# lite kernels

file(GLOB TF_LITE_KERNELS_SRCS
Expand Down Expand Up @@ -189,7 +182,6 @@ target_sources(microlite INTERFACE
# tf lite sources
${TF_LITE_C_SRCS}
${TF_LITE_API_SRCS}
${TF_LITE_MICROFRONTEND_SRCS}
${TF_LITE_KERNELS_SRCS}
${TF_LITE_SCHEMA_SRCS}

Expand Down
2 changes: 0 additions & 2 deletions src/microlite/tensorflow-microlite.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ extern "C" {
#include "py/objstr.h"
#include "py/objarray.h"

#include "tensorflow/lite/experimental/microfrontend/lib/frontend.h"
#include "tensorflow/lite/experimental/microfrontend/lib/frontend_util.h"

// TODO #15 get this from the tensorflow submodule via a ci script
#define TFLITE_MICRO_VERSION "TODO: Give this a real version later. This use to be the version of mocleiris repo"
Expand Down
Loading