Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nhynes/onnx-rs
ONNX for Rust
https://github.com/nhynes/onnx-rs
deep-learning onnx rust
Last synced: 10 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-10T20:05:08.000Z (over 6 years ago)
- Last Synced: 2024-10-12T12:17:17.768Z (26 days ago)
- Topics: deep-learning, onnx, rust
- Language: Rust
- Size: 6.84 KB
- Stars: 15
- Watchers: 3
- 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::*;
```