aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: fb2db71273da0f24691d2d9e9657d82b2c8c0412 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: "tflite-support"
description:
    "TFLite Support is a toolkit that helps users to develop ML and deploy "
    "TFLite models onto mobile devices. It works cross-Platform and is "
    "supported on Java, C++ (WIP), and Swift (WIP)."

third_party {
  url {
    type: HOMEPAGE
    value: "https://github.com/tensorflow/tflite-support"
  }
  url {
    type: GIT
    value: "https://github.com/tensorflow/tflite-support"
  }
  version: "v0.1.0"
  last_upgrade_date { year: 2021 month: 1 day: 14 }
  license_type: NOTICE
}