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