From 958024be8f5c54f6e2a2930d40da62fda451bba7 Mon Sep 17 00:00:00 2001 From: Narumol Prangnawarat Date: Thu, 17 Dec 2020 12:17:58 +0000 Subject: IVGCVSW-5383 TfLiteDelegate: Implement Pad and PadV2 operators * Add Pad and PadV2 operators support to Armnn Delegate * Add dimension check to CompareOutputData test utility * Unit tests Signed-off-by: Narumol Prangnawarat Change-Id: I9d00eb08f71e791498908fcbdb9de561e1c01aef --- delegate/TensorFlowLiteDelegateSupport.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'delegate/TensorFlowLiteDelegateSupport.md') diff --git a/delegate/TensorFlowLiteDelegateSupport.md b/delegate/TensorFlowLiteDelegateSupport.md index 7531834643..e506b85f23 100644 --- a/delegate/TensorFlowLiteDelegateSupport.md +++ b/delegate/TensorFlowLiteDelegateSupport.md @@ -68,6 +68,8 @@ The Arm NN SDK TensorFlow Lite delegate currently supports the following operato * NOT_EQUAL +* PAD + * QUANTIZE * RESHAPE -- cgit v1.2.1