Releases: tensorflow/ngraph-bridge
Releases · tensorflow/ngraph-bridge
Release v0.19.0-rc7
Major changes and bug fixes
- Removed memory profiling and added new tracing mechanism
- Fixed a bug in ResizeBilinear
Dependency information
TensorFlow v1.14.0
nGraph v0.25.1-rc.10
Release v0.19.0-rc6
Major changes and bug fixes
- Added new op translations Sin, Cos, Atan2, BatchMatMulV2, ResizeBilinear, ScatterND
- Removed TBB linking
Dependency information
TensorFlow v1.14.0
nGraph v0.25.1-rc.10
Release v0.21.0-rc0
Major changes and bug fixes
- Added POC for Data Pipelining
- Introduced thread safe cache
- Introduced NGraphVariableUpdateNGTensorOp to update the NGraphVariable when modified by TF Optimizer
- Added support for many new Ops: BatchMatMulV2, GatherV2, Sin, Cos, ResizeBilinear, etc.
- Upgraded nGraph Core to v0.27.0-rc.0
Dependency information
TensorFlow v1.14.0
nGraph v0.27.0-rc.0
Release v0.19.0-rc5
Major changes and bug fixes
- Fixed a bug where an ngraph node created at the bridge had >1 provenance tags. Now it is ensured that each ngraph node (except Parameters and Results) have exactly 1 provenance tag
Dependency information
TensorFlow v1.14.0
nGraph v0.25.1-rc.8
Release v0.19.0-rc4
Major changes and bug fixes
- Add provenance tags to all nGraph nodes created at the bridge
- Enable static linked building of c++ apps with clang and libc++ using bazel
Dependency information
TensorFlow v1.14.0
nGraph v0.25.1-rc.7
Release v0.20.0-rc1
Major changes and bug fixes
- Updated the nGraph version
Dependency information
TensorFlow v1.14.0
nGraph v0.26.0-rc.2
v0.20.0-rc0
Major changes and bug fixes
- Updated the nGraph version
Dependency information
TensorFlow v1.14.0
nGraph v0.26.0-rc.0
Release 0.19.0-rc3
Major changes and bug fixes
- Fixed compiler warnings
- Fixed bazel building with static linking for infer_multi app
- Added logs to track TF node to nGraph node conversion
- Fixed various bugs relating to ahead of time compilation
Dependency information
TensorFlow v1.14.0
nGraph v0.25.1-rc.3
Release 0.19.0-rc1
Major changes and bug fixes
- Bazel based C++ examples with static linking
- Topological sorting deterministic in case of a tie
- Various bug fixes
Dependency information
TensorFlow v1.14.0
nGraph v0.25.1-rc.2
Release 0.19.0-rc0
Major changes and bug fixes
- Bridge can now be built statically using
--use_ngraph_staticlibs
inbuild_ngtf.py
- Ahead-of-time compilation feature added using
--precompile
intf2ngraph.py
Dependency information
TensorFlow v1.14.0
nGraph v0.25.1-rc.0