Skip to content

Commit

Permalink
Missed
Browse files Browse the repository at this point in the history
  • Loading branch information
KodiaqQ committed Aug 22, 2023
1 parent 12d8deb commit 4e77bb5
Showing 1 changed file with 41 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
strict digraph {
"0 Input_1" [id=0, type=Parameter];
"1 GroupConv" [id=1, type=GroupConvolution];
"2 ShapeOf" [id=2, type=ShapeOf];
"3 Add" [id=3, type=Add];
"4 Slice" [id=4, type=StridedSlice];
"5 Result" [id=5, type=Result];
"6 Divide_1" [id=6, type=Divide];
"7 Concat" [id=7, type=Concat];
"8 Divide_2" [id=8, type=Divide];
"9 Reshape" [id=9, type=Reshape];
"10 Constant_95" [id=10, type=Constant];
"11 Constant_11" [id=11, type=Constant];
"12 Constant_7" [id=12, type=Constant];
"13 Constant_5" [id=13, type=Constant];
"14 Constant_4" [id=14, type=Constant];
"15 Constant_3" [id=15, type=Constant];
"16 Constant_9" [id=16, type=Constant];
"17 Convert" [id=17, type=Convert];
"18 Constant_13" [id=18, type=Constant];
"0 Input_1" -> "1 GroupConv" [label="[1, 18, 28, 28, 10]", style=solid];
"0 Input_1" -> "2 ShapeOf" [label="[1, 18, 28, 28, 10]", style=solid];
"1 GroupConv" -> "3 Add" [label="[1, 9, 26, 26, 8]", style=solid];
"2 ShapeOf" -> "4 Slice" [label="[5]", style=dashed];
"3 Add" -> "5 Result" [label="[1, 9, 26, 26, 8]", style=solid];
"4 Slice" -> "6 Divide_1" [label="[1]", style=dashed];
"6 Divide_1" -> "7 Concat" [label="[1]", style=dashed];
"6 Divide_1" -> "8 Divide_2" [label="[1]", style=dashed];
"7 Concat" -> "9 Reshape" [label="[6]", style=dashed];
"8 Divide_2" -> "7 Concat" [label="[1]", style=dashed];
"9 Reshape" -> "1 GroupConv" [label="[1, 9, 18, 3, 3, 3]", style=solid];
"10 Constant_95" -> "3 Add" [label="[1, 9, 1, 1, 1]", style=solid];
"11 Constant_11" -> "7 Concat" [label="[4]", style=dashed];
"12 Constant_7" -> "6 Divide_1" [label="[1]", style=dashed];
"13 Constant_5" -> "4 Slice" [label="[1]", style=dashed];
"14 Constant_4" -> "4 Slice" [label="[1]", style=dashed];
"15 Constant_3" -> "4 Slice" [label="[1]", style=dashed];
"16 Constant_9" -> "8 Divide_2" [label="[1]", style=dashed];
"17 Convert" -> "9 Reshape" [label="[9, 18, 3, 3, 3]", style=solid];
"18 Constant_13" -> "17 Convert" [label="[9, 18, 3, 3, 3]", style=solid];
}

0 comments on commit 4e77bb5

Please sign in to comment.