mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-23 19:32:23 +00:00
Comment out unused parameter (#9914)
This commit is contained in:
parent
67a30ef716
commit
5871ca1cd1
1 changed files with 1 additions and 1 deletions
|
|
@ -741,7 +741,7 @@ MlasQLinearGlobalAveragePoolNhwc(
|
|||
size_t Stride,
|
||||
size_t Channels,
|
||||
int32_t* AccumulateBuffer,
|
||||
const T8Bits* ZeroBuffer
|
||||
const T8Bits* /*ZeroBuffer*/
|
||||
)
|
||||
{
|
||||
float scale = CheckQLinearGlobalAveragePoolScaleAndSize(ScaleInput, ScaleOutput, ImageSize);
|
||||
|
|
|
|||
Loading…
Reference in a new issue