tree: 2526111ea88a733cc75c85bfc4f99d680dfd0a45 [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_builtin_ops.cc
  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.cc
  100. tensorflow_profiler_logger.h
  101. tensorflow_profiler_logger_shim.cc
  102. test_util.h
  103. tflite_exported_symbols.lds
  104. tflite_version_script.lds
  105. tflite_with_xnnpack.cc
  106. tflite_with_xnnpack_optional.cc
  107. tflite_with_xnnpack_optional.h
  108. type_to_tflitetype.h
  109. type_to_tflitetype_test.cc
  110. util.cc
  111. util.h
  112. util_test.cc
  113. 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