-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c9aef8a
commit 4df55eb
Showing
216 changed files
with
2,146,753 additions
and
5 deletions.
There are no files selected for viewing
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
19 changes: 19 additions & 0 deletions
19
...penvino/native/data/2023.1/reference_graphs/original_nncf_graph/ComparisonBinaryModel.dot
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,19 @@ | ||
strict digraph { | ||
"0 Input" [id=0, type=Parameter]; | ||
"1 Add" [id=1, type=Add]; | ||
"2 Gather_6" [id=2, type=Gather]; | ||
"3 GreaterEqual" [id=3, type=GreaterEqual]; | ||
"4 Result_Add" [id=4, type=Result]; | ||
"5 Convert" [id=5, type=Convert]; | ||
"6 Constant_5" [id=6, type=Constant]; | ||
"7 Constant_2" [id=7, type=Constant]; | ||
"0 Input" -> "1 Add" [label="[1, 3, 4, 2]", style=solid]; | ||
"0 Input" -> "2 Gather_6" [label="[1, 3, 4, 2]", style=solid]; | ||
"0 Input" -> "3 GreaterEqual" [label="[1, 3, 4, 2]", style=solid]; | ||
"1 Add" -> "4 Result_Add" [label="[1, 3, 4, 2, 3, 4, 2]", style=solid]; | ||
"2 Gather_6" -> "1 Add" [label="[1, 3, 4, 2, 3, 4, 2]", style=solid]; | ||
"3 GreaterEqual" -> "5 Convert" [label="[1, 3, 4, 2]", style=dashed]; | ||
"5 Convert" -> "2 Gather_6" [label="[1, 3, 4, 2]", style=dashed]; | ||
"6 Constant_5" -> "2 Gather_6" [label="[]", style=dashed]; | ||
"7 Constant_2" -> "3 GreaterEqual" [label="[1, 3, 4, 2]", style=solid]; | ||
} |
35 changes: 35 additions & 0 deletions
35
tests/openvino/native/data/2023.1/reference_graphs/original_nncf_graph/ConvModel.dot
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,35 @@ | ||
strict digraph { | ||
"0 Input_1" [id=0, type=Parameter]; | ||
"1 Input_2" [id=1, type=Parameter]; | ||
"2 Sub" [id=2, type=Subtract]; | ||
"3 Add" [id=3, type=Add]; | ||
"4 Conv" [id=4, type=Convolution]; | ||
"5 Mul" [id=5, type=Multiply]; | ||
"6 Conv_Add" [id=6, type=Add]; | ||
"7 Transpose" [id=7, type=Transpose]; | ||
"8 Relu" [id=8, type=Relu]; | ||
"9 Concat_15" [id=9, type=Concat]; | ||
"10 Result" [id=10, type=Result]; | ||
"11 Constant_13" [id=11, type=Constant]; | ||
"12 Constant_11" [id=12, type=Constant]; | ||
"13 Constant_9" [id=13, type=Constant]; | ||
"14 Bias" [id=14, type=Constant]; | ||
"15 Constant_3" [id=15, type=Constant]; | ||
"16 Constant_1" [id=16, type=Constant]; | ||
"0 Input_1" -> "2 Sub" [label="[1, 3, 4, 2]", style=solid]; | ||
"1 Input_2" -> "3 Add" [label="[1, 3, 2, 4]", style=solid]; | ||
"2 Sub" -> "4 Conv" [label="[1, 3, 4, 2]", style=solid]; | ||
"3 Add" -> "5 Mul" [label="[1, 3, 2, 4]", style=solid]; | ||
"4 Conv" -> "6 Conv_Add" [label="[1, 3, 4, 2]", style=solid]; | ||
"5 Mul" -> "7 Transpose" [label="[1, 3, 2, 4]", style=solid]; | ||
"6 Conv_Add" -> "8 Relu" [label="[1, 3, 4, 2]", style=solid]; | ||
"7 Transpose" -> "9 Concat_15" [label="[1, 3, 4, 2]", style=solid]; | ||
"8 Relu" -> "9 Concat_15" [label="[1, 3, 4, 2]", style=solid]; | ||
"9 Concat_15" -> "10 Result" [label="[2, 3, 4, 2]", style=solid]; | ||
"11 Constant_13" -> "7 Transpose" [label="[4]", style=dashed]; | ||
"12 Constant_11" -> "5 Mul" [label="[1, 3, 1, 1]", style=solid]; | ||
"13 Constant_9" -> "3 Add" [label="[1, 3, 1, 1]", style=solid]; | ||
"14 Bias" -> "6 Conv_Add" [label="[1, 3, 1, 1]", style=solid]; | ||
"15 Constant_3" -> "4 Conv" [label="[3, 3, 1, 1]", style=solid]; | ||
"16 Constant_1" -> "2 Sub" [label="[1, 3, 1, 1]", style=solid]; | ||
} |
19 changes: 19 additions & 0 deletions
19
tests/openvino/native/data/2023.1/reference_graphs/original_nncf_graph/ConvNotBiasModel.dot
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,19 @@ | ||
strict digraph { | ||
"0 Input_1" [id=0, type=Parameter]; | ||
"1 Sub" [id=1, type=Subtract]; | ||
"2 Conv" [id=2, type=Convolution]; | ||
"3 Conv_Add" [id=3, type=Add]; | ||
"4 Relu" [id=4, type=Relu]; | ||
"5 Result" [id=5, type=Result]; | ||
"6 NotBias" [id=6, type=Constant]; | ||
"7 Constant_143" [id=7, type=Constant]; | ||
"8 Constant_141" [id=8, type=Constant]; | ||
"0 Input_1" -> "1 Sub" [label="[1, 3, 4, 2]", style=solid]; | ||
"1 Sub" -> "2 Conv" [label="[1, 3, 4, 2]", style=solid]; | ||
"2 Conv" -> "3 Conv_Add" [label="[1, 3, 4, 2]", style=solid]; | ||
"3 Conv_Add" -> "4 Relu" [label="[1, 3, 4, 2]", style=solid]; | ||
"4 Relu" -> "5 Result" [label="[1, 3, 4, 2]", style=solid]; | ||
"6 NotBias" -> "3 Conv_Add" [label="[1, 3, 4, 2]", style=solid]; | ||
"7 Constant_143" -> "2 Conv" [label="[3, 3, 1, 1]", style=solid]; | ||
"8 Constant_141" -> "1 Sub" [label="[1, 3, 1, 1]", style=solid]; | ||
} |
15 changes: 15 additions & 0 deletions
15
...s/openvino/native/data/2023.1/reference_graphs/original_nncf_graph/DepthwiseConvModel.dot
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,15 @@ | ||
strict digraph { | ||
"0 Input_1" [id=0, type=Parameter]; | ||
"1 Conv" [id=1, type=GroupConvolution]; | ||
"2 Add" [id=2, type=Add]; | ||
"3 Relu" [id=3, type=Relu]; | ||
"4 Result" [id=4, type=Result]; | ||
"5 Constant_4" [id=5, type=Constant]; | ||
"6 Constant_2" [id=6, type=Constant]; | ||
"0 Input_1" -> "1 Conv" [label="[1, 3, 5, 5]", style=solid]; | ||
"1 Conv" -> "2 Add" [label="[1, 3, 3, 3]", style=solid]; | ||
"2 Add" -> "3 Relu" [label="[1, 3, 3, 3]", style=solid]; | ||
"3 Relu" -> "4 Result" [label="[1, 3, 3, 3]", style=solid]; | ||
"5 Constant_4" -> "2 Add" [label="[1, 3, 1, 1]", style=solid]; | ||
"6 Constant_2" -> "1 Conv" [label="[3, 1, 1, 3, 3]", style=solid]; | ||
} |
35 changes: 35 additions & 0 deletions
35
tests/openvino/native/data/2023.1/reference_graphs/original_nncf_graph/DynamicModel.dot
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,35 @@ | ||
strict digraph { | ||
"0 Input_1" [id=0, type=Parameter]; | ||
"1 Input_2" [id=1, type=Parameter]; | ||
"2 Sub" [id=2, type=Subtract]; | ||
"3 Add" [id=3, type=Add]; | ||
"4 Conv" [id=4, type=Convolution]; | ||
"5 Mul" [id=5, type=Multiply]; | ||
"6 Conv_Add" [id=6, type=Add]; | ||
"7 Transpose" [id=7, type=Transpose]; | ||
"8 Relu" [id=8, type=Relu]; | ||
"9 Concat_58" [id=9, type=Concat]; | ||
"10 Result" [id=10, type=Result]; | ||
"11 Constant_56" [id=11, type=Constant]; | ||
"12 Constant_54" [id=12, type=Constant]; | ||
"13 Constant_52" [id=13, type=Constant]; | ||
"14 Bias" [id=14, type=Constant]; | ||
"15 Constant_46" [id=15, type=Constant]; | ||
"16 Constant_44" [id=16, type=Constant]; | ||
"0 Input_1" -> "2 Sub" [label="[99, 3, 4, 2]", style=solid]; | ||
"1 Input_2" -> "3 Add" [label="[99, 3, 2, 4]", style=solid]; | ||
"2 Sub" -> "4 Conv" [label="[99, 3, 4, 2]", style=solid]; | ||
"3 Add" -> "5 Mul" [label="[99, 3, 2, 4]", style=solid]; | ||
"4 Conv" -> "6 Conv_Add" [label="[99, 3, 4, 2]", style=solid]; | ||
"5 Mul" -> "7 Transpose" [label="[99, 3, 2, 4]", style=solid]; | ||
"6 Conv_Add" -> "8 Relu" [label="[99, 3, 4, 2]", style=solid]; | ||
"7 Transpose" -> "9 Concat_58" [label="[99, 3, 4, 2]", style=solid]; | ||
"8 Relu" -> "9 Concat_58" [label="[99, 3, 4, 2]", style=solid]; | ||
"9 Concat_58" -> "10 Result" [label="[198, 3, 4, 2]", style=solid]; | ||
"11 Constant_56" -> "7 Transpose" [label="[4]", style=dashed]; | ||
"12 Constant_54" -> "5 Mul" [label="[1, 3, 1, 1]", style=solid]; | ||
"13 Constant_52" -> "3 Add" [label="[1, 3, 1, 1]", style=solid]; | ||
"14 Bias" -> "6 Conv_Add" [label="[1, 3, 1, 1]", style=solid]; | ||
"15 Constant_46" -> "4 Conv" [label="[3, 3, 1, 1]", style=solid]; | ||
"16 Constant_44" -> "2 Sub" [label="[1, 3, 1, 1]", style=solid]; | ||
} |
29 changes: 29 additions & 0 deletions
29
...nvino/native/data/2023.1/reference_graphs/original_nncf_graph/GroupNormalizationModel.dot
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,29 @@ | ||
strict digraph { | ||
"0 Input_1" [id=0, type=Parameter]; | ||
"1 Conv" [id=1, type=Convolution]; | ||
"2 Conv_Add" [id=2, type=Add]; | ||
"3 GroupNormalization_169" [id=3, type=GroupNormalization]; | ||
"4 Relu" [id=4, type=Relu]; | ||
"5 Mul" [id=5, type=Multiply]; | ||
"6 Add" [id=6, type=Add]; | ||
"7 Result" [id=7, type=Result]; | ||
"8 Constant_173" [id=8, type=Constant]; | ||
"9 Constant_171" [id=9, type=Constant]; | ||
"10 Constant_168" [id=10, type=Constant]; | ||
"11 Constant_167" [id=11, type=Constant]; | ||
"12 Bias" [id=12, type=Constant]; | ||
"13 Constant_163" [id=13, type=Constant]; | ||
"0 Input_1" -> "1 Conv" [label="[1, 2, 3, 4, 4]", style=solid]; | ||
"1 Conv" -> "2 Conv_Add" [label="[1, 4, 1, 2, 2]", style=solid]; | ||
"2 Conv_Add" -> "3 GroupNormalization_169" [label="[1, 4, 3, 2, 2]", style=solid]; | ||
"3 GroupNormalization_169" -> "4 Relu" [label="[1, 4, 3, 2, 2]", style=solid]; | ||
"4 Relu" -> "5 Mul" [label="[1, 4, 3, 2, 2]", style=solid]; | ||
"5 Mul" -> "6 Add" [label="[1, 4, 3, 2, 2]", style=solid]; | ||
"6 Add" -> "7 Result" [label="[1, 4, 3, 2, 2]", style=solid]; | ||
"8 Constant_173" -> "6 Add" [label="[1, 4, 1, 1, 1]", style=solid]; | ||
"9 Constant_171" -> "5 Mul" [label="[1, 4, 1, 1, 1]", style=solid]; | ||
"10 Constant_168" -> "3 GroupNormalization_169" [label="[4]", style=solid]; | ||
"11 Constant_167" -> "3 GroupNormalization_169" [label="[4]", style=solid]; | ||
"12 Bias" -> "2 Conv_Add" [label="[1, 1, 3, 1, 1]", style=solid]; | ||
"13 Constant_163" -> "1 Conv" [label="[4, 2, 3, 3, 3]", style=solid]; | ||
} |
42 changes: 42 additions & 0 deletions
42
tests/openvino/native/data/2023.1/reference_graphs/original_nncf_graph/IntegerModel.dot
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,42 @@ | ||
strict digraph { | ||
"0 Input" [id=0, type=Parameter]; | ||
"1 Convert_1" [id=1, type=Convert]; | ||
"2 Gather_15" [id=2, type=Gather]; | ||
"3 Gather_4" [id=3, type=Gather]; | ||
"4 MatMul_2" [id=4, type=MatMul]; | ||
"5 Gather_7" [id=5, type=Gather]; | ||
"6 Add_1" [id=6, type=Add]; | ||
"7 Gather_10" [id=7, type=Gather]; | ||
"8 Result" [id=8, type=Result]; | ||
"9 MatMul_1" [id=9, type=MatMul]; | ||
"10 Constant_16" [id=10, type=Constant]; | ||
"11 Constant_14" [id=11, type=Constant]; | ||
"12 Constant_13" [id=12, type=Constant]; | ||
"13 Constant_11" [id=13, type=Constant]; | ||
"14 Constant_9" [id=14, type=Constant]; | ||
"15 Constant_8" [id=15, type=Constant]; | ||
"16 Constant_6" [id=16, type=Constant]; | ||
"17 Constant_3" [id=17, type=Constant]; | ||
"18 Constant_2" [id=18, type=Constant]; | ||
"19 Constant_5" [id=19, type=Constant]; | ||
"0 Input" -> "1 Convert_1" [label="[1, 192, 1]", style=solid]; | ||
"0 Input" -> "2 Gather_15" [label="[1, 192, 1]", style=solid]; | ||
"1 Convert_1" -> "3 Gather_4" [label="[1, 192, 1]", style=dashed]; | ||
"2 Gather_15" -> "4 MatMul_2" [label="[1, 192]", style=solid]; | ||
"3 Gather_4" -> "5 Gather_7" [label="[192, 1]", style=dashed]; | ||
"4 MatMul_2" -> "6 Add_1" [label="[1, 160]", style=solid]; | ||
"5 Gather_7" -> "7 Gather_10" [label="[192, 1, 160]", style=solid]; | ||
"6 Add_1" -> "8 Result" [label="[1, 160]", style=solid]; | ||
"7 Gather_10" -> "9 MatMul_1" [label="[1, 160]", style=solid]; | ||
"9 MatMul_1" -> "6 Add_1" [label="[1, 160]", style=solid]; | ||
"10 Constant_16" -> "4 MatMul_2" [label="[160, 192]", style=solid]; | ||
"11 Constant_14" -> "2 Gather_15" [label="[]", style=dashed]; | ||
"12 Constant_13" -> "2 Gather_15" [label="[]", style=dashed]; | ||
"13 Constant_11" -> "9 MatMul_1" [label="[160, 160]", style=solid]; | ||
"14 Constant_9" -> "7 Gather_10" [label="[]", style=dashed]; | ||
"15 Constant_8" -> "7 Gather_10" [label="[]", style=dashed]; | ||
"16 Constant_6" -> "5 Gather_7" [label="[]", style=dashed]; | ||
"17 Constant_3" -> "3 Gather_4" [label="[]", style=dashed]; | ||
"18 Constant_2" -> "3 Gather_4" [label="[]", style=dashed]; | ||
"19 Constant_5" -> "5 Gather_7" [label="[369, 160]", style=solid]; | ||
} |
60 changes: 60 additions & 0 deletions
60
tests/openvino/native/data/2023.1/reference_graphs/original_nncf_graph/LSTMModel.dot
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,60 @@ | ||
strict digraph { | ||
"0 Input" [id=0, type=Parameter]; | ||
"1 ReadValue_1" [id=1, type=ReadValue]; | ||
"2 Squeeze_1" [id=2, type=Squeeze]; | ||
"3 Add" [id=3, type=Add]; | ||
"4 MatMul_1" [id=4, type=MatMul]; | ||
"5 MatMul_2" [id=5, type=MatMul]; | ||
"6 Add_1" [id=6, type=Add]; | ||
"7 Split_13" [id=7, type=Split]; | ||
"8 Sigmoid_1" [id=8, type=Sigmoid]; | ||
"9 Sigmoid_2" [id=9, type=Sigmoid]; | ||
"10 Sigmoid_3" [id=10, type=Sigmoid]; | ||
"11 Tanh_1" [id=11, type=Tanh]; | ||
"12 Multiply_1" [id=12, type=Multiply]; | ||
"13 Multiply_2" [id=13, type=Multiply]; | ||
"14 Multiply_3" [id=14, type=Multiply]; | ||
"15 Add_2" [id=15, type=Add]; | ||
"16 Assign_1" [id=16, type=Assign]; | ||
"17 MatMul_3" [id=17, type=MatMul]; | ||
"18 Tanh_2" [id=18, type=Tanh]; | ||
"19 Result" [id=19, type=Result]; | ||
"20 Constant_12" [id=20, type=Constant]; | ||
"21 Constant_9" [id=21, type=Constant]; | ||
"22 Constant_7" [id=22, type=Constant]; | ||
"23 Constant_5" [id=23, type=Constant]; | ||
"24 Constant_3" [id=24, type=Constant]; | ||
"25 Constant_1" [id=25, type=Constant]; | ||
"26 Constant_18" [id=26, type=Constant]; | ||
"27 Constant_25" [id=27, type=Constant]; | ||
"0 Input" -> "2 Squeeze_1" [label="[1, 1, 128]", style=solid]; | ||
"1 ReadValue_1" -> "3 Add" [label="[1, 64]", style=solid]; | ||
"2 Squeeze_1" -> "4 MatMul_1" [label="[1, 128]", style=solid]; | ||
"3 Add" -> "5 MatMul_2" [label="[1, 64]", style=solid]; | ||
"4 MatMul_1" -> "6 Add_1" [label="[1, 256]", style=solid]; | ||
"5 MatMul_2" -> "6 Add_1" [label="[1, 256]", style=solid]; | ||
"6 Add_1" -> "7 Split_13" [label="[1, 256]", style=solid]; | ||
"7 Split_13" -> "8 Sigmoid_1" [label="[1, 64]", style=solid]; | ||
"7 Split_13" -> "9 Sigmoid_2" [label="[1, 64]", style=solid]; | ||
"7 Split_13" -> "10 Sigmoid_3" [label="[1, 64]", style=solid]; | ||
"7 Split_13" -> "11 Tanh_1" [label="[1, 64]", style=solid]; | ||
"8 Sigmoid_1" -> "12 Multiply_1" [label="[1, 64]", style=solid]; | ||
"9 Sigmoid_2" -> "13 Multiply_2" [label="[1, 64]", style=solid]; | ||
"10 Sigmoid_3" -> "14 Multiply_3" [label="[1, 64]", style=solid]; | ||
"11 Tanh_1" -> "13 Multiply_2" [label="[1, 64]", style=solid]; | ||
"12 Multiply_1" -> "15 Add_2" [label="[1, 64]", style=solid]; | ||
"13 Multiply_2" -> "15 Add_2" [label="[1, 64]", style=solid]; | ||
"14 Multiply_3" -> "16 Assign_1" [label="[1, 64]", style=solid]; | ||
"14 Multiply_3" -> "17 MatMul_3" [label="[1, 64]", style=solid]; | ||
"15 Add_2" -> "18 Tanh_2" [label="[1, 64]", style=solid]; | ||
"17 MatMul_3" -> "19 Result" [label="[1, 128]", style=solid]; | ||
"18 Tanh_2" -> "14 Multiply_3" [label="[1, 64]", style=solid]; | ||
"20 Constant_12" -> "7 Split_13" [label="[]", style=dashed]; | ||
"21 Constant_9" -> "5 MatMul_2" [label="[256, 64]", style=solid]; | ||
"22 Constant_7" -> "3 Add" [label="[1, 64]", style=solid]; | ||
"23 Constant_5" -> "1 ReadValue_1" [label="[1, 64]", style=solid]; | ||
"24 Constant_3" -> "4 MatMul_1" [label="[256, 128]", style=solid]; | ||
"25 Constant_1" -> "2 Squeeze_1" [label="[]", style=dashed]; | ||
"26 Constant_18" -> "12 Multiply_1" [label="[1, 64]", style=solid]; | ||
"27 Constant_25" -> "17 MatMul_3" [label="[128, 64]", style=solid]; | ||
} |
23 changes: 23 additions & 0 deletions
23
tests/openvino/native/data/2023.1/reference_graphs/original_nncf_graph/LSTMSequenceModel.dot
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,23 @@ | ||
strict digraph { | ||
"0 X" [id=0, type=Parameter]; | ||
"1 initial_hidden_state" [id=1, type=Parameter]; | ||
"2 initial_cell_state" [id=2, type=Parameter]; | ||
"3 LSTMSequence_7" [id=3, type=LSTMSequence]; | ||
"4 MatMul" [id=4, type=MatMul]; | ||
"5 Result" [id=5, type=Result]; | ||
"6 Constant_8" [id=6, type=Constant]; | ||
"7 Constant_6" [id=7, type=Constant]; | ||
"8 Constant_5" [id=8, type=Constant]; | ||
"9 Constant_4" [id=9, type=Constant]; | ||
"10 Constant_3" [id=10, type=Constant]; | ||
"0 X" -> "3 LSTMSequence_7" [label="[1, 2, 16]", style=solid]; | ||
"1 initial_hidden_state" -> "3 LSTMSequence_7" [label="[1, 1, 128]", style=solid]; | ||
"2 initial_cell_state" -> "3 LSTMSequence_7" [label="[1, 1, 128]", style=solid]; | ||
"3 LSTMSequence_7" -> "4 MatMul" [label="[1, 1, 2, 128]", style=solid]; | ||
"4 MatMul" -> "5 Result" [label="[1, 1, 2, 3]", style=solid]; | ||
"6 Constant_8" -> "4 MatMul" [label="[1, 1, 128, 3]", style=solid]; | ||
"7 Constant_6" -> "3 LSTMSequence_7" [label="[1, 512]", style=solid]; | ||
"8 Constant_5" -> "3 LSTMSequence_7" [label="[1, 512, 128]", style=solid]; | ||
"9 Constant_4" -> "3 LSTMSequence_7" [label="[1, 512, 16]", style=solid]; | ||
"10 Constant_3" -> "3 LSTMSequence_7" [label="[1]", style=dashed]; | ||
} |
19 changes: 19 additions & 0 deletions
19
tests/openvino/native/data/2023.1/reference_graphs/original_nncf_graph/LinearModel.dot
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,19 @@ | ||
strict digraph { | ||
"0 Input" [id=0, type=Parameter]; | ||
"1 Reshape" [id=1, type=Reshape]; | ||
"2 Add" [id=2, type=Add]; | ||
"3 MatMul" [id=3, type=MatMul]; | ||
"4 Result_Add" [id=4, type=Result]; | ||
"5 Result_MatMul" [id=5, type=Result]; | ||
"6 Constant_10" [id=6, type=Constant]; | ||
"7 Constant_1" [id=7, type=Constant]; | ||
"8 Constant_8" [id=8, type=Constant]; | ||
"0 Input" -> "1 Reshape" [label="[1, 3, 4, 2]", style=solid]; | ||
"1 Reshape" -> "2 Add" [label="[1, 3, 2, 4]", style=solid]; | ||
"1 Reshape" -> "3 MatMul" [label="[1, 3, 2, 4]", style=solid]; | ||
"2 Add" -> "4 Result_Add" [label="[1, 3, 2, 4]", style=solid]; | ||
"3 MatMul" -> "5 Result_MatMul" [label="[1, 3, 2, 5]", style=solid]; | ||
"6 Constant_10" -> "2 Add" [label="[1, 3, 2, 4]", style=solid]; | ||
"7 Constant_1" -> "1 Reshape" [label="[4]", style=dashed]; | ||
"8 Constant_8" -> "3 MatMul" [label="[1, 3, 4, 5]", style=solid]; | ||
} |
13 changes: 13 additions & 0 deletions
13
tests/openvino/native/data/2023.1/reference_graphs/original_nncf_graph/MatMul2DModel.dot
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,13 @@ | ||
strict digraph { | ||
"0 Input" [id=0, type=Parameter]; | ||
"1 MatMul" [id=1, type=MatMul]; | ||
"2 Add" [id=2, type=Add]; | ||
"3 Result" [id=3, type=Result]; | ||
"4 Constant_32" [id=4, type=Constant]; | ||
"5 Constant_30" [id=5, type=Constant]; | ||
"0 Input" -> "1 MatMul" [label="[3, 5]", style=solid]; | ||
"1 MatMul" -> "2 Add" [label="[3, 2]", style=solid]; | ||
"2 Add" -> "3 Result" [label="[3, 2]", style=solid]; | ||
"4 Constant_32" -> "2 Add" [label="[1, 2]", style=solid]; | ||
"5 Constant_30" -> "1 MatMul" [label="[5, 2]", style=solid]; | ||
} |
18 changes: 18 additions & 0 deletions
18
...vino/native/data/2023.1/reference_graphs/original_nncf_graph/MatmulSoftmaxMatmulBlock.dot
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,18 @@ | ||
strict digraph { | ||
"0 Input" [id=0, type=Parameter]; | ||
"1 MatMul_1" [id=1, type=MatMul]; | ||
"2 Squeeze_1" [id=2, type=Squeeze]; | ||
"3 Softmax_1" [id=3, type=Softmax]; | ||
"4 MatMul_2" [id=4, type=MatMul]; | ||
"5 Result" [id=5, type=Result]; | ||
"6 Constant_178" [id=6, type=Constant]; | ||
"7 Constant_180" [id=7, type=Constant]; | ||
"0 Input" -> "1 MatMul_1" [label="[1, 1, 1]", style=solid]; | ||
"0 Input" -> "2 Squeeze_1" [label="[1, 1, 1]", style=solid]; | ||
"1 MatMul_1" -> "3 Softmax_1" [label="[1, 1, 1]", style=solid]; | ||
"2 Squeeze_1" -> "4 MatMul_2" [label="[1, 1]", style=solid]; | ||
"3 Softmax_1" -> "4 MatMul_2" [label="[1, 1, 1]", style=solid]; | ||
"4 MatMul_2" -> "5 Result" [label="[1, 1, 1]", style=solid]; | ||
"6 Constant_178" -> "2 Squeeze_1" [label="[]", style=dashed]; | ||
"7 Constant_180" -> "1 MatMul_1" [label="[1, 1]", style=solid]; | ||
} |
23 changes: 23 additions & 0 deletions
23
.../openvino/native/data/2023.1/reference_graphs/original_nncf_graph/ScaleShiftReluModel.dot
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,23 @@ | ||
strict digraph { | ||
"0 Input" [id=0, type=Parameter]; | ||
"1 MatMul" [id=1, type=MatMul]; | ||
"2 Mul" [id=2, type=Multiply]; | ||
"3 Add" [id=3, type=Add]; | ||
"4 Relu" [id=4, type=Relu]; | ||
"5 MatMul2" [id=5, type=MatMul]; | ||
"6 Result" [id=6, type=Result]; | ||
"7 Constant_45" [id=7, type=Constant]; | ||
"8 Constant_42" [id=8, type=Constant]; | ||
"9 Constant_40" [id=9, type=Constant]; | ||
"10 Constant_38" [id=10, type=Constant]; | ||
"0 Input" -> "1 MatMul" [label="[3, 5]", style=solid]; | ||
"1 MatMul" -> "2 Mul" [label="[3, 2]", style=solid]; | ||
"2 Mul" -> "3 Add" [label="[3, 2]", style=solid]; | ||
"3 Add" -> "4 Relu" [label="[3, 2]", style=solid]; | ||
"4 Relu" -> "5 MatMul2" [label="[3, 2]", style=solid]; | ||
"5 MatMul2" -> "6 Result" [label="[3, 4]", style=solid]; | ||
"7 Constant_45" -> "5 MatMul2" [label="[2, 4]", style=solid]; | ||
"8 Constant_42" -> "3 Add" [label="[1, 2]", style=solid]; | ||
"9 Constant_40" -> "2 Mul" [label="[1, 2]", style=solid]; | ||
"10 Constant_38" -> "1 MatMul" [label="[5, 2]", style=solid]; | ||
} |
Oops, something went wrong.