diff --git a/test/legacy_test/CMakeLists.txt b/test/legacy_test/CMakeLists.txt index 6ce669cff60e379a8604cb6f0f65cacf0b2db931..281ed6382b5f1d992724ba8db044048949ca9382 100644 --- a/test/legacy_test/CMakeLists.txt +++ b/test/legacy_test/CMakeLists.txt @@ -1185,6 +1185,7 @@ set(TEST_CINN_OPS test_clip_op test_scatter_op test_gather_op + test_batch_norm_op_prim test_layer_norm_op test_cast_op test_dropout_op diff --git a/test/legacy_test/test_batch_norm_op_prim.py b/test/legacy_test/test_batch_norm_op_prim.py index 17148541bd443485c7f5f5be3bb361eca79cb83d..b0c93cfb4a8c2ff22c2d54c8b3ab611bb24e52d2 100644 --- a/test/legacy_test/test_batch_norm_op_prim.py +++ b/test/legacy_test/test_batch_norm_op_prim.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018 PaddlePaddle Authors. All Rights Reserved. +# Copyright (c) 2023 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -130,8 +130,6 @@ class TestBatchNormOp(OpTest): check_prim=True, only_check_prim=True, ) - # restore init config - self.initConfig() def initConfig(self): self.rev_comp_atol = 1e-5