Add layer norm judge Fix layer norm name error Fix input tyoe check Fix ut test Add 3d supports
1) extend the Liner cell for including BatchMatMul implementation, in which the first dimension indicates the expert number; 2) implement a Switch (top1) router; 3) implement a MoE cell, which extends the FeedForward cell.