Comment out unused parameter (#9914)

This commit is contained in:
Yufeng Li 2021-12-06 15:39:58 -08:00 committed by GitHub
parent 67a30ef716
commit 5871ca1cd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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