blob: fe5503d3bb5c98058db3972848496da2fc5d5737 (
plain)
1
2
3
4
5
6
7
8
9
10
|
{
"name": "tensorflow-cc",
"version-semver": "2.4.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"
]
}
|