blob: 5297a3b0731d7f3f63d4cd48e1bbd1f0b77fedbe (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"name": "tensorflow-cc",
"version-string": "2.3.1",
"port-version": 2,
"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"
]
}
|