From 969ad85f42102984775064cfa259ee6c13454934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=98=8E=E5=86=AC?= <78149749+winter-wang@users.noreply.github.com> Date: Wed, 16 Jun 2021 10:24:46 +0800 Subject: [PATCH] fix the error in batch_norm.pbtxt, test=develop (#33572) --- .../fluid/operators/compat/batch_norm.pbtxt | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/paddle/fluid/operators/compat/batch_norm.pbtxt b/paddle/fluid/operators/compat/batch_norm.pbtxt index c18b4dc19dc..772d66f00fc 100644 --- a/paddle/fluid/operators/compat/batch_norm.pbtxt +++ b/paddle/fluid/operators/compat/batch_norm.pbtxt @@ -18,6 +18,21 @@ def { outputs { name: "Y" } + outputs { + name: "MeanOut" + } + outputs { + name: "VarianceOut" + } + outputs { + name: "SavedMean" + } + outputs { + name: "SavedVariance" + } + outputs { + name: "ReserveSpace" + } attrs { name: "epsilon" type: FLOAT @@ -55,21 +70,6 @@ extra { name: "trainable_statistics" type: BOOLEAN } - outputs { - name: "MeanOut" - } - outputs { - name: "VarianceOut" - } - outputs { - name: "SavedMean" - } - outputs { - name: "SavedVariance" - } - outputs { - name: "ReserveSpace" - } attrs { name: "op_role" type: INT -- GitLab