aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/TypePrinter.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph/TypePrinter.h')
-rw-r--r--arm_compute/graph/TypePrinter.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arm_compute/graph/TypePrinter.h b/arm_compute/graph/TypePrinter.h
index e4188125b9..131fd39277 100644
--- a/arm_compute/graph/TypePrinter.h
+++ b/arm_compute/graph/TypePrinter.h
@@ -251,9 +251,6 @@ inline ::std::ostream &operator<<(::std::ostream &os, const DepthwiseConvolution
case DepthwiseConvolutionMethod::Default:
os << "DEFAULT";
break;
- case DepthwiseConvolutionMethod::GEMV:
- os << "GEMV";
- break;
case DepthwiseConvolutionMethod::Optimized3x3:
os << "Optimized3x3";
break;