@@ -3,22 +3,20 @@ strict digraph {
33" 1 ReLU1" [id=1, type=Relu];
44" 2 Shape" [id=2, type=Shape];
55" 3 Gather" [id=3, type=Gather];
6- " 4 Cast1" [id=4, type=Cast];
7- " 5 Cast2" [id=5, type=Cast];
8- " 6 Sqrt" [id=6, type=Sqrt];
9- " 7 Reshape" [id=7, type=Reshape];
10- " 8 Conv2" [id=8, type=Conv];
11- " 9 nncf_model_input_0" [id=9, type=nncf_model_input];
12- " 10 nncf_model_output_0" [id=10, type=nncf_model_output];
13- " 0 Conv1" -> " 1 ReLU1" [label =" [1, 32, 30, 30]" , style =solid];
14- " 1 ReLU1" -> " 2 Shape" [label =" [1, 32, 30, 30]" , style =solid];
15- " 1 ReLU1" -> " 7 Reshape" [label =" [1, 32, 30, 30]" , style =solid];
16- " 2 Shape" -> " 3 Gather" [label =" [4]" , style =dashed];
17- " 3 Gather" -> " 4 Cast1" [label =" []" , style =dashed];
18- " 4 Cast1" -> " 5 Cast2" [label =" []" , style =dashed];
19- " 5 Cast2" -> " 6 Sqrt" [label =" []" , style =solid];
20- " 6 Sqrt" -> " 7 Reshape" [label =" []" , style =solid];
21- " 7 Reshape" -> " 8 Conv2" [label =" []" , style =solid];
22- " 8 Conv2" -> " 10 nncf_model_output_0" [label =" [1, 10, 1, 1]" , style =solid];
23- " 9 nncf_model_input_0" -> " 0 Conv1" [label =" [1, 3, 32, 32]" , style =solid];
6+ " 4 Cast2" [id=4, type=Cast];
7+ " 5 Sqrt" [id=5, type=Sqrt];
8+ " 6 Reshape" [id=6, type=Reshape];
9+ " 7 Conv2" [id=7, type=Conv];
10+ " 8 nncf_model_input_0" [id=8, type=" nncf_model_input" ];
11+ " 9 nncf_model_output_0" [id=9, type=" nncf_model_output" ];
12+ " 0 Conv1" -> " 1 ReLU1" [style =solid, label =" [1, 32, 30, 30]" ];
13+ " 1 ReLU1" -> " 2 Shape" [style =solid, label =" [1, 32, 30, 30]" ];
14+ " 1 ReLU1" -> " 6 Reshape" [style =solid, label =" [1, 32, 30, 30]" ];
15+ " 2 Shape" -> " 3 Gather" [style =dashed, label =" [4]" ];
16+ " 3 Gather" -> " 4 Cast2" [style =dashed, label =" []" ];
17+ " 4 Cast2" -> " 5 Sqrt" [style =solid, label =" []" ];
18+ " 5 Sqrt" -> " 6 Reshape" [style =solid, label =" []" ];
19+ " 6 Reshape" -> " 7 Conv2" [style =solid, label =" []" ];
20+ " 7 Conv2" -> " 9 nncf_model_output_0" [style =solid, label =" [1, 10, 1, 1]" ];
21+ " 8 nncf_model_input_0" -> " 0 Conv1" [style =solid, label =" [1, 3, 32, 32]" ];
2422}
0 commit comments