tree: 82b8cd09008877c3b7b59152062613bbde4c4b9b [path history] [tgz]
  1. async/
  2. c/
  3. cmake/
  4. core/
  5. delegates/
  6. examples/
  7. experimental/
  8. g3doc/
  9. internal/
  10. ios/
  11. java/
  12. kernels/
  13. lib_package/
  14. micro/
  15. nnapi/
  16. objc/
  17. profiling/
  18. python/
  19. schema/
  20. stablehlo/
  21. swift/
  22. testdata/
  23. testing/
  24. toco/
  25. tools/
  26. tutorials/
  27. allocation.cc
  28. allocation.h
  29. allocation_test.cc
  30. arena_planner.cc
  31. arena_planner.h
  32. arena_planner_test.cc
  33. BUILD
  34. build_def.bzl
  35. builtin_op_data.h
  36. builtin_ops.h
  37. CMakeLists.txt
  38. context.h
  39. context_util.h
  40. create_op_resolver.h
  41. create_op_resolver_with_selected_ops.cc
  42. error_reporter.h
  43. external_cpu_backend_context.cc
  44. external_cpu_backend_context.h
  45. generate-pc.sh
  46. graph_info.cc
  47. graph_info.h
  48. graph_info_test.cc
  49. interpreter.h
  50. interpreter_builder.h
  51. interpreter_options.h
  52. interpreter_test.cc
  53. interpreter_test_util.h
  54. logger.cc
  55. logger.h
  56. memory_planner.h
  57. minimal_logging.cc
  58. minimal_logging.h
  59. minimal_logging_android.cc
  60. minimal_logging_default.cc
  61. minimal_logging_ios.cc
  62. minimal_logging_test.cc
  63. mmap_allocation.cc
  64. mmap_allocation_disabled.cc
  65. model.h
  66. model_builder.h
  67. model_flex_test.cc
  68. model_xnnpack_test.cc
  69. mutable_op_resolver.cc
  70. mutable_op_resolver.h
  71. mutable_op_resolver_test.cc
  72. op_resolver.h
  73. optional_debug_tools.cc
  74. optional_debug_tools.h
  75. optional_debug_tools_test.cc
  76. portable_type_to_tflitetype.h
  77. README.md
  78. shared_library.h
  79. signature_runner.cc
  80. signature_runner.h
  81. signature_runner_test.cc
  82. simple_memory_arena.cc
  83. simple_memory_arena.h
  84. simple_memory_arena_debug_dump.cc
  85. simple_memory_arena_test.cc
  86. simple_planner.cc
  87. simple_planner.h
  88. simple_planner_test.cc
  89. special_rules.bzl
  90. stateful_error_reporter.h
  91. stderr_reporter.cc
  92. stderr_reporter.h
  93. stderr_reporter_test.cc
  94. string_type.h
  95. string_util.cc
  96. string_util.h
  97. string_util_test.cc
  98. tensorflow_profiler_logger.h
  99. tensorflow_profiler_logger_shim.cc
  100. test_util.h
  101. tflite_exported_symbols.lds
  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