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:
Yufeng Li 2024-04-10 15:01:44 -07:00 committed by GitHub
parent 47072509c7
commit e6ca360695
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,6 +51,7 @@ class DequantizeInt4 : public IKernelExplorer {
params_.quant_,
params_.scales_,
params_.zero_points_,
nullptr, /*reorder_idx*/
params_.k_,
params_.n_,
32,