Erdem Köse
Results
1
comments of
Erdem Köse
solved this by changing this function in `onnx.c` ```c char * onnx_attribute_read_string(struct onnx_node_t * n, const char * name, char * def) { Onnx__AttributeProto * attr = onnx_search_attribute(n, name); if(attr...