vcpkg/ports/tensorflow-cc/vcpkg.json

11 lines
317 B
JSON
Raw Normal View History

{
"name": "tensorflow-cc",
"version-semver": "2.6.0",
"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"
]
}