From e3e82aaae395cb53aef3f678f9bda2c7ca668c1e Mon Sep 17 00:00:00 2001 From: liuqi Date: Wed, 27 Sep 2017 18:15:18 +0800 Subject: [PATCH] Fix typo bug in depthwise conv benchmark --- mace/ops/depthwise_conv_2d_benchmark.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mace/ops/depthwise_conv_2d_benchmark.cc b/mace/ops/depthwise_conv_2d_benchmark.cc index 5442444e..f535ea17 100644 --- a/mace/ops/depthwise_conv_2d_benchmark.cc +++ b/mace/ops/depthwise_conv_2d_benchmark.cc @@ -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") -- GitLab