Browse Source

Pre Merge pull request !659 from lixiwen1/new

pull/659/MERGE
lixiwen1 Gitee 4 years ago
parent
commit
43d8a194b4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/single_op/single_op.cc

+ 1
- 1
ge/single_op/single_op.cc View File

@@ -39,7 +39,7 @@ size_t GetAlignedSize(size_t size) {
}

Status ProfilingTaskInfo(OpTask *op_task) {
if (!ProfilingManager::Instance().ProfilingModelExecuteOn()) {
if (!ProfilingManager::Instance().ProfilingModelLoadOn()) {
return SUCCESS;
}



Loading…
Cancel
Save