Skip to content

Commit

Permalink
Update onnxruntime/core/providers/cpu/quantization/quantize_linear_ma…
Browse files Browse the repository at this point in the history
…tmul.cc

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
HectorSVC and github-actions[bot] authored Oct 17, 2024
1 parent bbe5be6 commit 3bc772f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ ONNX_OPERATOR_TYPED_KERNEL_EX(
.TypeConstraint("T3", DataTypeImpl::GetTensorType<uint8_t>()),
QLinearMatMul);

// int8_t kernel only supports weight being int8_t
ONNX_OPERATOR_VERSIONED_TYPED_KERNEL_EX(
// int8_t kernel only supports weight being int8_t
ONNX_OPERATOR_VERSIONED_TYPED_KERNEL_EX(
QLinearMatMul,
kOnnxDomain,
10,
Expand Down

0 comments on commit 3bc772f

Please sign in to comment.