https://github.com/nhynes/onnx-rs
ONNX for Rust
https://github.com/nhynes/onnx-rs
deep-learning onnx rust
Last synced: over 1 year ago
JSON representation
ONNX for Rust
- Host: GitHub
- URL: https://github.com/nhynes/onnx-rs
- Owner: nhynes
- License: mit
- Created: 2018-02-03T18:55:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-10T20:05:08.000Z (over 8 years ago)
- Last Synced: 2025-03-18T20:07:13.532Z (over 1 year ago)
- Topics: deep-learning, onnx, rust
- Language: Rust
- Size: 6.84 KB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```rust
extern crate onnx;
use onnx::onnx::*;
```