From 67e9fc539dd014745f8e2559b967489b8479a8f8 Mon Sep 17 00:00:00 2001 From: Luke Hutton Date: Thu, 12 Jan 2023 11:30:33 +0000 Subject: Support translation of FFT2d Signed-off-by: Luke Hutton Change-Id: I4aae94438380d394b9c13015aa69ac52f9b73f74 --- include/operator.def | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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) -- cgit v1.2.1