• Home
Name Date Size #Lines LOC

..--

c/03-May-2024-1,417845

core/03-May-2024-3,0772,165

delegates/03-May-2024-8,2356,315

examples/03-May-2024-13,18610,270

experimental/03-May-2024-43,32132,413

g3doc/03-May-2024-7,5755,903

java/03-May-2024-14,06810,532

kernels/03-May-2024-102,11680,174

lib_package/03-May-2024-166108

models/03-May-2024-2,6381,943

nnapi/03-May-2024-3,116951

profiling/03-May-2024-1,164763

python/03-May-2024-8,6376,502

schema/03-May-2024-16,60814,740

testdata/03-May-2024-400393

testing/03-May-2024-15,00111,659

toco/03-May-2024-43,83132,327

tools/03-May-2024-17,22812,913

tutorials/03-May-2024-936855

Android.bpD03-May-20242.6 KiB10598

BUILDD03-May-202410.7 KiB435401

README.mdD03-May-2024384 96

allocation.ccD03-May-20243.1 KiB9357

allocation.hD03-May-20243 KiB9858

arena_planner.ccD03-May-202411.3 KiB312214

arena_planner.hD03-May-20244.9 KiB12844

arena_planner_test.ccD03-May-202418.1 KiB545408

build_def.bzlD03-May-202414.8 KiB501455

builtin_op_data.hD03-May-2024916 234

builtin_ops.hD03-May-20244.6 KiB147123

context.hD03-May-2024874 224

context_util.hD03-May-20241.9 KiB5020

error_reporter.hD03-May-2024947 235

graph_info.ccD03-May-20249 KiB234140

graph_info.hD03-May-20242.9 KiB8432

graph_info_test.ccD03-May-202411 KiB288204

interpreter.ccD03-May-202410.1 KiB283213

interpreter.hD03-May-202420.7 KiB523240

interpreter_test.ccD03-May-202461.8 KiB1,5921,222

memory_planner.hD03-May-20241.7 KiB4613

minimal_logging.ccD03-May-20241.3 KiB4524

minimal_logging.hD03-May-20242 KiB5722

minimal_logging_android.ccD03-May-20241.7 KiB5631

minimal_logging_default.ccD03-May-20241 KiB3212

minimal_logging_ios.ccD03-May-20241.3 KiB4825

minimal_logging_test.ccD03-May-20241.9 KiB6135

mmap_allocation.ccD03-May-20241.9 KiB6237

mmap_allocation_disabled.ccD03-May-20241.3 KiB4014

model.ccD03-May-202420 KiB570454

model.hD03-May-202410.5 KiB22285

model_flex_test.ccD03-May-20241.5 KiB4622

model_test.ccD03-May-202412.1 KiB329239

mutable_op_resolver.ccD03-May-20242.8 KiB7045

mutable_op_resolver.hD03-May-20243 KiB8249

mutable_op_resolver_test.ccD03-May-20245.4 KiB164112

nnapi_delegate.ccD03-May-202435 KiB850725

nnapi_delegate.hD03-May-20242.6 KiB8240

nnapi_delegate_disabled.ccD03-May-20241.4 KiB4722

op_resolver.hD03-May-2024939 235

optional_debug_tools.ccD03-May-20243.6 KiB11996

optional_debug_tools.hD03-May-20241.1 KiB307

simple_memory_arena.ccD03-May-20244.9 KiB152106

simple_memory_arena.hD03-May-20243 KiB9047

simple_memory_arena_test.ccD03-May-20244.4 KiB13489

special_rules.bzlD03-May-2024190 75

stderr_reporter.ccD03-May-20241.1 KiB3212

stderr_reporter.hD03-May-20241.2 KiB3512

string_tflite.hD03-May-2024974 309

string_util.ccD03-May-20244.4 KiB14487

string_util.hD03-May-20243.9 KiB10429

string_util_test.ccD03-May-20244.5 KiB165117

tflite_exported_symbols.ldsD03-May-202425 43

tflite_static.bpD03-May-20245.5 KiB170168

tflite_version_script.ldsD03-May-202480 98

util.ccD03-May-20241.9 KiB5935

util.hD03-May-20242.3 KiB6419

util_test.ccD03-May-20241.8 KiB6138

version.hD03-May-20241 KiB244

README.md

1# TensorFlow Lite
2
3TensorFlow Lite is TensorFlow's lightweight solution for mobile and embedded
4devices. It enables low-latency inference of on-device machine learning models
5with a small binary size and fast performance supporting hardware acceleration.
6
7See the documentation: https://www.tensorflow.org/lite/
8Documentation edits can be made here: [tensorflow/lite/g3doc](./g3doc/)
9