tree: 2cbbbef6c8eb631aa06689616c4173d6cc72dac5 [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_builder_experimental.cc
  51. interpreter_experimental.cc
  52. interpreter_test.cc
  53. interpreter_test_util.h
  54. memory_planner.h
  55. minimal_logging.cc
  56. minimal_logging.h
  57. minimal_logging_android.cc
  58. minimal_logging_default.cc
  59. minimal_logging_ios.cc
  60. minimal_logging_test.cc
  61. mmap_allocation.cc
  62. mmap_allocation_disabled.cc
  63. model.h
  64. model_builder.cc
  65. model_builder.h
  66. model_flex_test.cc
  67. model_test.cc
  68. model_xnnpack_test.cc
  69. mutable_op_resolver.cc
  70. mutable_op_resolver.h
  71. mutable_op_resolver_test.cc
  72. op_resolver.h
  73. optional_debug_tools.cc
  74. optional_debug_tools.h
  75. optional_debug_tools_test.cc
  76. portable_type_to_tflitetype.h
  77. README.md
  78. shared_library.h
  79. signature_runner.cc
  80. signature_runner.h
  81. signature_runner_test.cc
  82. simple_memory_arena.cc
  83. simple_memory_arena.h
  84. simple_memory_arena_debug_dump.cc
  85. simple_memory_arena_test.cc
  86. simple_planner.cc
  87. simple_planner.h
  88. simple_planner_test.cc
  89. special_rules.bzl
  90. stateful_error_reporter.h
  91. stderr_reporter.cc
  92. stderr_reporter.h
  93. stderr_reporter_test.cc
  94. string_type.h
  95. string_util.cc
  96. string_util.h
  97. string_util_test.cc
  98. tflite_exported_symbols.lds
  99. tflite_version_script.lds
  100. tflite_with_xnnpack.cc
  101. tflite_with_xnnpack_optional.cc
  102. tflite_with_xnnpack_optional.h
  103. type_to_tflitetype.h
  104. type_to_tflitetype_test.cc
  105. util.cc
  106. util.h
  107. util_test.cc
  108. 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