Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

nGraph-ONNX v0.14.0

Compare
Choose a tag to compare
@postrational postrational released this 27 Feb 17:13
· 181 commits to master since this release
67bfc99

Note

This is the final release which includes the legacy Python-based ONNX importer.
Future releases will only contain our new C++-based import code.

Dependency Information

This version is compatible with nGraph v0.14.0

Quick installation steps:

  1. Download attached to this release nGraph and nGraph-ONNX *.whl files.
  2. pip install <ngraph_core ... >.whl
  3. pip install <ngraph_onnx ... >.whl

This release was tested only on Ubuntu 16.04.