From 13ede1df912c7adc59535036103a2da640613bfe Mon Sep 17 00:00:00 2001 From: Luke Hutton Date: Mon, 9 Jan 2023 10:41:33 +0000 Subject: RFFT2D: Adjust output height to be same as the input The expected output shape of RFFT2d should be (N, H, W/2+1) as opposed to (N, H/2+1, W/2+1). Change-Id: I66d830f1ffa86417b57572b3cd904db0290cac42 --- tools/dictionary.dic | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/dictionary.dic') diff --git a/tools/dictionary.dic b/tools/dictionary.dic index 5f53b0c..4fa9ffd 100644 --- a/tools/dictionary.dic +++ b/tools/dictionary.dic @@ -56,6 +56,7 @@ Rescale RESCALE rescaled RFFT +rfft RSQRT sigmoid Sigmoid -- cgit v1.2.1