From 6841714d0e1e21ee6b35827287ef348d3fd807d6 Mon Sep 17 00:00:00 2001 From: bskrlj Date: Wed, 7 Feb 2024 12:16:44 +0100 Subject: [PATCH] 2x blen --- src/regressor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/regressor.rs b/src/regressor.rs index 46b4605e..7c1faa61 100644 --- a/src/regressor.rs +++ b/src/regressor.rs @@ -20,7 +20,7 @@ use crate::graph; use crate::model_instance; use crate::port_buffer; -pub const FFM_CONTRA_BUF_LEN: usize = 20736; +pub const FFM_CONTRA_BUF_LEN: usize = 41472; #[derive(Clone, Debug, Eq, PartialEq, Hash)] pub struct FFMFeature {