tree: c93ee644a6a3867cf4d5d817578b94595ddfc0e5 [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. array.cc
  35. array.h
  36. array_test.cc
  37. BUILD
  38. build_def.bzl
  39. builtin_op_data.h
  40. builtin_ops.h
  41. CMakeLists.txt
  42. context.h
  43. context_util.h
  44. create_op_resolver.h
  45. create_op_resolver_with_selected_ops.cc
  46. error_reporter.h
  47. external_cpu_backend_context.cc
  48. external_cpu_backend_context.h
  49. generate-pc.sh
  50. graph_info.cc
  51. graph_info.h
  52. graph_info_test.cc
  53. interpreter.h
  54. interpreter_builder.h
  55. interpreter_options.h
  56. interpreter_test.cc
  57. interpreter_test_util.h
  58. logger.cc
  59. logger.h
  60. memory_planner.h
  61. minimal_logging.cc
  62. minimal_logging.h
  63. minimal_logging_android.cc
  64. minimal_logging_default.cc
  65. minimal_logging_ios.cc
  66. minimal_logging_test.cc
  67. mmap_allocation.cc
  68. mmap_allocation_disabled.cc
  69. model.h
  70. model_builder.h
  71. model_flex_test.cc
  72. model_xnnpack_test.cc
  73. mutable_op_resolver.cc
  74. mutable_op_resolver.h
  75. mutable_op_resolver_test.cc
  76. op_resolver.h
  77. optional_debug_tools.cc
  78. optional_debug_tools.h
  79. optional_debug_tools_test.cc
  80. portable_type_to_tflitetype.h
  81. README.md
  82. shared_library.h
  83. signature_runner.cc
  84. signature_runner.h
  85. signature_runner_test.cc
  86. simple_memory_arena.cc
  87. simple_memory_arena.h
  88. simple_memory_arena_debug_dump.cc
  89. simple_memory_arena_test.cc
  90. simple_planner.cc
  91. simple_planner.h
  92. simple_planner_test.cc
  93. special_rules.bzl
  94. stateful_error_reporter.h
  95. stderr_reporter.cc
  96. stderr_reporter.h
  97. stderr_reporter_test.cc
  98. string_type.h
  99. string_util.cc
  100. string_util.h
  101. string_util_test.cc
  102. tensorflow_profiler_logger.h
  103. tensorflow_profiler_logger_shim.cc
  104. test_util.h
  105. tflite_exported_symbols.lds
  106. tflite_version_script.lds
  107. tflite_with_xnnpack.cc
  108. tflite_with_xnnpack_optional.cc
  109. tflite_with_xnnpack_optional.h
  110. type_to_tflitetype.h
  111. type_to_tflitetype_test.cc
  112. util.cc
  113. util.h
  114. util_test.cc
  115. 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