|
|
@ -13,9 +13,8 @@ See the License for the specific language governing permissions and
|
|
|
|
limitations under the License. */
|
|
|
|
limitations under the License. */
|
|
|
|
|
|
|
|
|
|
|
|
#include "paddle/fluid/operators/batch_norm_op.h"
|
|
|
|
#include "paddle/fluid/operators/batch_norm_op.h"
|
|
|
|
#include "paddle/fluid/framework/data_layout.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include <cfloat>
|
|
|
|
#include <cfloat>
|
|
|
|
|
|
|
|
#include "paddle/fluid/framework/data_layout.h"
|
|
|
|
#include "paddle/fluid/operators/math/math_function.h"
|
|
|
|
#include "paddle/fluid/operators/math/math_function.h"
|
|
|
|
#include "paddle/fluid/platform/cudnn_helper.h"
|
|
|
|
#include "paddle/fluid/platform/cudnn_helper.h"
|
|
|
|
#include "paddle/fluid/platform/float16.h"
|
|
|
|
#include "paddle/fluid/platform/float16.h"
|
|
|
|