Skip to content
Snippets Groups Projects

Updates for paper figures

Merged rarbore2 requested to merge paper_updates into main
4 files
+ 35
35
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -6,23 +6,23 @@ style=invis
cluster=true
ranksep=1;
nodesep=1;
start_0_0 [xlabel=0, label=<Start<BR /><FONT POINT-SIZE="8">Control</FONT>>, color=darkred];
parameter_0_1 [xlabel=1, label=<Parameter (#0)<BR /><FONT POINT-SIZE="8">Array(Float32, #0)</FONT>>, color=darkblue];
dynamic_constant_0_2 [xlabel=2, label=<DynamicConstant (#0)<BR /><FONT POINT-SIZE="8">UnsignedInteger64</FONT>>, color=darkblue];
projection_0_3 [xlabel=3, label=<Projection<BR /><FONT POINT-SIZE="8">Control</FONT>>, color=darkred];
add_0_4 [xlabel=4, label=<Add<BR /><FONT POINT-SIZE="8">UnsignedInteger64</FONT>>, color=darkblue];
add_0_5 [xlabel=5, label=<Add<BR /><FONT POINT-SIZE="8">Float32</FONT>>, color=darkblue];
read_0_6 [xlabel=6, label=<Read<BR /><FONT POINT-SIZE="8">Float32</FONT>>, color=darkblue];
lt_0_7 [xlabel=7, label=<LT<BR /><FONT POINT-SIZE="8">Boolean</FONT>>, color=darkblue];
if_0_8 [xlabel=8, label=<If<BR /><FONT POINT-SIZE="8">Control</FONT>>, color=darkred];
projection_0_9 [xlabel=9, label=<Projection<BR /><FONT POINT-SIZE="8">Control</FONT>>, color=darkred];
start_0_0 [xlabel=0, label=<Start<BR />Control>, color=darkred];
parameter_0_1 [xlabel=1, label=<Parameter (#0)<BR />Array(Float32, #0)>, color=darkblue];
dynamic_constant_0_2 [xlabel=2, label=<DynamicConstant (#0)<BR />UnsignedInteger64>, color=darkblue];
projection_0_3 [xlabel=3, label=<Projection<BR />Control>, color=darkred];
add_0_4 [xlabel=4, label=<Add<BR />UnsignedInteger64>, color=darkblue];
add_0_5 [xlabel=5, label=<Add<BR />Float32>, color=darkblue];
read_0_6 [xlabel=6, label=<Read<BR />Float32>, color=darkblue];
lt_0_7 [xlabel=7, label=<LT<BR />Boolean>, color=darkblue];
if_0_8 [xlabel=8, label=<If<BR />Control>, color=darkred];
projection_0_9 [xlabel=9, label=<Projection<BR />Control>, color=darkred];
return_0_10 [xlabel=10, label=<Return>, color=darkred];
constant_0_11 [xlabel=11, label=<Constant (0)<BR /><FONT POINT-SIZE="8">UnsignedInteger64</FONT>>, color=darkblue];
constant_0_12 [xlabel=12, label=<Constant (1)<BR /><FONT POINT-SIZE="8">UnsignedInteger64</FONT>>, color=darkblue];
constant_0_13 [xlabel=13, label=<Constant (0)<BR /><FONT POINT-SIZE="8">Float32</FONT>>, color=darkblue];
phi_0_14 [xlabel=14, label=<Phi<BR /><FONT POINT-SIZE="8">UnsignedInteger64</FONT>>, color=darkblue];
phi_0_15 [xlabel=15, label=<Phi<BR /><FONT POINT-SIZE="8">Float32</FONT>>, color=darkblue];
region_0_16 [xlabel=16, label=<Region<BR /><FONT POINT-SIZE="8">Control</FONT>>, color=darkred];
constant_0_11 [xlabel=11, label=<Constant (0)<BR />UnsignedInteger64>, color=darkblue];
constant_0_12 [xlabel=12, label=<Constant (1)<BR />UnsignedInteger64>, color=darkblue];
constant_0_13 [xlabel=13, label=<Constant (0)<BR />Float32>, color=darkblue];
phi_0_14 [xlabel=14, label=<Phi<BR />UnsignedInteger64>, color=darkblue];
phi_0_15 [xlabel=15, label=<Phi<BR />Float32>, color=darkblue];
region_0_16 [xlabel=16, label=<Region<BR />Control>, color=darkred];
if_0_8 -> projection_0_3 [color=black, style="dashed"];
phi_0_14 -> add_0_4 [color=black, style=""];
constant_0_12 -> add_0_4 [color=black, style=""];
Loading