spa/.claude/skills/thread-manager/node_modules/onnx-proto
Yvan 6584c91ed1 init 2025-12-30 15:44:36 +08:00
..
dist init 2025-12-30 15:44:36 +08:00
.npmignore init 2025-12-30 15:44:36 +08:00
.travis.yml init 2025-12-30 15:44:36 +08:00
LICENSE init 2025-12-30 15:44:36 +08:00
README.md init 2025-12-30 15:44:36 +08:00
package-lock.json init 2025-12-30 15:44:36 +08:00
package.json init 2025-12-30 15:44:36 +08:00

README.md

Build Status

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

  • 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