cONNXr
cONNXr copied to clipboard
make info structure optional
without weak attributes we need to rethink how to make the info structure optional. I see following options:
- duplicate the set structure, one for the resolvers, one for the info structures
- assign each operator an unique info index and put all info structs inside an array
- since a custom/minimal build needs to use the generator to generate a set, we could just fill the info pointers inside the set structure with NULL pointers.
I would prefer option 3 @alrevuelta any thoughts?