tree: 1a25cbe7d3af47368acce6b5a2d88870950bd2af [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. allocation_test.cc
  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_builder_experimental.cc
  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. simple_memory_arena.cc
  79. simple_memory_arena.h
  80. simple_memory_arena_test.cc
  81. special_rules.bzl
  82. stateful_error_reporter.h
  83. stderr_reporter.cc
  84. stderr_reporter.h
  85. stderr_reporter_test.cc
  86. string_type.h
  87. string_util.cc
  88. string_util.h
  89. string_util_test.cc
  90. tflite_exported_symbols.lds
  91. tflite_version_script.lds
  92. tflite_with_xnnpack.cc
  93. tflite_with_xnnpack_optional.cc
  94. tflite_with_xnnpack_optional.h
  95. type_to_tflitetype.h
  96. type_to_tflitetype_test.cc
  97. util.cc
  98. util.h
  99. util_test.cc
  100. 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