This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore-mindinsight
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fix the sensitive warning
tags/v0.5.0-beta
yelihua
5 years ago
parent
c8f47e6ea7
commit
37761b8193
7 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mindinsight/profiler/parser/step_trace_parser.py
+0
-0
tests/utils/resource/profiler/aicore_intermediate_1_detail.csv
+0
-0
tests/utils/resource/profiler/aicore_intermediate_1_type.csv
+0
-0
tests/utils/resource/profiler/framework_raw_0.csv
+0
-0
tests/utils/resource/profiler/framework_raw_1.csv
+0
-0
tests/utils/resource/profiler/step_trace_raw_0_detail_time.csv
+0
-0
tests/utils/resource/profiler/step_trace_raw_10_detail_time.csv
+ 1
- 1
mindinsight/profiler/parser/step_trace_parser.py
View File
@@ -259,4 +259,4 @@ class StepTraceParser:
csv_writer.writerow(self._header)
for row_data in self._result:
csv_writer.writerow(row_data)
os.chmod(self._output_path, stat.S_IREAD
| stat.S_IWRITE
)
os.chmod(self._output_path, stat.S_IREAD)
+ 0
- 0
tests/utils/resource/profiler/aicore_intermediate_1_detail.csv
View File
+ 0
- 0
tests/utils/resource/profiler/aicore_intermediate_1_type.csv
View File
+ 0
- 0
tests/utils/resource/profiler/framework_raw_0.csv
View File
+ 0
- 0
tests/utils/resource/profiler/framework_raw_1.csv
View File
+ 0
- 0
tests/utils/resource/profiler/step_trace_raw_0_detail_time.csv
View File
+ 0
- 0
tests/utils/resource/profiler/step_trace_raw_10_detail_time.csv
View File
Write
Preview
Loading…
Cancel
Save