onnx-helpers 0.0.1

ONNX model construction helpers.
Documentation
# onnx-helpers

[![Documentation](https://docs.rs/onnx-helpers/badge.svg)](https://docs.rs/onnx-helpers/)
[![Crate](https://img.shields.io/crates/v/onnx-helpers.svg)](https://crates.io/crates/onnx-helpers)

ONNX model construction helpers.

## Usage

```Toml
[dependencies]
onnx-helpers = "^0.0.1"
```

## Credits

Based on [onnx-rs](https://github.com/nhynes/onnx-rs/).

## License

MIT license same as [ONNX](https://github.com/onnx/onnx).