e8712a9198
* Enhance dnnl byoc dense operators performance by 1) introducing gelu fusion and 2) introducing alter dense weight layout. * fix lint issue * add unittest for dense pack * Make code compatible after introducing TensorRequisite(PR-11345) * Fix comments & refactor code * Fix lint * Fix partition graph unittest case * Fix comments * Fix comments * Fix lint