Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
修改maxPoolV2 infershape 编译告警问题
950
编译时出现
编译时该算子无告警
/home/wxw/scan/ops-nn/pooling/max_pool_v2/op_host/max_pool_v2_infershape.cpp:84:41: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 6 has type ‘uint64_t’ {aka ‘long unsigned int’} [-Wformat=]
/assign
Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
Describe the current behavior / 问题描述 (Mandatory / 必填)
修改maxPoolV2 infershape 编译告警问题
Environment / 环境信息 (Mandatory / 必填)
950
Steps to reproduce the issue / 重现步骤 (Mandatory / 必填)
编译时出现
Describe the expected behavior / 预期结果 (Mandatory / 必填)
编译时该算子无告警
Related log / screenshot / 日志 / 截图 (Mandatory / 必填)
/home/wxw/scan/ops-nn/pooling/max_pool_v2/op_host/max_pool_v2_infershape.cpp:84:41: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 6 has type ‘uint64_t’ {aka ‘long unsigned int’} [-Wformat=]
Special notes for this issue/备注 (Optional / 选填)