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: over 1 year ago
JSON representation

ONNX for Rust

Awesome Lists containing this project

README

          

```rust
extern crate onnx;
use onnx::onnx::*;
```