• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1name: "tflite-support"
2description:
3    "TFLite Support is a toolkit that helps users to develop ML and deploy "
4    "TFLite models onto mobile devices. It works cross-Platform and is "
5    "supported on Java, C++ (WIP), and Swift (WIP)."
6
7third_party {
8  url {
9    type: HOMEPAGE
10    value: "https://github.com/tensorflow/tflite-support"
11  }
12  url {
13    type: GIT
14    value: "https://github.com/tensorflow/tflite-support"
15  }
16  version: "v0.1.0"
17  last_upgrade_date { year: 2021 month: 1 day: 14 }
18  license_type: NOTICE
19}