Skip to content

Commit d28e229

Browse files
authored
Merge 3.x_dev branch (tensorflow#4537)
BREAKING FEATURE Summary of breaking changes Removal of *strict variants of ops Remove deprecated tensor.depthwiseConv2D (use tensor.depthwiseConv2d) Remove dilations param from maxPool3d and avgPool3d Remove default registration of chaining api from core Remove default registration of gradients from core Other Changes Add .fesm bundles to npm package Rename custom-bundle tool to custom-module Internal changes refactor runKernel/runKernelFunc to remove legacy code after modularization of all kernels
1 parent 54c3f4d commit d28e229

File tree

261 files changed

+1176
-3351
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

261 files changed

+1176
-3351
lines changed

e2e/custom_bundle/blazeface/package.json renamed to e2e/custom_module/blazeface/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "app.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
8-
"make-custom-tfjs-modules": "node ./node_modules/@tensorflow/tfjs/dist/tools/custom_bundle/cli.js --config app_tfjs_config.json",
8+
"make-custom-tfjs-modules": "node ./node_modules/@tensorflow/tfjs/dist/tools/custom_module/cli.js --config app_tfjs_config.json",
99
"rollup:full": "rollup -c",
1010
"rollup:custom": "rollup -c --useCustomTfjs",
1111
"webpack:full": "webpack",

0 commit comments

Comments
 (0)