tflite-micro/tensorflow/lite/micro
2021-10-04 20:12:40 -07:00
..
arc_custom
arc_emsdp
benchmarks Remove unused function. (#546) 2021-09-30 18:16:49 +00:00
bluepill
ceva
chre
cortex_m_corstone_300
cortex_m_generic
docs Separated out the TFLM examples from the kernels and unit test builds. (#565) 2021-10-04 12:46:35 -07:00
examples Add a document to describe one methodology of getting the TFLite Micro Framework code size (#549) 2021-09-30 22:43:15 +00:00
hexagon
himax_we1_evb
kernels Comment out bazel Xtensa dependencies to fix the sync. (#569) 2021-10-04 20:12:40 -07:00
memory_planner Refactor MicroAllocator such that a MemoryPlanner can be injected into the MicroAllocator (#492) 2021-09-09 12:50:24 -07:00
models Add full 8bit version of keyword benchmark. (#540) 2021-09-28 09:13:46 -07:00
riscv32_mcu
spresense
stm32f4
testing Remove some of the hardware specific code that has not been updated for a while. (#502) 2021-09-13 21:34:43 +00:00
tools Add features to cast, add slice, clean up split. (#568) 2021-10-04 15:33:41 -07:00
all_ops_resolver.cc Added AddExp() to all_ops_resolver. (#567) 2021-10-04 13:32:01 -07:00
all_ops_resolver.h
BUILD Rename MemoryPlanner to MicroMemoryPlanner (#490) 2021-09-09 00:30:05 +00:00
build_def.bzl Fixed buildifier error from bazel macro. (#562) 2021-10-01 23:08:12 +00:00
compatibility.h
debug_log.cc
debug_log.h
flatbuffer_utils.cc
flatbuffer_utils.h
flatbuffer_utils_test.cc
memory_arena_threshold_test.cc Generate keyword benchmark data from model. (#538) 2021-09-27 15:54:03 -07:00
memory_helpers.cc TFLM changes to support resource variables. (#482) 2021-09-07 09:21:53 -07:00
memory_helpers.h
memory_helpers_test.cc
micro_allocator.cc Remove unused code. (#529) 2021-09-24 19:51:03 -07:00
micro_allocator.h Refactor MicroAllocator such that a MemoryPlanner can be injected into the MicroAllocator (#492) 2021-09-09 12:50:24 -07:00
micro_allocator_test.cc Refactor MicroAllocator such that a MemoryPlanner can be injected into the MicroAllocator (#492) 2021-09-09 12:50:24 -07:00
micro_error_reporter.cc
micro_error_reporter.h
micro_error_reporter_test.cc Enable disabled tests for FVP target (#479) 2021-09-08 23:10:00 +00:00
micro_graph.cc TFLM changes to support resource variables. (#482) 2021-09-07 09:21:53 -07:00
micro_graph.h TFLM changes to support resource variables. (#482) 2021-09-07 09:21:53 -07:00
micro_interpreter.cc TFLM changes to support resource variables. (#482) 2021-09-07 09:21:53 -07:00
micro_interpreter.h TFLM changes to support resource variables. (#482) 2021-09-07 09:21:53 -07:00
micro_interpreter_test.cc TFLM changes to support resource variables. (#482) 2021-09-07 09:21:53 -07:00
micro_mutable_op_resolver.h REF_CODE_REFACTOR: Add, Mul and Sub (#348) 2021-10-01 17:55:35 +00:00
micro_mutable_op_resolver_test.cc
micro_op_resolver.h
micro_profiler.cc
micro_profiler.h
micro_resource_variable.cc TFLM changes to support resource variables. (#482) 2021-09-07 09:21:53 -07:00
micro_resource_variable.h TFLM changes to support resource variables. (#482) 2021-09-07 09:21:53 -07:00
micro_resource_variable_test.cc TFLM changes to support resource variables. (#482) 2021-09-07 09:21:53 -07:00
micro_string.cc
micro_string.h
micro_string_test.cc
micro_time.cc Remove mbed Makefile integration from TFLM. (#503) 2021-09-13 22:44:42 +00:00
micro_time.h
micro_time_test.cc
micro_utils.cc TFLM changes to support resource variables. (#482) 2021-09-07 09:21:53 -07:00
micro_utils.h TFLM changes to support resource variables. (#482) 2021-09-07 09:21:53 -07:00
micro_utils_test.cc
mock_micro_graph.cc TFLM changes to support resource variables. (#482) 2021-09-07 09:21:53 -07:00
mock_micro_graph.h
recording_micro_allocator.cc Refactor MicroAllocator such that a MemoryPlanner can be injected into the MicroAllocator (#492) 2021-09-09 12:50:24 -07:00
recording_micro_allocator.h Refactor MicroAllocator such that a MemoryPlanner can be injected into the MicroAllocator (#492) 2021-09-09 12:50:24 -07:00
recording_micro_allocator_test.cc
recording_micro_interpreter.h Add hooks to recording micro interpreter. (#493) 2021-09-09 21:16:32 +00:00
recording_simple_memory_allocator.cc
recording_simple_memory_allocator.h
recording_simple_memory_allocator_test.cc
simple_memory_allocator.cc
simple_memory_allocator.h
simple_memory_allocator_test.cc
system_setup.cc
system_setup.h
test_helpers.cc
test_helpers.h
testing_helpers_test.cc