aboutsummaryrefslogtreecommitdiff
path: root/delegate/src/Pad.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'delegate/src/Pad.hpp')
-rw-r--r--delegate/src/Pad.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/delegate/src/Pad.hpp b/delegate/src/Pad.hpp
index 6149819950..431b8d33f2 100644
--- a/delegate/src/Pad.hpp
+++ b/delegate/src/Pad.hpp
@@ -98,9 +98,6 @@ TfLiteStatus VisitPadOperator(DelegateData& delegateData,
case kTfLiteInt8:
descriptor.m_PadValue = tflite::GetTensorData<int8>(&tfLitepaddingValue)[0];
break;
- case kTfLiteInt16:
- descriptor.m_PadValue = tflite::GetTensorData<int16>(&tfLitepaddingValue)[0];
- break;
default:
TF_LITE_MAYBE_KERNEL_LOG(
tfLiteContext,