@@ -3,10 +3,10 @@ rankdir=TB;
3
3
0 [fillcolor =" #adadad" , fontcolor =" #000000" , label =" {type: input|name: x|dtype: torch.float32|shape: (1, 1, 3, 3)}" , shape =record, style =" filled,rounded" ];
4
4
1 [fillcolor =" #ffffff" , fontcolor =" #000000" , label =" {type: const|name: conv.weight|dtype: torch.float32|shape: (1, 1, 1, 1)}" , shape =record, style =" filled,rounded" ];
5
5
2 [fillcolor =" #ffffff" , fontcolor =" #000000" , label =" {type: const|name: conv.bias|dtype: torch.float32|shape: (1,)}" , shape =record, style =" filled,rounded" ];
6
- 3 [fillcolor =" #ffd6a5" , fontcolor =" #000000" , label =" {type: function_call|op_name: conv/conv2d/0|fn_name: conv2d|args: [\n TensorMeta(dtype=torch.float32, shape=(1, 1, 3, 3), requires_grad=False ),\n TensorMeta(dtype=torch.float32, shape=(1, 1, 1, 1), requires_grad=True ),\n TensorMeta(dtype=torch.float32, shape=(1,), requires_grad=True ),\n (1, 1),\n (0, 0),\n (1, 1),\n 1,\n ]|kwargs: \{\} }" , shape =record, style =" filled,rounded" ];
6
+ 3 [fillcolor =" #ffd6a5" , fontcolor =" #000000" , label =" {type: function_call|op_name: conv/conv2d/0|fn_name: conv2d|args: [\n TensorMeta(dtype=torch.float32, shape=(1, 1, 3, 3)),\n TensorMeta(dtype=torch.float32, shape=(1, 1, 1, 1)),\n TensorMeta(dtype=torch.float32, shape=(1,)),\n (1, 1),\n (0, 0),\n (1, 1),\n 1,\n ]|kwargs: \{\} }" , shape =record, style =" filled,rounded" ];
7
7
4 [fillcolor =" #ffffff" , fontcolor =" #000000" , label =" {type: const|name: __nncf_hooks.post_hooks.conv/conv2d/0__0.0.w|dtype: torch.float32|shape: (1,)}" , shape =record, style =" filled,rounded" ];
8
- 5 [fillcolor =" #caffbf" , fontcolor =" #000000" , label =" {type: function_call|op_name: conv/post_hook__conv-conv2d-0__0[0]/add/0|fn_name: add|args: [\n TensorMeta(dtype=torch.float32, shape=(1, 1, 3, 3), requires_grad=True ),\n TensorMeta(dtype=torch.float32, shape=(1,), requires_grad=True ),\n ]|kwargs: \{\} }" , shape =record, style =" filled,rounded" ];
9
- 6 [fillcolor =" #a0c4ff" , fontcolor =" #000000" , label =" {type: function_call|op_name: /relu/0|fn_name: relu|args: [\n TensorMeta(dtype=torch.float32, shape=(1, 1, 3, 3), requires_grad=True ),\n ]|kwargs: \{\} }" , shape =record, style =" filled,rounded" ];
8
+ 5 [fillcolor =" #caffbf" , fontcolor =" #000000" , label =" {type: function_call|op_name: conv/post_hook__conv-conv2d-0__0[0]/add/0|fn_name: add|args: [\n TensorMeta(dtype=torch.float32, shape=(1, 1, 3, 3)),\n TensorMeta(dtype=torch.float32, shape=(1,)),\n ]|kwargs: \{\} }" , shape =record, style =" filled,rounded" ];
9
+ 6 [fillcolor =" #a0c4ff" , fontcolor =" #000000" , label =" {type: function_call|op_name: /relu/0|fn_name: relu|args: [\n TensorMeta(dtype=torch.float32, shape=(1, 1, 3, 3)),\n ]|kwargs: \{\} }" , shape =record, style =" filled,rounded" ];
10
10
7 [fillcolor =" #adadad" , fontcolor =" #000000" , label =" {type: output|name: output|dtype: torch.float32|shape: (1, 1, 3, 3)}" , shape =record, style =" filled,rounded" ];
11
11
0 -> 3 [label =" (1, 1, 3, 3)\n 0 → 0" ];
12
12
1 -> 3 [label =" (1, 1, 1, 1)\n 0 → 1" ];
0 commit comments