Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 546 Bytes

File metadata and controls

16 lines (12 loc) · 546 Bytes

BaseOnnx

Stable Dev Build Status

About

Core library for reading and writing ONNX formatted model files. Mostly contains generated ProtoBuf.jl code

Test with

open("data/mnist-8.onnx", "r") do io
    BaseOnnx.read(io) 
end