2021-01-11 06:31:30 +08:00
|
|
|
{
|
|
|
|
"name": "tensorflow",
|
2022-10-22 01:32:45 +08:00
|
|
|
"version-semver": "2.10.0",
|
2021-01-11 06:31:30 +08:00
|
|
|
"description": "Library for computation using data flow graphs for scalable machine learning (C API version)",
|
|
|
|
"homepage": "https://github.com/tensorflow/tensorflow",
|
2022-10-22 01:32:45 +08:00
|
|
|
"license": "Apache-2.0",
|
|
|
|
"supports": "!(x86 | arm | uwp) | (arm64 & osx)",
|
2021-01-11 06:31:30 +08:00
|
|
|
"dependencies": [
|
2022-10-22 01:32:45 +08:00
|
|
|
"tensorflow-common",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-tool-bazel",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-01-11 06:31:30 +08:00
|
|
|
]
|
|
|
|
}
|