|
|
@@ -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> |
|
|
|