-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add graph of mat_elemadd_leaky_relu.gv
- Loading branch information
1 parent
e72c606
commit 3992942
Showing
1 changed file
with
54 additions
and
0 deletions.
There are no files selected for viewing
54 changes: 54 additions & 0 deletions
54
compiler/sam-outputs/onyx-dot/mat_elemadd_leakyrelu_exp.gv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
digraph SAM { | ||
comment="X=ss01,B=ss01,C=ss01" | ||
10 [comment="type=fiberlookup,index=i,tensor=B,mode=0,format=compressed,src=true,root=true" label="FiberLookup i: B0\ncompressed" color=green4 shape=box style=filled type="fiberlookup" index="i" tensor="B" mode="0" format="compressed" src="true" root="true"] | ||
9 [comment="type=union,index=i" label="union i" color=purple shape=box style=filled type="union" index="i"] | ||
2 [comment="type=fiberwrite,index=i,tensor=X,mode=0,format=compressed,segsize=2,crdsize=B0_dim,sink=true" label="FiberWrite i: X0\ncompressed" color=green3 shape=box style=filled type="fiberwrite" index="i" tensor="X" mode="0" format="compressed" segsize="2" crdsize="B0_dim" sink="true"] | ||
7 [comment="type=fiberlookup,index=j,tensor=B,mode=1,format=compressed,src=true,root=false" label="FiberLookup j: B1\ncompressed" color=green4 shape=box style=filled type="fiberlookup" index="j" tensor="B" mode="1" format="compressed" src="true" root="false"] | ||
6 [comment="type=union,index=j" label="union j" color=purple shape=box style=filled type="union" index="j"] | ||
1 [comment="type=fiberwrite,index=j,tensor=X,mode=1,format=compressed,segsize=B0_dim+1,crdsize=B0_dim*B1_dim,sink=true" label="FiberWrite j: X1\ncompressed" color=green3 shape=box style=filled type="fiberwrite" index="j" tensor="X" mode="1" format="compressed" segsize="B0_dim+1" crdsize="B0_dim*B1_dim" sink="true"] | ||
4 [comment="type=arrayvals,tensor=B" label="Array Vals: B" color=green2 shape=box style=filled type="arrayvals" tensor="B"] | ||
3 [comment="type=fp_add" label="FP_Add" color=brown shape=box style=filled type="fp_add"] | ||
12 [comment="broadcast" shape=point style=invis type="broadcast"] | ||
13 [comment="type=fp_mul,rb_const=0.2" label="FP_Mul * 0.2" color=brown shape=box style=filled type="fp_mul" rb_const="0.2"] | ||
14 [comment="type=fp_max" label="FP_Max" color=brown shape=box style=filled type="fp_max"] | ||
15 [comment="type=fp_mul,rb_const=1.44269504089" label="FP_Mul * 1.44269504089" color=brown shape=box style=filled type="fp_mul" rb_const="1.44269504089"] | ||
16 [comment="type=broadcast" shape=point style=invis type="broadcast"] | ||
17 [comment="type=fgetfint" label="Fgetfint" color=brown shape=box style=filled type="fgetfint"] | ||
18 [comment="type=fgetffrac" label="Fgetffrac" color=brown shape=box style=filled type="fgetffrac"] | ||
19 [comment="type=and,rb_const=255" label="And 0x00FF" color=brown shape=box style=filled type="and" rb_const="255"] | ||
20 [comment="type=faddiexp" label="Faddiexp" color=brown shape=box style=filled type="faddiexp"] | ||
21 [comment="type=arrayvals,tensor=exp" label="Array Vals: exp" color=green2 shape=box style=filled type="arrayvals" tensor="exp"] | ||
0 [comment="type=fiberwrite,mode=vals,tensor=X,size=1*B0_dim*B1_dim,sink=true" label="FiberWrite Vals: X" color=green3 shape=box style=filled type="fiberwrite" tensor="X" mode="vals" size="1*B0_dim*B1_dim" sink="true"] | ||
5 [comment="type=arrayvals,tensor=C" label="Array Vals: C" color=green2 shape=box style=filled type="arrayvals" tensor="C"] | ||
8 [comment="type=fiberlookup,index=j,tensor=C,mode=1,format=compressed,src=true,root=false" label="FiberLookup j: C1\ncompressed" color=green4 shape=box style=filled type="fiberlookup" index="j" tensor="C" mode="1" format="compressed" src="true" root="false"] | ||
11 [comment="type=fiberlookup,index=i,tensor=C,mode=0,format=compressed,src=true,root=true" label="FiberLookup i: C0\ncompressed" color=green4 shape=box style=filled type="fiberlookup" index="i" tensor="C" mode="0" format="compressed" src="true" root="true"] | ||
10 -> 9 [label="crd_in-B" style=dashed type="crd" comment="in-B"] | ||
9 -> 2 [label="crd" style=dashed type="crd"] | ||
9 -> 7 [label="ref_out-B" style=bold type="ref" comment="out-B"] | ||
7 -> 6 [label="crd_in-B" style=dashed type="crd" comment="in-B"] | ||
6 -> 1 [label="crd" style=dashed type="crd"] | ||
6 -> 4 [label="ref_out-B" style=bold type="ref" comment="out-B"] | ||
4 -> 3 [label="val" type="val"] | ||
3 -> 12 [label="val" type="val"] | ||
12 -> 13 [label="val" type="val"] | ||
12 -> 14 [label="val" type="val"] | ||
13 -> 14 [label="val" type="val"] | ||
14 -> 15 [label="val" type="val"] | ||
15 -> 16 [label="val" type="val"] | ||
16 -> 17 [label="val" type="val"] | ||
16 -> 18 [label="val" type="val"] | ||
18 -> 19 [label="val" type="val"] | ||
19 -> 21 [label="ref" style=bold type="ref"] | ||
21 -> 20 [label="val" type="val" comment="fp"] | ||
17 -> 20 [label="val" type="val" comment="exp"] | ||
20 -> 0 [label="val" type="val"] | ||
6 -> 5 [label="ref_out-C" style=bold type="ref" comment="out-C"] | ||
5 -> 3 [label="val" type="val"] | ||
7 -> 6 [label="ref_in-B" style=bold type="ref" comment="in-B"] | ||
9 -> 8 [label="ref_out-C" style=bold type="ref" comment="out-C"] | ||
8 -> 6 [label="crd_in-C" style=dashed type="crd" comment="in-C"] | ||
8 -> 6 [label="ref_in-C" style=bold type="ref" comment="in-C"] | ||
10 -> 9 [label="ref_in-B" style=bold type="ref" comment="in-B"] | ||
11 -> 9 [label="crd_in-C" style=dashed type="crd" comment="in-C"] | ||
11 -> 9 [label="ref_in-C" style=bold type="ref" comment="in-C"] | ||
} |