vcpkg/ports/tensorflow-cc/vcpkg.json
2021-12-30 11:03:07 -08:00

12 lines
338 B
JSON

{
"name": "tensorflow-cc",
"version-semver": "2.7.0",
"port-version": 1,
"description": "Library for computation using data flow graphs for scalable machine learning (C++ API version)",
"homepage": "https://github.com/tensorflow/tensorflow",
"supports": "!(x86 | arm | uwp)",
"dependencies": [
"tensorflow-common"
]
}