Grad of make_range to C++ #2

Open
xxq250 wants to merge 1 commits from p82730541/mindspore:master into master
Owner

What does this PR do / why do we need it:

Which issue(s) this PR fixes:

Fixes #

Code review checklist 【代码检视checklist说明】:

典型安全编码问题 【违反安全编码案例】
是否进行空指针校验
是否进行返回值校验 (禁止使用void屏蔽安全函数、自研函数返回值,C++标准库函数确认无问题可以屏蔽)
是否正确释放new/malloc申请的内存
性能分析 (如果涉及某个子项,请概述设计思想/修改内容)
是否修改热点函数 / 算法 / 算子
是否考虑并发场景
是否考虑通信场景
是否符合编码规范 【编码规范】
是否遵守 SOLID原则 / 迪米特法则
是否涉及模块/特性间交互 (若涉及请概述实现思路)
是否具备UT测试用例看护 && 测试用例为有效用例 (若新特性无测试用例看护请说明原因)
是否正确加载、释放秘钥
错误处理与记录
是否充分考虑接口的异常场景
是否正确记录错误信息

What does this PR do / why do we need it: Which issue(s) this PR fixes: Fixes # Code review checklist 【代码检视checklist说明】: 典型安全编码问题 【违反安全编码案例】 是否进行空指针校验 是否进行返回值校验 (禁止使用void屏蔽安全函数、自研函数返回值,C++标准库函数确认无问题可以屏蔽) 是否正确释放new/malloc申请的内存 性能分析 (如果涉及某个子项,请概述设计思想/修改内容) 是否修改热点函数 / 算法 / 算子 是否考虑并发场景 是否考虑通信场景 是否符合编码规范 【编码规范】 是否遵守 SOLID原则 / 迪米特法则 是否涉及模块/特性间交互 (若涉及请概述实现思路) 是否具备UT测试用例看护 && 测试用例为有效用例 (若新特性无测试用例看护请说明原因) 是否正确加载、释放秘钥 错误处理与记录 是否充分考虑接口的异常场景 是否正确记录错误信息
xxq250 added 1 commit 2023-03-25 11:22:08 +08:00
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b p82730541-master master
git pull master

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff p82730541-master
git push origin master
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mindspore-Ecosystem/mindspore#2
No description provided.