mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:19:00 +08:00
a251c00247
Co-authored-by: Jonliu1993 <13720414433@163.com>
16 lines
422 B
JSON
16 lines
422 B
JSON
{
|
|
"name": "tensorflow",
|
|
"version-semver": "2.10.0",
|
|
"description": "Library for computation using data flow graphs for scalable machine learning (C API version)",
|
|
"homepage": "https://github.com/tensorflow/tensorflow",
|
|
"license": "Apache-2.0",
|
|
"supports": "!(x86 | arm | uwp) | (arm64 & osx)",
|
|
"dependencies": [
|
|
"tensorflow-common",
|
|
{
|
|
"name": "vcpkg-tool-bazel",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|