Commit c64b809
authored
GNA convert matmul to pointwise convolution transformation unit tests (openvinotoolkit#6524)
* ConvertMatmulToPointWiseConvolutionTest first test
* add ConvertMatmulToPointWiseConvolutionFqTest
* use general functions to create test subgraphs
* use general funstion to append node; add ConvertMatmulWithBiasToPointWiseConvolutionTest
* add ConvertMatmulWithBiasToPointWiseConvolutionFqTest
* use decorator instead of bool function arguments
* remove unused functions
* cleanup
* add ConvertMatmulWithFqToPointWiseConvolutionTest
* add ConvertMatmulWithFqToPointWiseConvolutionFqTest
* add ConvertMatmulWithFqToPointWiseConvolutionTestNoAddNode
* remove debug
* add ConvertMatmulToPointWiseConvolutionTestInputRank3
* use TEST_P for ConvertMatmulToPointWiseConvolution tests
* use testing::values fixture instead of multiple tests
* cleanup
* use combine tests for invalid inputs
* code style cleanup
* fix unique_ptr build under Windows
* code review fixes: function template params
* code review fixes: remove duplicated test entry
* fix function arguments alignments1 parent f48ea5d commit c64b809
File tree
2 files changed
+426
-0
lines changed- inference-engine
- src/gna_plugin/transformations
- tests/unit/gna/ngraph/transformations
2 files changed
+426
-0
lines changedLines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| 66 | + | |
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
| 72 | + | |
70 | 73 | | |
71 | 74 | | |
72 | 75 | | |
73 | 76 | | |
| 77 | + | |
74 | 78 | | |
75 | 79 | | |
76 | 80 | | |
77 | 81 | | |
78 | 82 | | |
| 83 | + | |
79 | 84 | | |
80 | 85 | | |
81 | 86 | | |
82 | 87 | | |
| 88 | + | |
83 | 89 | | |
84 | 90 | | |
85 | 91 | | |
86 | 92 | | |
87 | 93 | | |
88 | 94 | | |
| 95 | + | |
89 | 96 | | |
90 | 97 | | |
91 | 98 | | |
92 | 99 | | |
93 | 100 | | |
94 | 101 | | |
95 | 102 | | |
| 103 | + | |
96 | 104 | | |
97 | 105 | | |
98 | 106 | | |
| |||
102 | 110 | | |
103 | 111 | | |
104 | 112 | | |
| 113 | + | |
105 | 114 | | |
106 | 115 | | |
107 | 116 | | |
| |||
0 commit comments