tree: acebaae5b472c71776b6a251f689573b75ed4e61 [path history] [tgz]
  1. c/
  2. core/
  3. delegates/
  4. examples/
  5. experimental/
  6. g3doc/
  7. java/
  8. kernels/
  9. lib_package/
  10. models/
  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. context.h
  30. context_util.h
  31. error_reporter.h
  32. external_cpu_backend_context.cc
  33. external_cpu_backend_context.h
  34. graph_info.cc
  35. graph_info.h
  36. graph_info_test.cc
  37. interpreter.cc
  38. interpreter.h
  39. interpreter_test.cc
  40. memory_planner.h
  41. minimal_logging.cc
  42. minimal_logging.h
  43. minimal_logging_android.cc
  44. minimal_logging_default.cc
  45. minimal_logging_ios.cc
  46. minimal_logging_test.cc
  47. mmap_allocation.cc
  48. mmap_allocation_disabled.cc
  49. model.cc
  50. model.h
  51. model_flex_test.cc
  52. model_test.cc
  53. mutable_op_resolver.cc
  54. mutable_op_resolver.h
  55. mutable_op_resolver_test.cc
  56. op_resolver.h
  57. optional_debug_tools.cc
  58. optional_debug_tools.h
  59. README.md
  60. simple_memory_arena.cc
  61. simple_memory_arena.h
  62. simple_memory_arena_test.cc
  63. special_rules.bzl
  64. stderr_reporter.cc
  65. stderr_reporter.h
  66. string.h
  67. string_util.cc
  68. string_util.h
  69. string_util_test.cc
  70. tflite_exported_symbols.lds
  71. tflite_version_script.lds
  72. util.cc
  73. util.h
  74. util_test.cc
  75. 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