!38198 fix pclint of graph scheduler

Merge pull request !38198 from limingqi107/bug_fix4
This commit is contained in:
i-robot 2022-07-18 02:52:29 +00:00 committed by Gitee
commit 97f4676082
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@
namespace mindspore {
namespace runtime {
using DeviceTensor = mindspore::device::DeviceAddress;
// The device tensor mainly includes address ptr, size and reference count,
// which represents the basic data structure of kernel launch and transfers between actors.
// Some device tensors (such as ref real parameters) need be refreshed in the running,