Closed kffaxen closed 4 years ago
Struct types with many fields get very long tags in the generated code. This is a problem for the weight dictionaries created by onnxToFeld. We solve the problem by abbreviating sequences of fields with the same type using run length encoding.
Struct types with many fields get very long tags in the generated code. This is a problem for the weight dictionaries created by onnxToFeld. We solve the problem by abbreviating sequences of fields with the same type using run length encoding.