10 Star 56 Fork 13

Gitee 极速下载/TensorFlow.js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/tensorflow/tfjs
克隆/下载
tsconfig.json 1.34 KB
一键复制 编辑 原始数据 按行查看 历史
Matthew Soulanille 提交于 2023-02-16 02:57 +08:00 . Add StaticRegexReplace Op (#7379)
{
"extends": "./tsconfig_base.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@tensorflow/tfjs-backend-cpu": [
"./tfjs-backend-cpu/src/index.ts",
],
"@tensorflow/tfjs-backend-webgl": [
"./tfjs-backend-webgl/src/index.ts",
],
"@tensorflow/tfjs-backend-webgpu": [
"./tfjs-backend-webgpu/src/index.ts",
],
"@tensorflow/tfjs-backend-wasm": [
"./tfjs-backend-wasm/src/index.ts",
],
"@tensorflow/tfjs-converter": [
"./tfjs-converter/src/index.ts",
],
"@tensorflow/tfjs-core": [
"./tfjs-core/src/index.ts",
],
"@tensorflow/tfjs-data": [
"./tfjs-data/src/index.ts",
],
"@tensorflow/tfjs-layers": [
"./tfjs-layers/src/index.ts",
],
"@tensorflow/tfjs-node": [
"./tfjs-node/src/index.ts",
],
"@tensorflow/tfjs-node-gpu": [
"./tfjs-node-gpu/src/index.ts",
],
"@tensorflow/tfjs-tfdf": [
"./tfjs-tfdf/src/index.ts",
],
"@tensorflow/tfjs-tflite": [
"./tfjs-tflite/src/index.ts",
],
"@tensorflow/tfjs": [
"./tfjs/src/index.ts",
],
"@tensorflow/tfjs-core/dist/*": [
"./tfjs-core/src/*",
],
"@tensorflow/tfjs-backend-cpu/dist/*": [
"./tfjs-backend-cpu/src/*",
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mirrors/TensorFlowjs.git
git@gitee.com:mirrors/TensorFlowjs.git
mirrors
TensorFlowjs
TensorFlow.js
master

搜索帮助