| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
* Put the onnx example behind a feature flag.
* Exclude the onnx bits from the workspace.
* README tweaks.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add more models to the onnx example.
* Input validation.
* Input validation.
* Bugfix.
* Implement clip.
* BatchNorm support.
* Get the efficientnet onnx to work.
|
|
|
|
|
| |
* Do not generate values for constants.
* Add an onnx based example using squeezenet.
|
|
|
|
|
|
|
|
|
| |
* Better tensor initialization in ONNX.
* MaxPool support.
* Add AvgPool.
* Get the squeezenet example to work.
|
|
|
|
|
|
|
|
|
| |
* Refactor the onnx attribute getters.
* Add get-attr-opt.
* Add support for convolutions.
* Add support for convolutions.
|
|
|
|
|
| |
* Add LogSoftmax.
* Support for Transpose.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Generate some zeros tensor in the onnx simple-eval example.
* Fix the casting operation.
* Support more ops.
* Handle reshape.
* Concat.
* Softmax.
|
|
|
|
|
|
|
| |
* ONNX casting support.
* Handle tensor constants.
* Bugfix the binary ops.
|
|
* Add the onnx protos.
* Move the reading bits.
* Install protoc on the CI.
* Install protoc on the cuda CI too.
* Use clap for the onnx tool.
* Tweak the CI protoc install.
* Add some simple evalution function.
* Add some binary operator support.
|