STT-tensorflow/tensorflow/lite
Karim Nosir 02032fb477 Always enable TF2 in tflite_convert command line tool. If user needs to use TF1 converter then they can pass --enable_v1_converter.
Before this users needed to set environment variable TF2_BEHAVIOR=1 before invoking the tool to use v2 converter.

PiperOrigin-RevId: 348591322
Change-Id: I25baf70c2bafa56a63ac9c629ad563e26a062d86
2020-12-22 00:30:12 -08:00
..
c Move type declarations needed by C API into separate header file 2020-12-15 11:49:24 -08:00
core Change the TF Lite Java API to use the shim layer (attempt #2). 2020-12-11 13:22:19 -08:00
delegates Added operation_selector for Metal backend. 2020-12-21 21:03:13 -08:00
examples Merge pull request #43513 from vsilyaev:pull_request/Use_std_endl_for_flush 2020-11-10 16:58:11 -08:00
experimental Update TFLite GPU delegate compatibility listing with newest telemetry. Roughly 0.3% of users devices were changed from unsupported to supported, and roughly 0.5% from supported to unsupported. The biggest change for the 0.5% new unsupported devices was marking the SDM429 SoC as unsupported due to initialization timeouts. 2020-12-10 05:35:28 -08:00
g3doc tflite: Update TF Op select guide 2020-12-20 17:54:55 -08:00
ios Update the header path prefix scrubbing rule to modify paths other than common.h 2020-12-17 00:53:56 -08:00
java Add new API for running using SignatureDef in Interpreter Java API. 2020-12-17 21:43:35 -08:00
kernels Disable TFLite test to fix MacOS build 2020-12-21 16:06:57 -08:00
lib_package
micro Add target-specific build exclusions. 2020-12-20 13:59:37 -08:00
nnapi Added dlerror() error message to log. 2020-10-08 16:26:53 -07:00
objc Move type declarations needed by C API into separate header file 2020-12-15 11:49:24 -08:00
profiling fix typos in lite directory 2020-10-29 04:39:35 +03:00
python Always enable TF2 in tflite_convert command line tool. If user needs to use TF1 converter then they can pass --enable_v1_converter. 2020-12-22 00:30:12 -08:00
schema Promote rfft2d to builtin op and add mlir conversion support. 2020-11-29 18:42:34 -08:00
swift Update TFLite CocoaPods podspec files for 2.4.0 2020-12-15 00:12:05 -08:00
testdata Add tests for user's defined op in Flex delegate 2020-11-30 18:24:41 -08:00
testing Support MaxUnpooling2D in TFLite converter 2020-12-20 20:13:00 -08:00
toco Optimize calls to std::string::find() and friends for a single char. 2020-12-17 18:11:13 -08:00
tools Optimize calls to std::string::find() and friends for a single char. 2020-12-17 18:11:13 -08:00
tutorials BUILD file cleanup 2020-09-30 16:03:47 -07:00
allocation.cc Merge pull request #27347 from ANSHUMAN87:allocation-comments 2020-02-14 15:24:19 -08:00
allocation.h
arena_planner_test.cc Provide a way to keep temporary tensors 2020-12-09 18:28:31 -08:00
arena_planner.cc Provide a way to keep temporary tensors 2020-12-09 18:28:31 -08:00
arena_planner.h Shift memory allocation parameters to lite/util. Also make specifying these parameters explicit in runtime code. 2020-07-09 12:53:38 -07:00
BUILD Change the TF Lite Java API to use the shim layer (attempt #2). 2020-12-11 13:22:19 -08:00
build_def.bzl Rerun the fully_quantize zip tests with the new quantizer 2020-12-17 00:01:47 -08:00
builtin_op_data.h
builtin_ops.h Promote rfft2d to builtin op and add mlir conversion support. 2020-11-29 18:42:34 -08:00
CMakeLists.txt Update CMakeLists.txt 2020-12-14 20:30:39 -08:00
context_util.h
context.h
create_op_resolver_with_builtin_ops.cc Selective build rule for C 2020-12-14 19:04:03 -08:00
create_op_resolver_with_selected_ops.cc Selective build rule for C 2020-12-14 19:04:03 -08:00
create_op_resolver.h Selective build rule for C 2020-12-14 19:04:03 -08:00
error_reporter.h Migrate TensorFlow Lite out of tensorflow/contrib 2018-10-31 14:20:28 -07:00
external_cpu_backend_context.cc
external_cpu_backend_context.h
graph_info_test.cc Fix partitioning bug for multiple-delegate cases 2020-09-11 11:28:05 -07:00
graph_info.cc Fix partitioning bug for multiple-delegate cases 2020-09-11 11:28:05 -07:00
graph_info.h Fix partitioning bug for multiple-delegate cases 2020-09-11 11:28:05 -07:00
interpreter_builder.cc tflite_runtime: Fix FlexDelegate on Windows 2020-12-07 21:01:13 -08:00
interpreter_builder.h Add Interpreter changes for SignatureDef support. 2020-10-23 11:33:37 -07:00
interpreter_test.cc Always clear lazy delegate providers to ensure they are applied only once. 2020-10-29 03:04:49 -07:00
interpreter.cc Implement a telemetry library for delegates to report their settings/status for A@S 2020-12-07 13:23:18 -08:00
interpreter.h Split delegate_test.cc: move tests of InvokeWithCPUFallback into 2020-12-01 09:28:26 -08:00
memory_planner.h
minimal_logging_android.cc Fix SEGV on Android x86_64. 2020-11-25 18:52:49 -08:00
minimal_logging_default.cc
minimal_logging_ios.cc Add console log hooks for TFLite delegates 2019-04-01 15:43:18 -07:00
minimal_logging_test.cc
minimal_logging.cc
minimal_logging.h
mmap_allocation_disabled.cc
mmap_allocation.cc Automated rollback of commit 19f417d905 2019-07-02 17:43:32 -07:00
model_builder.cc Force enabling TFLite tracing with TFLITE_ENABLE_DEFAULT_PROFILER define. 2020-08-31 16:19:06 -07:00
model_builder.h Internal change 2020-10-08 10:22:02 -07:00
model_flex_test.cc
model_test.cc [tflite] Ensure input tensors don't have nullptr buffers. 2020-09-18 14:34:47 -07:00
model_xnnpack_test.cc
model.h Internal change 2020-09-17 19:14:22 -07:00
mutable_op_resolver_test.cc
mutable_op_resolver.cc
mutable_op_resolver.h
op_resolver.h Migrate TensorFlow Lite out of tensorflow/contrib 2018-10-31 14:20:28 -07:00
optional_debug_tools.cc Add uint64 tensor support in TFLite 2020-11-17 14:01:21 -08:00
optional_debug_tools.h
portable_type_to_tflitetype.h Add uint64 tensor support in TFLite 2020-11-17 14:01:21 -08:00
README.md Migrate TensorFlow Lite out of tensorflow/contrib 2018-10-31 14:20:28 -07:00
shared_library.h tflite_runtime: Fix FlexDelegate on Windows 2020-12-07 21:01:13 -08:00
simple_memory_arena_test.cc Fix BufferAndPlanClearingTest 2020-05-20 13:28:42 -07:00
simple_memory_arena.cc Fix BufferAndPlanClearingTest 2020-05-20 13:28:42 -07:00
simple_memory_arena.h
special_rules.bzl Fix linking error of Flex delegate for iOS 2020-10-29 20:15:38 -07:00
stateful_error_reporter.h Add StatefulErrorReporter and make error_reporter() public from Interpreter API. 2020-10-05 14:59:44 -07:00
stderr_reporter_test.cc [lite] Add unit test for stderr_reporter. 2020-10-14 10:33:42 -07:00
stderr_reporter.cc
stderr_reporter.h
string_type.h
string_util_test.cc Adds support for string separators to AddJoinedString 2020-07-27 16:15:52 -07:00
string_util.cc Adds support for string separators to AddJoinedString 2020-07-27 16:15:52 -07:00
string_util.h Fix off-by-one error in the documentation of the string tensor representation: 2020-08-21 10:31:36 -07:00
tflite_exported_symbols.lds
tflite_version_script.lds
tflite_with_xnnpack_optional.cc
tflite_with_xnnpack_optional.h
tflite_with_xnnpack.cc
type_to_tflitetype_test.cc Create the reverse mapping of TfLiteType -> cpp types. 2020-07-17 12:59:35 -07:00
type_to_tflitetype.h
util_test.cc
util.cc Add uint64 tensor support in TFLite 2020-11-17 14:01:21 -08:00
util.h
version.h Add TensorFlow Lite runtime version 2019-03-18 12:35:50 -07:00

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