提交 0bd67524 编写于 作者: W wangyang59

switch the parameter index in GruStepLayer in test_LayerGrad

上级 6da72834
......@@ -1404,9 +1404,9 @@ TEST(Layer, GruStepLayer) {
config.biasSize = 12;
config.inputDefs.push_back(
{INPUT_DATA, "layer_0", /* dim= */ 12, /* paraSize= */ 48});
{INPUT_DATA, "layer_0", /* dim= */ 12, /* paraSize= */ 0});
config.inputDefs.push_back(
{INPUT_DATA, "layer_1", /* dim= */ 4, /* paraSize= */ 0});
{INPUT_DATA, "layer_1", /* dim= */ 4, /* paraSize= */ 48});
config.layerConfig.add_inputs();
config.layerConfig.add_inputs();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册