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