tfjs-v3.5.0
·
1527 commits
to master
since this release
Core (3.4.0 ==> 3.5.0)
Features
- Add Kernel SparseReshape for CPU and WebGL backend (#4956).
- added support for sigmoid activation function for fused ops (#4948).
- [core] Add support for explicit padding for depthwiseConv. (#4321).
Documentation
- Add missing headings to core operations (#4938). Thanks, @MaximeKjaer.
Misc
Data (3.4.0 ==> 3.5.0)
Misc
- Update lockfiles branch tfjs_3.5.0_lockfiles lock files. (#4970).
- Update monorepo to 3.5.0. (#4968).
Layers (3.4.0 ==> 3.5.0)
Features
Misc
- Update lockfiles branch tfjs_3.5.0_lockfiles lock files. (#4970).
- Update monorepo to 3.5.0. (#4968).
Converter (3.4.0 ==> 3.5.0)
Features
- added support for sparseReshape op for converter (#4963).
- Add Kernel SparseReshape for CPU and WebGL backend (#4956).
Misc
- Update lockfiles branch tfjs_3.5.0_lockfiles lock files. (#4970).
- Update monorepo to 3.5.0. (#4968).
- Build tfjs-core and tfjs-backend-cpu with Bazel (#4856).
Node (3.4.0 ==> 3.5.0)
Features
- Add Kernel SparseReshape for CPU and WebGL backend (#4956).
- added support for sigmoid activation function for fused ops (#4948).
- [core] Add support for explicit padding for depthwiseConv. (#4321).
Misc
- Update lockfiles branch tfjs_3.5.0_lockfiles lock files. (#4970).
- Update monorepo to 3.5.0. (#4968).
Wasm (3.4.0 ==> 3.5.0)
Features
- added support for sigmoid activation function for fused ops (#4948).
Misc
- Update lockfiles branch tfjs_3.5.0_lockfiles lock files. (#4970).
- Update monorepo to 3.5.0. (#4968).
- [wasm] Fix wasm backend not starting any threads (#4957).
- Build tfjs-core and tfjs-backend-cpu with Bazel (#4856).
Cpu (3.4.0 ==> 3.5.0)
Features
- Add Kernel SparseReshape for CPU and WebGL backend (#4956).
- added support for sigmoid activation function for fused ops (#4948).
- [core] Add support for explicit padding for depthwiseConv. (#4321).
Misc
- Update lockfiles branch tfjs_3.5.0_lockfiles lock files. (#4970).
- Update monorepo to 3.5.0. (#4968).
- Build tfjs-core and tfjs-backend-cpu with Bazel (#4856).
Webgl (3.4.0 ==> 3.5.0)
Features
- Add Kernel SparseReshape for CPU and WebGL backend (#4956).
- added support for sigmoid activation function for fused ops (#4948).
Bug fixes
Misc
- Update lockfiles branch tfjs_3.5.0_lockfiles lock files. (#4970).
- Update monorepo to 3.5.0. (#4968).
- Allow Concat to run on CPU for small tensors (#4940). Thanks, @ardoerlemans.