From e37e4c4f8d2d84af4cbb03c21fcab1f27d0466b2 Mon Sep 17 00:00:00 2001 From: jsong270 Date: Tue, 9 Sep 2025 14:52:49 +0800 Subject: [PATCH] test --- inc/register/ffts_node_converter_registry.h | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/register/ffts_node_converter_registry.h b/inc/register/ffts_node_converter_registry.h index 9b034ef545..e8a7c9244d 100644 --- a/inc/register/ffts_node_converter_registry.h +++ b/inc/register/ffts_node_converter_registry.h @@ -24,6 +24,7 @@ using FFTSPreThreadFunc = std::function &input_shapes, const std::vector &input_addrs, std::vector &output)>; + using FFTSThreadFunc = std::function &input_shapes, const std::vector &output_shapes, const bg::ValueHolderPtr thread_dim, -- Gitee