[VTA] dens layer support

Hello,

I was trying to run a complete CNN including 2 dense layer on VTA and ran into the problem that the tutorials I tried don’t include dense layers. When I try to include them, Relay does a transformation before the dense layer in float which does not go well with VTA.

What is the current support for dense layer in VTA and how can I go around the Relay transformation.

Thanks