aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLuke Hutton <luke.hutton@arm.com>2023-01-12 11:30:33 +0000
committerLuke Hutton <luke.hutton@arm.com>2023-04-22 12:56:16 +0100
commit67e9fc539dd014745f8e2559b967489b8479a8f8 (patch)
tree6ca5e5eb6552f606dfc32e8a3cd8a87a7b9b4ad8 /include
parente37ee8680fdc4b633888b31c2f7e76b65dc2c479 (diff)
downloadtosa_mlir_translator-67e9fc539dd014745f8e2559b967489b8479a8f8.tar.gz
Support translation of FFT2d
Signed-off-by: Luke Hutton <luke.hutton@arm.com> Change-Id: I4aae94438380d394b9c13015aa69ac52f9b73f74
Diffstat (limited to 'include')
-rw-r--r--include/operator.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/operator.def b/include/operator.def
index 51eaf82..3c766c4 100644
--- a/include/operator.def
+++ b/include/operator.def
@@ -27,6 +27,7 @@ DEF_OPERATOR(AvgPool2d)
DEF_OPERATOR(Conv2D)
DEF_OPERATOR(Conv3D)
DEF_OPERATOR(DepthwiseConv2D)
+DEF_OPERATOR(FFT2d)
DEF_OPERATOR(FullyConnected)
DEF_OPERATOR(MatMul)
DEF_OPERATOR(MaxPool2d)