diff options
| author | Miao Wang <miaowang@google.com> | 2020-02-10 15:10:04 -0800 |
|---|---|---|
| committer | Miao Wang <miaowang@google.com> | 2020-02-10 17:20:57 -0800 |
| commit | 359dcbee06b072d63378095862f5bc2a2d0ce775 (patch) | |
| tree | 40629e3896de16ea7dfb800a415d7a1422baa154 /METADATA | |
| parent | a2a0de4b426a4d74602135ef1f102263d13c9a42 (diff) | |
| download | platform_external_cpuinfo-359dcbee06b072d63378095862f5bc2a2d0ce775.tar.gz platform_external_cpuinfo-359dcbee06b072d63378095862f5bc2a2d0ce775.tar.bz2 platform_external_cpuinfo-359dcbee06b072d63378095862f5bc2a2d0ce775.zip | |
Add build files and meta data files
Bug: 148796256
Test: mm
Change-Id: Ifbd742e64959f1d78820de89ca637246ec5e4583
Diffstat (limited to 'METADATA')
| -rw-r--r-- | METADATA | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/METADATA b/METADATA new file mode 100644 index 0000000..e85d587 --- /dev/null +++ b/METADATA @@ -0,0 +1,18 @@ +name: "cpuinfo" +description: + "cpuinfo is a library to detect essential for performance optimization " + "information about host CPU." + +third_party { + url { + type: HOMEPAGE + value: "https://github.com/pytorch/cpuinfo" + } + url { + type: GIT + value: "https://github.com/pytorch/cpuinfo" + } + version: "e39a5790059b6b8274ed91f7b5b5b13641dff267" + last_upgrade_date { year: 2020 month: 2 day: 3 } + license_type: NOTICE +} |
