aboutsummaryrefslogtreecommitdiff
path: root/delegate/opaque/src/ArgMinMax.hpp
diff options
context:
space:
mode:
authorJohn Mcloughlin <john.mcloughlin@arm.com>2023-04-27 16:55:00 +0100
committerTeresaARM <teresa.charlinreyes@arm.com>2023-04-27 17:42:51 +0000
commit0422cf2f80f740751273fe6eed6cdfddb0c487f8 (patch)
tree26dcaa07bf3a27082f1e12e5915156ebcc5f5a92 /delegate/opaque/src/ArgMinMax.hpp
parent3a9e7bac89a120fddaf3bcf312105258a840dab1 (diff)
downloadarmnn-0422cf2f80f740751273fe6eed6cdfddb0c487f8.tar.gz
IVGCVSW-7576 IVGCVSW-7609 Add BatchMatMul and Shape to Opaque Delegate
Signed-off-by: John Mcloughlin <john.mcloughlin@arm.com> Change-Id: Id4b02b951ed81c69171f6af2d0d327175c6e5d3c
Diffstat (limited to 'delegate/opaque/src/ArgMinMax.hpp')
-rw-r--r--delegate/opaque/src/ArgMinMax.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/delegate/opaque/src/ArgMinMax.hpp b/delegate/opaque/src/ArgMinMax.hpp
index 7dfd89f57b..e5499022c6 100644
--- a/delegate/opaque/src/ArgMinMax.hpp
+++ b/delegate/opaque/src/ArgMinMax.hpp
@@ -63,7 +63,7 @@ TfLiteStatus VisitArgMinMaxOperator(DelegateData& delegateData,
}
const TfLiteOpaqueTensor* tfLiteOutputTensor = TfLiteOpaqueContextGetOpaqueTensor(tfLiteContext, outputTensors[0]);
- if (!IsValid(tfLiteContext, tfLiteInputTensor, argMinMaxOperatorCode, nodeIndex))
+ if (!IsValid(tfLiteContext, tfLiteOutputTensor, argMinMaxOperatorCode, nodeIndex))
{
return kTfLiteError;
}