From 0cfedb73df7aa445bd350c99b04ba87ce42b7e76 Mon Sep 17 00:00:00 2001 From: XYZ <1290573099@qq.com> Date: Tue, 7 Sep 2021 14:49:16 +0800 Subject: [PATCH] Update softmax_with_cross_entropy_op.h delete blank lines at the beginning of the file --- paddle/fluid/operators/softmax_with_cross_entropy_op.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/paddle/fluid/operators/softmax_with_cross_entropy_op.h b/paddle/fluid/operators/softmax_with_cross_entropy_op.h index e513b99b87..ab1474954e 100644 --- a/paddle/fluid/operators/softmax_with_cross_entropy_op.h +++ b/paddle/fluid/operators/softmax_with_cross_entropy_op.h @@ -1,5 +1,3 @@ - - /* Copyright (c) 2016 PaddlePaddle Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); -- GitLab