mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-01 23:30:35 +00:00
fix build break in kernel_explorer (#20235)
### Description <!-- Describe your changes. --> ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. -->
This commit is contained in:
parent
47072509c7
commit
e6ca360695
1 changed files with 1 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ class DequantizeInt4 : public IKernelExplorer {
|
|||
params_.quant_,
|
||||
params_.scales_,
|
||||
params_.zero_points_,
|
||||
nullptr, /*reorder_idx*/
|
||||
params_.k_,
|
||||
params_.n_,
|
||||
32,
|
||||
|
|
|
|||
Loading…
Reference in a new issue