STT-tensorflow/tensorflow/lite
Jared Duke 4c057f005c Include native C symbols and headers for TFLite AARs
RELNOTES=TensorFlow Lite Android AARs now include the C headers
and APIs required to use TFLite from native code.
PiperOrigin-RevId: 284294408
Change-Id: I10052adba8355cb0d980728aca518efad1187272
2019-12-06 17:40:31 -08:00
..
c Fix msan failure. 2019-12-06 13:38:42 -08:00
core Sparse tensor definition in TFLite. 2019-12-05 09:56:53 -08:00
delegates Include native C symbols and headers for TFLite AARs 2019-12-06 17:40:31 -08:00
examples Use explicit inference priorities instead of setting just allow_precision_loss 2019-12-03 09:10:03 -08:00
experimental Fix minor warnings. 2019-12-06 10:58:17 -08:00
g3doc Merge pull request from lgeiger:tflite-spec-typo 2019-12-05 09:11:25 -08:00
java Include native C symbols and headers for TFLite AARs 2019-12-06 17:40:31 -08:00
kernels Update Eigen to 4e696901f8 2019-12-06 11:48:37 -08:00
lib_package Migrate TensorFlow for --incompatible_skip_genfiles_symlink 2019-11-06 02:24:30 -08:00
models Internal change 2019-12-06 15:25:13 -08:00
nnapi Add details about failed NNAPI operation when logging NNAPI errors. It also Converts the error code into the associated NNAPI constant name. 2019-12-06 02:50:39 -08:00
profiling Use op_name as the tag when recording profiling events so that it's more specific than the original general "OpInvoke" tag. 2019-12-02 17:34:09 -08:00
python Enable macOS support for delegates. 2019-12-06 15:42:30 -08:00
schema Add change guards to constants copied in linter.proto 2019-12-06 03:10:40 -08:00
testdata Sparse tensor definition in TFLite. 2019-12-05 09:56:53 -08:00
testing Add a tflite_model_test build rule 2019-12-06 17:35:14 -08:00
toco Update op version map for tf 2.1 RC0. 2019-11-27 13:38:14 -08:00
tools Add quantization support to all variants of LSTM. 2019-12-06 11:53:15 -08:00
tutorials Update links from official/mnist to official/r1/mnist. 2019-11-21 00:26:41 -08:00
allocation.cc Rename lite/c/c_api_internal.h to lite/c/common.h 2019-11-25 21:49:25 -08:00
allocation.h Rename lite/c/c_api_internal.h to lite/c/common.h 2019-11-25 21:49:25 -08:00
arena_planner_test.cc Defines Subgraph & Interpreter API to deallocate non-persistent memory. Re-allocation happens via AllocateTensors(). 2019-11-15 15:22:03 -08:00
arena_planner.cc Rename kOptionalTensor to kTfLiteOptionalTensor 2019-11-23 16:15:07 -08:00
arena_planner.h Rename lite/c/c_api_internal.h to lite/c/common.h 2019-11-25 21:49:25 -08:00
BUILD Sparse tensor definition in TFLite. 2019-12-05 09:56:53 -08:00
build_def.bzl Migrate the TFLite C API out of lite/experimental 2019-11-27 13:46:35 -08:00
builtin_op_data.h
builtin_ops.h Added ScatterND op 2019-11-03 19:45:31 -08:00
context_util.h Rename lite/c/c_api_internal.h to lite/c/common.h 2019-11-25 21:49:25 -08:00
context.h Rename lite/c/c_api_internal.h to lite/c/common.h 2019-11-25 21:49:25 -08:00
error_reporter.h
external_cpu_backend_context.cc
external_cpu_backend_context.h Rename lite/c/c_api_internal.h to lite/c/common.h 2019-11-25 21:49:25 -08:00
graph_info_test.cc
graph_info.cc Rename lite/c/c_api_internal.h to lite/c/common.h 2019-11-25 21:49:25 -08:00
graph_info.h Rename lite/c/c_api_internal.h to lite/c/common.h 2019-11-25 21:49:25 -08:00
interpreter_test.cc Defines Subgraph & Interpreter API to deallocate non-persistent memory. Re-allocation happens via AllocateTensors(). 2019-11-15 15:22:03 -08:00
interpreter.cc Rename lite/c/c_api_internal.h to lite/c/common.h 2019-11-25 21:49:25 -08:00
interpreter.h Rename lite/c/c_api_internal.h to lite/c/common.h 2019-11-25 21:49:25 -08:00
memory_planner.h Rename lite/c/c_api_internal.h to lite/c/common.h 2019-11-25 21:49:25 -08:00
minimal_logging_android.cc
minimal_logging_default.cc Fix minor clang warnings for tflite, for toolchains with pickier configurations. 2019-04-03 14:47:43 -07:00
minimal_logging_ios.cc
minimal_logging_test.cc Only prod log interpreter creation on mobile platforms 2019-08-15 17:49:46 -07:00
minimal_logging.cc
minimal_logging.h Only prod log interpreter creation on mobile platforms 2019-08-15 17:49:46 -07:00
mmap_allocation_disabled.cc
mmap_allocation.cc
model_flex_test.cc
model_test.cc Sparse tensor definition in TFLite. 2019-12-05 09:56:53 -08:00
model.cc Sparse tensor definition in TFLite. 2019-12-05 09:56:53 -08:00
model.h Sparse tensor definition in TFLite. 2019-12-05 09:56:53 -08:00
mutable_op_resolver_test.cc
mutable_op_resolver.cc
mutable_op_resolver.h
op_resolver.h
optional_debug_tools.cc Add temp/intermediate tensors to interpreter state dump 2019-11-27 12:00:08 -08:00
optional_debug_tools.h Migrate TensorFlow Lite out of tensorflow/contrib 2018-10-31 14:20:28 -07:00
README.md
simple_memory_arena_test.cc Adds Arena planner API to deallocate/allocate non-persistent arena 2019-10-24 17:53:59 -07:00
simple_memory_arena.cc Adds Arena planner API to deallocate/allocate non-persistent arena 2019-10-24 17:53:59 -07:00
simple_memory_arena.h Rename lite/c/c_api_internal.h to lite/c/common.h 2019-11-25 21:49:25 -08:00
special_rules.bzl Combine kernel tests into three types. 2019-09-24 21:52:11 -07:00
stderr_reporter.cc
stderr_reporter.h Rename lite/c/c_api_internal.h to lite/c/common.h 2019-11-25 21:49:25 -08:00
string_type.h Add Mbed CI testing support 2019-09-05 13:53:45 -07:00
string_util_test.cc Rename lite/c/c_api_internal.h to lite/c/common.h 2019-11-25 21:49:25 -08:00
string_util.cc Rename lite/c/c_api_internal.h to lite/c/common.h 2019-11-25 21:49:25 -08:00
string_util.h Rename lite/c/c_api_internal.h to lite/c/common.h 2019-11-25 21:49:25 -08:00
tflite_exported_symbols.lds
tflite_version_script.lds
type_to_tflitetype.h Rename lite/c/c_api_internal.h to lite/c/common.h 2019-11-25 21:49:25 -08:00
util_test.cc Rename lite/c/c_api_internal.h to lite/c/common.h 2019-11-25 21:49:25 -08:00
util.cc Rename lite/c/c_api_internal.h to lite/c/common.h 2019-11-25 21:49:25 -08:00
util.h Rename lite/c/c_api_internal.h to lite/c/common.h 2019-11-25 21:49:25 -08:00
version.h

TensorFlow Lite

TensorFlow Lite is TensorFlow's lightweight solution for mobile and embedded devices. It enables low-latency inference of on-device machine learning models with a small binary size and fast performance supporting hardware acceleration.

See the documentation: https://www.tensorflow.org/lite/ Documentation edits can be made here: tensorflow/lite/g3doc