提交 aeb6a92c 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!390 UI fix operator list sort issue

Merge pull request !390 from 潘慧/r0.5
......@@ -363,7 +363,7 @@
"downloadTimeline": "下载",
"timelineTips": {
"title1": "时间线功能可以帮您对训练过程进行分析,它可以展示:",
"content11": "- 算子分配到哪个设备 (AICPU/AI Core) 执行;",
"content11": "- 算子分配到哪个设备 (AI CPU/AI Core) 执行;",
"content12": "- MindSpore对该网络的流切分策略;",
"content13": "- 算子在Device上的执行序列和执行时长。",
"title2": "如何查看时间线:",
......
......@@ -497,6 +497,7 @@ export default {
profile: this.profile_dir,
train_id: this.train_id,
};
row.op_sort_condition.name = row.op_sort_condition.name.split(' ')[0];
params.body = {
op_type: 'aicore_detail',
device_id: this.currentCard,
......@@ -543,6 +544,7 @@ export default {
profile: this.profile_dir,
train_id: this.train_id,
};
this.opCpuList.op_sort_condition.name = this.opCpuList.op_sort_condition.name.split(' ')[0];
params.body = {
op_type: 'aicpu',
device_id: this.currentCard,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册