tree: 42a6b56527c560e9e11d6c610b8f33c86d071f6f [path history] [tgz]
  1. acceleration/
  2. async/
  3. c/
  4. cmake/
  5. core/
  6. delegates/
  7. examples/
  8. experimental/
  9. g3doc/
  10. internal/
  11. ios/
  12. java/
  13. kernels/
  14. lib_package/
  15. micro/
  16. nnapi/
  17. objc/
  18. profiling/
  19. python/
  20. schema/
  21. stablehlo/
  22. swift/
  23. testdata/
  24. testing/
  25. toco/
  26. tools/
  27. tutorials/
  28. allocation.cc
  29. allocation.h
  30. allocation_test.cc
  31. arena_planner.cc
  32. arena_planner.h
  33. arena_planner_test.cc
  34. BUILD
  35. build_def.bzl
  36. builtin_op_data.h
  37. builtin_ops.h
  38. CMakeLists.txt
  39. context.h
  40. context_util.h
  41. create_op_resolver.h
  42. create_op_resolver_with_selected_ops.cc
  43. error_reporter.h
  44. external_cpu_backend_context.cc
  45. external_cpu_backend_context.h
  46. generate-pc.sh
  47. graph_info.cc
  48. graph_info.h
  49. graph_info_test.cc
  50. interpreter.h
  51. interpreter_builder.h
  52. interpreter_options.h
  53. interpreter_test.cc
  54. interpreter_test_util.h
  55. logger.cc
  56. logger.h
  57. memory_planner.h
  58. minimal_logging.cc
  59. minimal_logging.h
  60. minimal_logging_android.cc
  61. minimal_logging_default.cc
  62. minimal_logging_ios.cc
  63. minimal_logging_test.cc
  64. mmap_allocation.cc
  65. mmap_allocation_disabled.cc
  66. model.h
  67. model_builder.h
  68. model_flex_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. tensorflow_profiler_logger.h
  100. tensorflow_profiler_logger_shim.cc
  101. test_util.h
  102. tflite_exported_symbols.lds
  103. tflite_version_script.lds
  104. tflite_with_xnnpack.cc
  105. tflite_with_xnnpack_optional.cc
  106. tflite_with_xnnpack_optional.h
  107. type_to_tflitetype.h
  108. type_to_tflitetype_test.cc
  109. util.cc
  110. util.h
  111. util_test.cc
  112. 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