We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc7520 commit 53fed37Copy full SHA for 53fed37
scripts/package_dependencies.json
@@ -4,6 +4,9 @@
4
"tfjs-converter": ["tfjs-core"],
5
"tfjs-layers": ["tfjs-core"],
6
"tfjs-data": ["tfjs-core", "tfjs-layers"],
7
+ "tfjs": ["tfjs-core", "tfjs-converter", "tfjs-layers", "tfjs-data"],
8
+ "tfjs-node": ["tfjs", "tfjs-core"],
9
+ "tfjs-node-gpu": ["tfjs", "tfjs-core"],
10
"tfjs-backend-wasm": ["tfjs-core"],
11
"tfjs-backend-cpu": ["tfjs-core"],
12
"tfjs-backend-webgl": ["tfjs-core"]
0 commit comments