cONNXr icon indicating copy to clipboard operation
cONNXr copied to clipboard

make info structure optional

Open nopeslide opened this issue 4 years ago • 0 comments

without weak attributes we need to rethink how to make the info structure optional. I see following options:

  1. duplicate the set structure, one for the resolvers, one for the info structures
  2. assign each operator an unique info index and put all info structs inside an array
  3. 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?

nopeslide avatar Jul 08 '20 14:07 nopeslide