Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Buethe <jbuethe@amazon.de>2023-12-18 11:32:08 +0300
committerJan Buethe <jbuethe@amazon.de>2023-12-18 11:32:08 +0300
commitb8cb639e5129af96ab751fc9076bb32c2bc06379 (patch)
tree213c4c18295e37a8738c07da0464f830fa7d20bb
parentc67311cce5c6239b3d2581794ccac696e6b58eea (diff)
removed deprecated comment
-rw-r--r--dnn/osce_structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dnn/osce_structs.h b/dnn/osce_structs.h
index 6848bfe7..f6b67c35 100644
--- a/dnn/osce_structs.h
+++ b/dnn/osce_structs.h
@@ -55,7 +55,7 @@ typedef struct {
/* LACE */
typedef struct {
float feature_net_conv2_state[LACE_FEATURE_NET_CONV2_STATE_SIZE];
- float feature_net_gru_state[LACE_COND_DIM]; /* ToDo: fix! */
+ float feature_net_gru_state[LACE_COND_DIM];
AdaCombState cf1_state;
AdaCombState cf2_state;
AdaConvState af1_state;