mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:29:01 +08:00
e92dfa5c01
* Revert "incorporate changes from microsoft:master" * Revert "Revert "incorporate changes from microsoft:master"" * update tensorflow to 2.7 and bazel to latest 4.x * Update version database. Co-authored-by: jgehw <Joachim_Gehweiler@McAfee.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
11 lines
317 B
JSON
11 lines
317 B
JSON
{
|
|
"name": "tensorflow-cc",
|
|
"version-semver": "2.7.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"
|
|
]
|
|
}
|