issues
search
xboot
/
libonnx
A lightweight, portable pure C99 onnx inference engine for embedded devices with hardware acceleration support.
MIT License
586
stars
108
forks
source link
Critical fixes for memory leakage and compatibility
#34
Open
erdem-kose
opened
2 years ago
erdem-kose
commented
2 years ago
ONNX protobuf updated,
Tiny Yolo V2 string allocation valgrind output solved,
Libonnx source calling converted from
type to "onnx.h" type, because it seeks for /usr/local in some cases
C99 compatibility increased
Little endian, big endian compatibility increased and some minor fixes