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