alrevuelta / cONNXr

Pure C ONNX runtime with zero dependancies for embedded devices
MIT License
192 stars 31 forks source link

src/inference.c line 29 #95

Open ChenHuaYou opened 3 years ago

ChenHuaYou commented 3 years ago

src/inference.c line 29 should be: all_context[nodeIdx].inputs = malloc(sizeof(Onnx__TensorProto ) model->graph->node[nodeIdx] ->n_input);

nopeslide commented 3 years ago

good catch, would you open a merge request?