blob: 094c6b50a5c7ad5c2d730f0b73efab12325c7827 [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: UnidirectionalSequenceLstmLayer Pages: 1 -->
7<svg width="226pt" height="299pt"
8 viewBox="0.00 0.00 226.00 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>UnidirectionalSequenceLstmLayer</title>
11<polygon fill="white" stroke="transparent" points="-4,4 -4,-295 222,-295 222,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 LSTM operation.">
16<polygon fill="#bfbfbf" stroke="black" points="0,-0.5 0,-30.5 156,-30.5 156,-0.5 0,-0.5"/>
17<text text-anchor="start" x="8" y="-18.5" font-family="Helvetica,sans-Serif" font-size="10.00">UnidirectionalSequenceLstm</text>
18<text text-anchor="middle" x="78" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">Layer</text>
19</a>
20</g>
21</g>
22<!-- Node2 -->
23<g id="node2" class="node">
24<title>Node2</title>
25<g id="a_node2"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
26<polygon fill="white" stroke="black" points="17,-68.5 17,-98.5 139,-98.5 139,-68.5 17,-68.5"/>
27<text text-anchor="start" x="25" y="-86.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
28<text text-anchor="middle" x="78" y="-75.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; LstmDescriptor &gt;</text>
29</a>
30</g>
31</g>
32<!-- Node2&#45;&gt;Node1 -->
33<g id="edge1" class="edge">
34<title>Node2&#45;&gt;Node1</title>
35<path fill="none" stroke="midnightblue" d="M78,-58.03C78,-48.86 78,-38.74 78,-30.79"/>
36<polygon fill="midnightblue" stroke="midnightblue" points="74.5,-58.18 78,-68.18 81.5,-58.18 74.5,-58.18"/>
37</g>
38<!-- Node3 -->
39<g id="node3" class="node">
40<title>Node3</title>
41<g id="a_node3"><a xlink:href="classarmnn_1_1_layer.html" target="_top" xlink:title=" ">
42<polygon fill="white" stroke="black" points="52,-214.5 52,-233.5 96,-233.5 96,-214.5 52,-214.5"/>
43<text text-anchor="middle" x="74" y="-221.5" font-family="Helvetica,sans-Serif" font-size="10.00">Layer</text>
44</a>
45</g>
46</g>
47<!-- Node3&#45;&gt;Node2 -->
48<g id="edge2" class="edge">
49<title>Node3&#45;&gt;Node2</title>
50<path fill="none" stroke="midnightblue" d="M74.54,-204.25C75.35,-176.19 76.86,-123.88 77.59,-98.73"/>
51<polygon fill="midnightblue" stroke="midnightblue" points="71.04,-204.24 74.25,-214.34 78.04,-204.44 71.04,-204.24"/>
52</g>
53<!-- Node5 -->
54<g id="node5" class="node">
55<title>Node5</title>
56<g id="a_node5"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
57<polygon fill="white" stroke="black" points="90,-146.5 90,-176.5 212,-176.5 212,-146.5 90,-146.5"/>
58<text text-anchor="start" x="98" y="-164.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
59<text text-anchor="middle" x="151" y="-153.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; Parameters &gt;</text>
60</a>
61</g>
62</g>
63<!-- Node3&#45;&gt;Node5 -->
64<g id="edge5" class="edge">
65<title>Node3&#45;&gt;Node5</title>
66<path fill="none" stroke="midnightblue" d="M93.22,-207.9C105.45,-198.29 121.19,-185.92 133.15,-176.53"/>
67<polygon fill="midnightblue" stroke="midnightblue" points="90.73,-205.4 85.03,-214.33 95.06,-210.91 90.73,-205.4"/>
68</g>
69<!-- Node4 -->
70<g id="node4" class="node">
71<title>Node4</title>
72<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.">
73<polygon fill="white" stroke="black" points="20.5,-271.5 20.5,-290.5 127.5,-290.5 127.5,-271.5 20.5,-271.5"/>
74<text text-anchor="middle" x="74" y="-278.5" font-family="Helvetica,sans-Serif" font-size="10.00">IConnectableLayer</text>
75</a>
76</g>
77</g>
78<!-- Node4&#45;&gt;Node3 -->
79<g id="edge3" class="edge">
80<title>Node4&#45;&gt;Node3</title>
81<path fill="none" stroke="midnightblue" d="M74,-261.12C74,-251.82 74,-241.06 74,-233.71"/>
82<polygon fill="midnightblue" stroke="midnightblue" points="70.5,-261.41 74,-271.41 77.5,-261.41 70.5,-261.41"/>
83</g>
84<!-- Node5&#45;&gt;Node2 -->
85<g id="edge4" class="edge">
86<title>Node5&#45;&gt;Node2</title>
87<path fill="none" stroke="orange" stroke-dasharray="5,2" d="M130.03,-138.67C117.7,-125.83 102.46,-109.97 91.67,-98.73"/>
88<polygon fill="orange" stroke="orange" points="127.82,-141.42 137.27,-146.2 132.87,-136.57 127.82,-141.42"/>
89<text text-anchor="middle" x="168" y="-120" font-family="Helvetica,sans-Serif" font-size="10.00"> &lt; LstmDescriptor &gt;</text>
90</g>
91</g>
92</svg>