aboutsummaryrefslogtreecommitdiff
path: root/src/graph/TypeLoader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph/TypeLoader.cpp')
-rw-r--r--src/graph/TypeLoader.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/graph/TypeLoader.cpp b/src/graph/TypeLoader.cpp
index b63672b39b..81a405b961 100644
--- a/src/graph/TypeLoader.cpp
+++ b/src/graph/TypeLoader.cpp
@@ -131,7 +131,6 @@ DepthwiseConvolutionMethod depthwise_convolution_method_from_name(const std::str
static const std::map<std::string, DepthwiseConvolutionMethod> methods =
{
{ "default", DepthwiseConvolutionMethod::Default },
- { "gemv", DepthwiseConvolutionMethod::GEMV },
{ "optimized3x3", DepthwiseConvolutionMethod::Optimized3x3 },
};