Unsupported Layers Update for Segment-Anything Models
We are aiming to deploy one of the more well-known CV models on an MCU, the segment-anything model by Facebook, but there are layers that are unsupported, and we can't exactly modify layers as it would greatly affect performance. Fortunately, time is not a concern for us in inference so the speed of the hardware is not a major challenge (as opposed to a GPU).
Is there some timeline or plan, or some way we can implement these layers ourselves internally?
LayerNormalization, MatMulInteger, DynamicQuantizeLinear, OneHot, ConvInteger, and Range
