提交 e3e82aaa 编写于 作者: L liuqi

Fix typo bug in depthwise conv benchmark

上级 4b4e17a6
......@@ -25,7 +25,7 @@ static void DepthwiseConv2d(int iters,
mace::testing::StopTiming();
OpsTestNet net;
OpDefBuilder("DepthwiseConv2D", "DepthwiseConv2DTest")
OpDefBuilder("DepthwiseConv2d", "DepthwiseConv2dTest")
.Input("Input")
.Input("Filter")
.Input("Bias")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册