add bias for DynamicQuantizeMatmul (#4440)

This commit is contained in:
Yufeng Li 2020-07-06 22:31:29 -07:00 committed by GitHub
parent 1f1384f8a9
commit 612f52c975
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}