Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/2480/head
zouap 3 years ago
parent
commit
d24c9fc287
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      templates/repo/modelmanage/convertshowinfo.tmpl

+ 3
- 3
templates/repo/modelmanage/convertshowinfo.tmpl View File

@@ -304,7 +304,7 @@ td, th {
<td class="ti-text-form-content">
<div class="text-span text-span-w" id="duration">
{{.NetOutputFormat}}
{{if eq .NetOutputFormat 0}}FP32 {{else if eq .NetOutputFormat 1}}FP16 {{end}}
</div>
</td>
</tr>
@@ -363,7 +363,7 @@ td, th {

<td class="ti-text-form-content">
<div class="text-span text-span-w">
{{.SrcEngine}}
{{if eq .SrcEngine 0}}Pytorch {{else if eq .SrcEngine 1}}Tensorflow{{else if eq .SrcEngine 2}}MindSpore {{end}}
</div>
</td>
</tr>
@@ -375,7 +375,7 @@ td, th {

<td class="ti-text-form-content">
<div class="text-span text-span-w">
{{.DestFormat}}
{{if eq .DestFormat 0}}ONNX {{else if eq .DestFormat 1}}TensorRT {{end}}
</div>
</td>
</tr>


Loading…
Cancel
Save