Commits


Ye Wang authored and GitHub committed 82229c8e610
Support no bias in layernorm and skiplayernorm op (#6554) * add noBias attribute in layernorm * skip bias in skiplayernorm * fix * fix cuda tets * add tests * fix windows build * fix win build issue * review comments