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