tree: 03b0306cbd4c18c4f2c60901bc683a924e44ad90 [path history] [tgz]
  1. c/
  2. core/
  3. delegates/
  4. examples/
  5. experimental/
  6. g3doc/
  7. internal/
  8. ios/
  9. java/
  10. kernels/
  11. lib_package/
  12. micro/
  13. nnapi/
  14. objc/
  15. profiling/
  16. python/
  17. schema/
  18. swift/
  19. testdata/
  20. testing/
  21. toco/
  22. tools/
  23. tutorials/
  24. allocation.cc
  25. allocation.h
  26. allocation_test.cc
  27. Android.bp
  28. arena_planner.cc
  29. arena_planner.h
  30. arena_planner_test.cc
  31. BUILD
  32. build_def.bzl
  33. builtin_op_data.h
  34. builtin_ops.h
  35. CMakeLists.txt
  36. context.h
  37. context_util.h
  38. create_op_resolver.h
  39. create_op_resolver_with_builtin_ops.cc
  40. create_op_resolver_with_selected_ops.cc
  41. error_reporter.h
  42. external_cpu_backend_context.cc
  43. external_cpu_backend_context.h
  44. graph_info.cc
  45. graph_info.h
  46. graph_info_test.cc
  47. interpreter.cc
  48. interpreter.h
  49. interpreter_builder.cc
  50. interpreter_builder.h
  51. interpreter_builder_experimental.cc
  52. interpreter_experimental.cc
  53. interpreter_test.cc
  54. interpreter_test_util.h
  55. memory_planner.h
  56. minimal_logging.cc
  57. minimal_logging.h
  58. minimal_logging_android.cc
  59. minimal_logging_default.cc
  60. minimal_logging_ios.cc
  61. minimal_logging_test.cc
  62. mmap_allocation.cc
  63. mmap_allocation_disabled.cc
  64. model.h
  65. model_builder.cc
  66. model_builder.h
  67. model_flex_test.cc
  68. model_test.cc
  69. model_xnnpack_test.cc
  70. mutable_op_resolver.cc
  71. mutable_op_resolver.h
  72. mutable_op_resolver_test.cc
  73. op_resolver.h
  74. optional_debug_tools.cc
  75. optional_debug_tools.h
  76. optional_debug_tools_test.cc
  77. portable_type_to_tflitetype.h
  78. README.md
  79. shared_library.h
  80. signature_runner.cc
  81. signature_runner.h
  82. signature_runner_test.cc
  83. simple_memory_arena.cc
  84. simple_memory_arena.h
  85. simple_memory_arena_debug_dump.cc
  86. simple_memory_arena_test.cc
  87. simple_planner.cc
  88. simple_planner.h
  89. simple_planner_test.cc
  90. special_rules.bzl
  91. stateful_error_reporter.h
  92. stderr_reporter.cc
  93. stderr_reporter.h
  94. stderr_reporter_test.cc
  95. string_type.h
  96. string_util.cc
  97. string_util.h
  98. string_util_test.cc
  99. TEST_MAPPING
  100. tflite_exported_symbols.lds
  101. tflite_static.bp
  102. tflite_version_script.lds
  103. tflite_with_xnnpack.cc
  104. tflite_with_xnnpack_optional.cc
  105. tflite_with_xnnpack_optional.h
  106. type_to_tflitetype.h
  107. type_to_tflitetype_test.cc
  108. util.cc
  109. util.h
  110. util_test.cc
  111. version.h
tensorflow/lite/README.md

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