Created by: zhangting2020
add decorator to skip check_grd CI: Check_grad is required for Op test cases. However, there are specical cases that do not need to check_grad. The decorator is used to avoid failures of check_grad checking.
Note: The execution of unit test will not be skipped. It just avoids check_grad checking in tearDownClass method by setting a no_need_check_grad
flag.