tree: 93d28621ebc2f83c806d04edeb70a36dcb1bae95 [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. arena_planner.cc
  26. arena_planner.h
  27. arena_planner_test.cc
  28. BUILD
  29. build_def.bzl
  30. builtin_op_data.h
  31. builtin_ops.h
  32. CMakeLists.txt
  33. context.h
  34. context_util.h
  35. create_op_resolver.h
  36. create_op_resolver_with_builtin_ops.cc
  37. create_op_resolver_with_selected_ops.cc
  38. error_reporter.h
  39. external_cpu_backend_context.cc
  40. external_cpu_backend_context.h
  41. graph_info.cc
  42. graph_info.h
  43. graph_info_test.cc
  44. interpreter.cc
  45. interpreter.h
  46. interpreter_builder.cc
  47. interpreter_builder.h
  48. interpreter_test.cc
  49. memory_planner.h
  50. minimal_logging.cc
  51. minimal_logging.h
  52. minimal_logging_android.cc
  53. minimal_logging_default.cc
  54. minimal_logging_ios.cc
  55. minimal_logging_test.cc
  56. mmap_allocation.cc
  57. mmap_allocation_disabled.cc
  58. model.h
  59. model_builder.cc
  60. model_builder.h
  61. model_flex_test.cc
  62. model_test.cc
  63. model_xnnpack_test.cc
  64. mutable_op_resolver.cc
  65. mutable_op_resolver.h
  66. mutable_op_resolver_test.cc
  67. op_resolver.h
  68. optional_debug_tools.cc
  69. optional_debug_tools.h
  70. portable_type_to_tflitetype.h
  71. README.md
  72. shared_library.h
  73. simple_memory_arena.cc
  74. simple_memory_arena.h
  75. simple_memory_arena_test.cc
  76. special_rules.bzl
  77. stateful_error_reporter.h
  78. stderr_reporter.cc
  79. stderr_reporter.h
  80. stderr_reporter_test.cc
  81. string_type.h
  82. string_util.cc
  83. string_util.h
  84. string_util_test.cc
  85. tflite_exported_symbols.lds
  86. tflite_version_script.lds
  87. tflite_with_xnnpack.cc
  88. tflite_with_xnnpack_optional.cc
  89. tflite_with_xnnpack_optional.h
  90. type_to_tflitetype.h
  91. type_to_tflitetype_test.cc
  92. util.cc
  93. util.h
  94. util_test.cc
  95. 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