Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
编译告警:pointer parameter context can be pointer to const
A5
static ge::graphStatus GetRIGDim(gert::TilingContext* context, int64_t& axis_, int64_t yDimNum)
static ge::graphStatus GetRIGDim(const gert::TilingContext* context, int64_t& axis_, int64_t yDimNum)
无
/assign
Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
Describe the current behavior / 问题描述 (Mandatory / 必填)
编译告警:pointer parameter context can be pointer to const
Environment / 环境信息 (Mandatory / 必填)
A5
Steps to reproduce the issue / 重现步骤 (Mandatory / 必填)
static ge::graphStatus GetRIGDim(gert::TilingContext* context, int64_t& axis_, int64_t yDimNum)
Describe the expected behavior / 预期结果 (Mandatory / 必填)
static ge::graphStatus GetRIGDim(const gert::TilingContext* context, int64_t& axis_, int64_t yDimNum)
Related log / screenshot / 日志 / 截图 (Mandatory / 必填)
无
Special notes for this issue/备注 (Optional / 选填)