File tree 1 file changed +2
-2
lines changed
themes/hugoplate/layouts/partials/hardware
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ <h2 class="text-2xl font-bold mb-4 col-span-3">{{ $product }} At A Glance</h2>
13
13
{{ end }}
14
14
{{ if .chip_type }}< div > < strong > Chip Type:</ strong > {{ .chip_type }}</ div > {{ end }}
15
15
{{ if .interfaces }}< div > < strong > Interface:</ strong > {{ .interfaces }}</ div > {{ end }}
16
+ {{ if .software }}< div > < strong > Software:</ strong > {{ .software }}</ div > {{ end }}
17
+ {{ if .applications }}< div > < strong > Applications:</ strong > {{ .applications }}</ div > {{ end }}
16
18
</ div >
17
19
< div class ="pb-4 lg:pb-0 ">
18
20
{{ if .neurons }}< div > < strong > Neurons:</ strong > {{ .neurons }}</ div > {{ end }}
@@ -21,8 +23,6 @@ <h2 class="text-2xl font-bold mb-4 col-span-3">{{ $product }} At A Glance</h2>
21
23
{{ if .activation_bits }}< div > < strong > Activation bits:</ strong > {{ .activation_bits }}</ div > {{ end }}
22
24
{{ if .on_chip_learning }}< div > < strong > On-Chip Learning:</ strong > {{ .on_chip_learning }}</ div > {{ end }}
23
25
{{ if .power }}< div > < strong > Power:</ strong > {{ .power }}</ div > {{ end }}
24
- {{ if .software }}< div > < strong > Software:</ strong > {{ .software }}</ div > {{ end }}
25
- {{ if .applications }}< div > < strong > Applications:</ strong > {{ .applications }}</ div > {{ end }}
26
26
</ div >
27
27
< div class ="flex justify-center items-center ">
28
28
{{ if $image }}
You can’t perform that action at this time.
0 commit comments