This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
!2105
change data profiling file name
Merge pull request
!2105
from yanghaitao/yht_profiling_device_queue
tags/v0.5.0-beta
mindspore-ci-bot
Gitee
5 years ago
parent
309406067c
7ac153503b
commit
5d7b9d959e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mindspore/ccsrc/dataset/engine/perf/device_queue_tracing.cc
+ 1
- 1
mindspore/ccsrc/dataset/engine/perf/device_queue_tracing.cc
View File
@@ -57,7 +57,7 @@ Status DeviceQueueTracing::SaveToFile() {
}
Status DeviceQueueTracing::Init(const std::string &dir_path, const std::string &device_id) {
file_path_ = (Path(dir_path) / Path("
critical_point
_profiling_" + device_id + ".txt")).toString();
file_path_ = (Path(dir_path) / Path("
device_queue
_profiling_" + device_id + ".txt")).toString();
return Status::OK();
}
} // namespace dataset
Write
Preview
Loading…
Cancel
Save