onnx-helpers 0.1.0

ONNX model construction helpers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.bytes]
version = "^0.5.0"

[dependencies.onnx-pb]
version = "^0.1.0"

[dependencies.prost]
version = "^0.6.1"

[package]
authors = ["Ɓukasz Kurowski <crackcomm@gmail.com>"]
description = "ONNX model construction helpers."
edition = "2018"
homepage = "https://github.com/crackcomm/onnx-helpers-rs"
license = "MIT"
name = "onnx-helpers"
repository = "https://github.com/crackcomm/onnx-helpers-rs.git"
version = "0.1.0"