!38198 fix pclint of graph scheduler
Merge pull request !38198 from limingqi107/bug_fix4
This commit is contained in:
commit
97f4676082
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue