Skip to content

Commit

Permalink
initial work
Browse files Browse the repository at this point in the history
  • Loading branch information
roynalnaruto committed May 1, 2024
1 parent a50a22a commit 1794161
Show file tree
Hide file tree
Showing 3 changed files with 352 additions and 68 deletions.
3 changes: 3 additions & 0 deletions aggregator/src/aggregation/decoder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2224,6 +2224,7 @@ impl DecoderConfig {
block_idx,
fse_table_kind,
fse_table_size,
0.expr(), // is_predefined
fse_symbol,
norm_prob.expr(),
norm_prob.expr(),
Expand Down Expand Up @@ -2722,6 +2723,7 @@ impl DecoderConfig {
block_idx,
table_kind,
table_size,
0.expr(), // is_predefined
0.expr(), // is_padding
]
.into_iter()
Expand Down Expand Up @@ -2807,6 +2809,7 @@ impl DecoderConfig {
block_idx,
table_kind,
table_size,
0.expr(), // is_predefined
state,
symbol,
baseline,
Expand Down
Loading

0 comments on commit 1794161

Please sign in to comment.