onnx-proto
Onnx Protobuf definition for JavaScript
Last updated 4 years ago by chaosmail .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install onnx-proto 
SYNC missed versions from official npm registry.

CI

Onnx Proto

Compiled Onnx Protobuf definition for JavaScript from github.com/onnx/onnx/blob/master/onnx/onnx.proto3.

Include Onnx Definition in Typescript

First, add onnx-proto to your project.

npm install onnx-proto

Now, you can import the Onnx definition from the onnx-proto namespace.

import {onnx} from 'onnx-proto';

Build

To update the definition, you have to run the following commands.

npm install
npm run build

New versions are automatically released to npm from the master branch.

Changelog

  • 8.0.0
    • Replace Travis CI with Github CI
    • Auto-publish master branch to NPM
    • Add simple tests to verify package before publishing
    • Update to latest Onnx definition (v1.10.2) IR_VERSION 8
  • 4.0.0
    • Add Travis CI/CD
    • Update to latest Onnx definition
  • 3.1.1
    • Remove unused files
  • 3.1.0
    • Initial release of Onnx IR_VERSION 3

License

The software is provided under MIT license.

Onnx License: https://github.com/onnx/onnx/blob/master/LICENSE

Current Tags

  • 8.0.1                                ...           latest (4 years ago)

7 Versions

  • 8.0.1                                ...           4 years ago
  • 4.0.4                                ...           7 years ago
  • 4.0.2                                ...           7 years ago
  • 4.0.1                                ...           7 years ago
  • 4.0.0                                ...           7 years ago
  • 3.1.1                                ...           8 years ago
  • 3.1.0                                ...           8 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (1)
Dev Dependencies (5)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |