Layer designated indexer using names of indexer class
houxinli opened this issue · 1 comments
houxinli commented
As we discussed a little bit about this in #112 (comment). The motivation is that because the number of different indexers is growing and keep using booleans to indicate which indexer is supposed to handle this layer seems not ideal. I'm trying to add a field "indexer" in every layer in the compiler, and using reflection in the back-end to designate the proper indexer, but some details need furthur discussion
@tracyhenry
tracyhenry commented
yes agreed.