Skip to content

Commit

Permalink
Add neureka_v2 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lukamac committed Dec 23, 2024
1 parent 264a158 commit 0bdcb3b
Show file tree
Hide file tree
Showing 13 changed files with 377 additions and 0 deletions.
29 changes: 29 additions & 0 deletions test/tests/test_121/conf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"in_height": 4,
"in_width": 20,
"in_channel": 80,
"in_type": "uint8",
"out_channel": 25,
"out_type": "int8",
"depthwise": false,
"kernel_shape": {
"height": 3,
"width": 3
},
"weight_type": "int8",
"scale_type": "int8",
"bias_type": "int32",
"stride": {
"height": 1,
"width": 1
},
"padding": {
"top": 0,
"bottom": 1,
"left": 1,
"right": 1
},
"has_norm_quant": true,
"has_bias": true,
"has_relu": false
}
29 changes: 29 additions & 0 deletions test/tests/test_122/conf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"in_height": 7,
"in_width": 5,
"in_channel": 80,
"in_type": "uint8",
"out_channel": 33,
"out_type": "int8",
"depthwise": false,
"kernel_shape": {
"height": 3,
"width": 3
},
"weight_type": "int8",
"scale_type": "int8",
"bias_type": "int32",
"stride": {
"height": 1,
"width": 1
},
"padding": {
"top": 1,
"bottom": 0,
"left": 1,
"right": 1
},
"has_norm_quant": true,
"has_bias": false,
"has_relu": false
}
29 changes: 29 additions & 0 deletions test/tests/test_123/conf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"in_height": 8,
"in_width": 5,
"in_channel": 17,
"in_type": "uint8",
"out_channel": 25,
"out_type": "int8",
"depthwise": false,
"kernel_shape": {
"height": 3,
"width": 3
},
"weight_type": "int8",
"scale_type": "int8",
"bias_type": "int32",
"stride": {
"height": 1,
"width": 1
},
"padding": {
"top": 0,
"bottom": 1,
"left": 0,
"right": 0
},
"has_norm_quant": true,
"has_bias": false,
"has_relu": false
}
29 changes: 29 additions & 0 deletions test/tests/test_124/conf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"in_height": 3,
"in_width": 4,
"in_channel": 14,
"in_type": "uint8",
"out_channel": 25,
"out_type": "int8",
"depthwise": false,
"kernel_shape": {
"height": 3,
"width": 3
},
"weight_type": "int8",
"scale_type": "int8",
"bias_type": "int32",
"stride": {
"height": 1,
"width": 1
},
"padding": {
"top": 1,
"bottom": 1,
"left": 0,
"right": 1
},
"has_norm_quant": true,
"has_bias": true,
"has_relu": false
}
29 changes: 29 additions & 0 deletions test/tests/test_125/conf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"in_height": 5,
"in_width": 6,
"in_channel": 16,
"in_type": "uint8",
"out_channel": 33,
"out_type": "int8",
"depthwise": false,
"kernel_shape": {
"height": 3,
"width": 3
},
"weight_type": "int8",
"scale_type": "int8",
"bias_type": "int32",
"stride": {
"height": 1,
"width": 1
},
"padding": {
"top": 1,
"bottom": 1,
"left": 0,
"right": 0
},
"has_norm_quant": true,
"has_bias": true,
"has_relu": false
}
29 changes: 29 additions & 0 deletions test/tests/test_126/conf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"in_height": 4,
"in_width": 14,
"in_channel": 80,
"in_type": "uint8",
"out_channel": 80,
"out_type": "int8",
"depthwise": false,
"kernel_shape": {
"height": 3,
"width": 3
},
"weight_type": "int8",
"scale_type": "int8",
"bias_type": "int32",
"stride": {
"height": 1,
"width": 1
},
"padding": {
"top": 1,
"bottom": 0,
"left": 1,
"right": 1
},
"has_norm_quant": true,
"has_bias": false,
"has_relu": false
}
29 changes: 29 additions & 0 deletions test/tests/test_127/conf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"in_height": 14,
"in_width": 6,
"in_channel": 14,
"in_type": "uint8",
"out_channel": 25,
"out_type": "int8",
"depthwise": false,
"kernel_shape": {
"height": 1,
"width": 1
},
"weight_type": "int8",
"scale_type": "int8",
"bias_type": "int32",
"stride": {
"height": 1,
"width": 1
},
"padding": {
"top": 0,
"bottom": 0,
"left": 0,
"right": 0
},
"has_norm_quant": true,
"has_bias": false,
"has_relu": false
}
29 changes: 29 additions & 0 deletions test/tests/test_128/conf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"in_height": 15,
"in_width": 34,
"in_channel": 33,
"out_channel": 33,
"padding": {
"top": 0,
"bottom": 0,
"left": 0,
"right": 0
},
"kernel_shape": {
"height": 3,
"width": 3
},
"depthwise": true,
"stride": {
"height": 1,
"width": 1
},
"in_type": "uint8",
"out_type": "int32",
"weight_type": "int8",
"scale_type": "int8",
"bias_type": "int32",
"has_norm_quant": false,
"has_bias": false,
"has_relu": false
}
29 changes: 29 additions & 0 deletions test/tests/test_129/conf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"in_height": 14,
"in_width": 20,
"in_channel": 80,
"in_type": "uint8",
"out_channel": 80,
"out_type": "int8",
"depthwise": true,
"kernel_shape": {
"height": 3,
"width": 3
},
"weight_type": "int8",
"scale_type": "int8",
"bias_type": "int32",
"stride": {
"height": 1,
"width": 1
},
"padding": {
"top": 1,
"bottom": 0,
"left": 0,
"right": 0
},
"has_norm_quant": true,
"has_bias": false,
"has_relu": false
}
29 changes: 29 additions & 0 deletions test/tests/test_130/conf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"in_height": 10,
"in_width": 10,
"in_channel": 10,
"out_channel": 10,
"padding": {
"top": 0,
"bottom": 0,
"left": 0,
"right": 0
},
"kernel_shape": {
"height": 1,
"width": 1
},
"depthwise": false,
"stride": {
"height": 1,
"width": 1
},
"in_type": "uint8",
"out_type": "int8",
"weight_type": "int8",
"scale_type": "int32",
"bias_type": "int32",
"has_norm_quant": true,
"has_bias": true,
"has_relu": false
}
29 changes: 29 additions & 0 deletions test/tests/test_131/conf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"in_height": 4,
"in_width": 20,
"in_channel": 80,
"in_type": "int8",
"out_channel": 25,
"out_type": "int8",
"depthwise": false,
"kernel_shape": {
"height": 3,
"width": 3
},
"weight_type": "int8",
"scale_type": "int8",
"bias_type": "int32",
"stride": {
"height": 1,
"width": 1
},
"padding": {
"top": 0,
"bottom": 1,
"left": 1,
"right": 1
},
"has_norm_quant": true,
"has_bias": true,
"has_relu": false
}
29 changes: 29 additions & 0 deletions test/tests/test_132/conf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"in_height": 14,
"in_width": 6,
"in_channel": 14,
"in_type": "int8",
"out_channel": 25,
"out_type": "int8",
"depthwise": false,
"kernel_shape": {
"height": 1,
"width": 1
},
"weight_type": "int8",
"scale_type": "int8",
"bias_type": "int32",
"stride": {
"height": 1,
"width": 1
},
"padding": {
"top": 0,
"bottom": 0,
"left": 0,
"right": 0
},
"has_norm_quant": true,
"has_bias": false,
"has_relu": false
}
29 changes: 29 additions & 0 deletions test/tests/test_133/conf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"in_height": 14,
"in_width": 20,
"in_channel": 80,
"in_type": "int8",
"out_channel": 80,
"out_type": "int8",
"depthwise": true,
"kernel_shape": {
"height": 3,
"width": 3
},
"weight_type": "int8",
"scale_type": "int8",
"bias_type": "int32",
"stride": {
"height": 1,
"width": 1
},
"padding": {
"top": 1,
"bottom": 0,
"left": 0,
"right": 0
},
"has_norm_quant": true,
"has_bias": false,
"has_relu": false
}

0 comments on commit 0bdcb3b

Please sign in to comment.