blob: 9b22b4beafa2e7207e5a3e4d2527bed725568e20 [file] [log] [blame]
Nikhil Raj03c7ff32023-08-22 12:00:04 +01001<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
3 "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4<!-- Generated by graphviz version 2.43.0 (0)
5 -->
6<!-- Title: TransposeConvolution2dLayer Pages: 1 -->
7<svg width="387pt" height="299pt"
8 viewBox="0.00 0.00 386.50 299.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
9<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 295)">
10<title>TransposeConvolution2dLayer</title>
11<polygon fill="white" stroke="transparent" points="-4,4 -4,-295 382.5,-295 382.5,4 -4,4"/>
12<!-- Node1 -->
13<g id="node1" class="node">
14<title>Node1</title>
15<g id="a_node1"><a xlink:title="This layer represents a 2D transpose convolution operation.">
16<polygon fill="#bfbfbf" stroke="black" points="32,-0.5 32,-19.5 195,-19.5 195,-0.5 32,-0.5"/>
17<text text-anchor="middle" x="113.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">TransposeConvolution2dLayer</text>
18</a>
19</g>
20</g>
21<!-- Node2 -->
22<g id="node2" class="node">
23<title>Node2</title>
24<g id="a_node2"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
25<polygon fill="white" stroke="black" points="9,-57.5 9,-87.5 218,-87.5 218,-57.5 9,-57.5"/>
26<text text-anchor="start" x="17" y="-75.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
27<text text-anchor="middle" x="113.5" y="-64.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; TransposeConvolution2dDescriptor &gt;</text>
28</a>
29</g>
30</g>
31<!-- Node2&#45;&gt;Node1 -->
32<g id="edge1" class="edge">
33<title>Node2&#45;&gt;Node1</title>
34<path fill="none" stroke="midnightblue" d="M113.5,-47.35C113.5,-37.51 113.5,-26.78 113.5,-19.54"/>
35<polygon fill="midnightblue" stroke="midnightblue" points="110,-47.47 113.5,-57.47 117,-47.47 110,-47.47"/>
36</g>
37<!-- Node3 -->
38<g id="node3" class="node">
39<title>Node3</title>
40<g id="a_node3"><a xlink:href="classarmnn_1_1_layer.html" target="_top" xlink:title=" ">
41<polygon fill="white" stroke="black" points="31.5,-214.5 31.5,-233.5 75.5,-233.5 75.5,-214.5 31.5,-214.5"/>
42<text text-anchor="middle" x="53.5" y="-221.5" font-family="Helvetica,sans-Serif" font-size="10.00">Layer</text>
43</a>
44</g>
45</g>
46<!-- Node3&#45;&gt;Node2 -->
47<g id="edge2" class="edge">
48<title>Node3&#45;&gt;Node2</title>
49<path fill="none" stroke="midnightblue" d="M46,-204.33C40.73,-188.31 35.87,-164.89 43.5,-146 53.4,-121.5 75.97,-100.68 92.83,-87.72"/>
50<polygon fill="midnightblue" stroke="midnightblue" points="42.84,-205.9 49.56,-214.09 49.42,-203.5 42.84,-205.9"/>
51</g>
52<!-- Node7 -->
53<g id="node7" class="node">
54<title>Node7</title>
55<g id="a_node7"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
56<polygon fill="white" stroke="black" points="52.5,-146.5 52.5,-176.5 174.5,-176.5 174.5,-146.5 52.5,-146.5"/>
57<text text-anchor="start" x="60.5" y="-164.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
58<text text-anchor="middle" x="113.5" y="-153.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; Parameters &gt;</text>
59</a>
60</g>
61</g>
62<!-- Node3&#45;&gt;Node7 -->
63<g id="edge7" class="edge">
64<title>Node3&#45;&gt;Node7</title>
65<path fill="none" stroke="midnightblue" d="M69.26,-207.11C78.6,-197.69 90.32,-185.87 99.36,-176.76"/>
66<polygon fill="midnightblue" stroke="midnightblue" points="66.65,-204.77 62.1,-214.33 71.62,-209.7 66.65,-204.77"/>
67</g>
68<!-- Node4 -->
69<g id="node4" class="node">
70<title>Node4</title>
71<g id="a_node4"><a xlink:href="classarmnn_1_1_i_connectable_layer.html" target="_top" xlink:title="Interface for a layer that is connectable to other layers via InputSlots and OutputSlots.">
72<polygon fill="white" stroke="black" points="0,-271.5 0,-290.5 107,-290.5 107,-271.5 0,-271.5"/>
73<text text-anchor="middle" x="53.5" y="-278.5" font-family="Helvetica,sans-Serif" font-size="10.00">IConnectableLayer</text>
74</a>
75</g>
76</g>
77<!-- Node4&#45;&gt;Node3 -->
78<g id="edge3" class="edge">
79<title>Node4&#45;&gt;Node3</title>
80<path fill="none" stroke="midnightblue" d="M53.5,-261.12C53.5,-251.82 53.5,-241.06 53.5,-233.71"/>
81<polygon fill="midnightblue" stroke="midnightblue" points="50,-261.41 53.5,-271.41 57,-261.41 50,-261.41"/>
82</g>
83<!-- Node5 -->
84<g id="node5" class="node">
85<title>Node5</title>
86<g id="a_node5"><a xlink:href="structarmnn_1_1_transpose_convolution2d_descriptor.html" target="_top" xlink:title="A TransposeConvolution2dDescriptor for the TransposeConvolution2dLayer.">
87<polygon fill="white" stroke="black" points="192.5,-152 192.5,-171 378.5,-171 378.5,-152 192.5,-152"/>
88<text text-anchor="middle" x="285.5" y="-159" font-family="Helvetica,sans-Serif" font-size="10.00">TransposeConvolution2dDescriptor</text>
89</a>
90</g>
91</g>
92<!-- Node5&#45;&gt;Node2 -->
93<g id="edge4" class="edge">
94<title>Node5&#45;&gt;Node2</title>
95<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M278.42,-142.07C272.87,-130.03 263.98,-114.95 251.5,-106 240.5,-98.11 227.86,-92.11 214.78,-87.55"/>
96<polygon fill="#9a32cd" stroke="#9a32cd" points="275.34,-143.77 282.45,-151.63 281.79,-141.05 275.34,-143.77"/>
97<text text-anchor="middle" x="295" y="-114.5" font-family="Helvetica,sans-Serif" font-size="10.00"> m_Param</text>
98</g>
99<!-- Node6 -->
100<g id="node6" class="node">
101<title>Node6</title>
102<g id="a_node6"><a xlink:href="structarmnn_1_1_base_descriptor.html" target="_top" xlink:title="Base class for all descriptors.">
103<polygon fill="white" stroke="black" points="240,-214.5 240,-233.5 331,-233.5 331,-214.5 240,-214.5"/>
104<text text-anchor="middle" x="285.5" y="-221.5" font-family="Helvetica,sans-Serif" font-size="10.00">BaseDescriptor</text>
105</a>
106</g>
107</g>
108<!-- Node6&#45;&gt;Node5 -->
109<g id="edge5" class="edge">
110<title>Node6&#45;&gt;Node5</title>
111<path fill="none" stroke="midnightblue" d="M285.5,-204C285.5,-193 285.5,-179.68 285.5,-171.15"/>
112<polygon fill="midnightblue" stroke="midnightblue" points="282,-204.33 285.5,-214.33 289,-204.33 282,-204.33"/>
113</g>
114<!-- Node7&#45;&gt;Node2 -->
115<g id="edge6" class="edge">
116<title>Node7&#45;&gt;Node2</title>
117<path fill="none" stroke="orange" stroke-dasharray="5,2" d="M113.5,-136.09C113.5,-120.44 113.5,-100.68 113.5,-87.6"/>
118<polygon fill="orange" stroke="orange" points="110,-136.13 113.5,-146.13 117,-136.13 110,-136.13"/>
119<text text-anchor="start" x="113.5" y="-120" font-family="Helvetica,sans-Serif" font-size="10.00"> &lt; TransposeConvolution2d</text>
120<text text-anchor="middle" x="180.5" y="-109" font-family="Helvetica,sans-Serif" font-size="10.00">Descriptor &gt;</text>
121</g>
122</g>
123</svg>