File tree Expand file tree Collapse file tree 11 files changed +14
-5
lines changed Expand file tree Collapse file tree 11 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ See the License for the specific language governing permissions and
13
13
limitations under the License. */
14
14
15
15
#include " paddle/fluid/operators/batch_norm_op.h"
16
+ #include < string>
16
17
#include " paddle/fluid/framework/data_layout.h"
17
18
18
19
namespace paddle {
Original file line number Diff line number Diff line change @@ -13,9 +13,8 @@ See the License for the specific language governing permissions and
13
13
limitations under the License. */
14
14
15
15
#include " paddle/fluid/operators/batch_norm_op.h"
16
- #include " paddle/fluid/framework/data_layout.h"
17
-
18
16
#include < cfloat>
17
+ #include " paddle/fluid/framework/data_layout.h"
19
18
#include " paddle/fluid/operators/math/math_function.h"
20
19
#include " paddle/fluid/platform/cudnn_helper.h"
21
20
#include " paddle/fluid/platform/float16.h"
Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and
13
13
limitations under the License. */
14
14
15
15
#pragma once
16
-
16
+ #include < algorithm>
17
+ #include < vector>
17
18
#include " paddle/fluid/framework/op_registry.h"
18
19
#include " paddle/fluid/operators/math/math_function.h"
19
20
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ See the License for the specific language governing permissions and
10
10
limitations under the License. */
11
11
12
12
#pragma once
13
+ #include < string>
13
14
#include " paddle/fluid/framework/op_registry.h"
14
15
#include " paddle/fluid/operators/math/math_function.h"
15
16
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ See the License for the specific language governing permissions and
13
13
limitations under the License. */
14
14
15
15
#include " paddle/fluid/operators/compare_op.h"
16
+ #include < string>
16
17
#include " paddle/fluid/framework/op_registry.h"
17
18
18
19
namespace paddle {
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ See the License for the specific language governing permissions and
13
13
limitations under the License. */
14
14
15
15
#include " paddle/fluid/operators/concat_op.h"
16
+ #include < string>
16
17
#include < vector>
17
18
18
19
namespace paddle {
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ See the License for the specific language governing permissions and
13
13
limitations under the License. */
14
14
15
15
#pragma once
16
+ #include < string>
16
17
#include < vector>
17
18
#include " glog/logging.h"
18
19
#include " paddle/fluid/framework/ddim.h"
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ See the License for the specific language governing permissions and
13
13
limitations under the License. */
14
14
15
15
#include " paddle/fluid/operators/conv_transpose_op.h"
16
+ #include < string>
17
+ #include < vector>
16
18
17
19
namespace paddle {
18
20
namespace operators {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ See the License for the specific language governing permissions and
13
13
limitations under the License. */
14
14
15
15
#pragma once
16
-
16
+ # include < vector >
17
17
#include " paddle/fluid/framework/eigen.h"
18
18
#include " paddle/fluid/framework/op_registry.h"
19
19
#include " paddle/fluid/operators/math/im2col.h"
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ See the License for the specific language governing permissions and
13
13
limitations under the License. */
14
14
15
15
#pragma once
16
+ #include < limits>
16
17
#include " paddle/fluid/framework/eigen.h"
17
18
#include " paddle/fluid/framework/op_registry.h"
18
19
#include " paddle/fluid/operators/math/math_function.h"
You can’t perform that action at this time.
0 commit comments