intel / onnxruntime

ONNX Runtime: cross-platform, high performance scoring engine for ML models
MIT License
56 stars 22 forks source link

Fix debug build unused param #396

Closed saurabhkale17 closed 1 month ago

saurabhkale17 commented 1 month ago

Description

fix debug build unused param.

Motivation and Context

This pull request addresses issues related to the standalone dequantized linear layer as referenced in the following PR: Intel ONNXRuntime PR #387. The previous implementation caused an error due to an unused parameter, "src_graph". This PR resolves that issue by removing the unused parameter, ensuring smoother operation and eliminating the error.

ankitm3k commented 1 month ago

LGTM

sfatimar commented 1 month ago

LGTM