| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 06e9c4a commit b356665
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "name": "@tensorflow/tfjs", | |
| 3 | - "version": "0.11.7", | ||
| 3 | + "version": "0.12.0", | ||
| 4 | 4 | "description": "An open-source machine learning framework.", | |
| 5 | 5 | "private": false, | |
| 6 | 6 | "main": "dist/index", | |
@@ -58,8 +58,8 @@ | |||
| 58 | 58 | "release-notes": "ts-node ./scripts/release_notes/release_notes.ts" | |
| 59 | 59 | }, | |
| 60 | 60 | "dependencies": { | |
| 61 | - "@tensorflow/tfjs-converter": "0.4.3", | ||
| 62 | - "@tensorflow/tfjs-core": "0.11.9", | ||
| 63 | - "@tensorflow/tfjs-layers": "0.6.7" | ||
| 61 | + "@tensorflow/tfjs-converter": "0.5.0", | ||
| 62 | + "@tensorflow/tfjs-core": "0.12.0", | ||
| 63 | + "@tensorflow/tfjs-layers": "0.7.0" | ||
| 64 | 64 | } | |
| 65 | 65 | } | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,5 @@ | |||
| 1 | 1 | /** @license See the LICENSE file. */ | |
| 2 | 2 | ||
| 3 | 3 | // This code is auto-generated, do not modify this file! | |
| 4 | - const version = '0.11.7'; | ||
| 4 | + const version = '0.12.0'; | ||
| 5 | 5 | export {version}; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -58,23 +58,23 @@ | |||
| 58 | 58 | version "1.1.0" | |
| 59 | 59 | resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570" | |
| 60 | 60 | ||
| 61 | - "@tensorflow/tfjs-converter@0.4.3": | ||
| 62 | - version "0.4.3" | ||
| 63 | - resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-converter/-/tfjs-converter-0.4.3.tgz#c77414a4cc3563a221c9ae2644fb132c68a1cc05" | ||
| 61 | + "@tensorflow/tfjs-converter@0.5.0": | ||
| 62 | + version "0.5.0" | ||
| 63 | + resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-converter/-/tfjs-converter-0.5.0.tgz#bf952dcb5b4cb2e2d0ce5ea8b1b347355ed2e27f" | ||
| 64 | 64 | dependencies: | |
| 65 | 65 | "@types/long" "~3.0.32" | |
| 66 | 66 | protobufjs "~6.8.6" | |
| 67 | 67 | url "^0.11.0" | |
| 68 | 68 | ||
| 69 | - "@tensorflow/tfjs-core@0.11.9": | ||
| 70 | - version "0.11.9" | ||
| 71 | - resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-0.11.9.tgz#b684255359941162c64b397d515c310bd1027fe8" | ||
| 69 | + "@tensorflow/tfjs-core@0.12.0": | ||
| 70 | + version "0.12.0" | ||
| 71 | + resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-0.12.0.tgz#b4138112ad70c527922e72c292ec9bb156df6b85" | ||
| 72 | 72 | dependencies: | |
| 73 | 73 | seedrandom "~2.4.3" | |
| 74 | 74 | ||
| 75 | - "@tensorflow/tfjs-layers@0.6.7": | ||
| 76 | - version "0.6.7" | ||
| 77 | - resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-layers/-/tfjs-layers-0.6.7.tgz#aa4f994c4104a8cf3f93b5e13ab051685c092c80" | ||
| 75 | + "@tensorflow/tfjs-layers@0.7.0": | ||
| 76 | + version "0.7.0" | ||
| 77 | + resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-layers/-/tfjs-layers-0.7.0.tgz#6bee18a220ece102a56be785cd1c67028f968a63" | ||
| 78 | 78 | ||
| 79 | 79 | "@types/estree@0.0.38": | |
| 80 | 80 | version "0.0.38" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments