mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-19 19:00:47 +00:00
add bias for DynamicQuantizeMatmul (#4440)
This commit is contained in:
parent
1f1384f8a9
commit
612f52c975
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ Status MatMulIntegerToFloatBase::ComputeCommon(OpKernelContext* ctx,
|
|||
y_data + helper.OutputOffsets()[i],
|
||||
static_cast<size_t>(helper.N()),
|
||||
&multiplier,
|
||||
nullptr,
|
||||
bias_data,
|
||||
thread_pool);
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue