Preliminary state

This commit is contained in:
Anton Pogrebnjak
2026-05-26 10:24:33 +02:00
commit 0ab11cfc5e
950 changed files with 6428 additions and 0 deletions
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:16d511fd29504951366605e301bf19856f7cb39ae13c895eb2e91bf38eb58111
size 1024
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0c81cb33f408a89b537fff87ac0ac8dd36b1a4d78a8121f569c5b326316533e7
size 237
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d88d9ff6e3ef4a43f2b9c92e72316bb1e40e0d52ed455828b4744bf5c2a0c8f4
size 9216
@@ -0,0 +1,12 @@
{
"command": "eval",
"network": "resources/avgpool_batch_window5_stride2_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_output_0.bin"
],
"description": "2-D avg pooling, window=5x5, stride=2, on a 4x2x12x12 NCHW tensor; output 4x2x4x4",
"points": 1
}
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4b67a11857a2e71a04848b79f5fbd1485221396b76b358712f850b87f190e27e
size 192
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aad32c03e31a6e19f3ef9939ea478227cdd9ef7232a1ec43c326c99c11865160
size 233
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:627a03f7a5c54d7ffcb3542f0a2cd1864643c1c630f293179727e0467214eb1e
size 768
@@ -0,0 +1,12 @@
{
"command": "eval",
"network": "resources/avgpool_nc_preservation_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_output_0.bin"
],
"description": "distinct per-plane constants; output of plane (n,c) must stay self-contained",
"points": 1
}
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:84a6e8b7afdd286a48ab0aab2c72227fff91a935b0489e633018914bd01693cd
size 48
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1e7873c97b9a2b7153b054e18a7101d69df1fb6b2c190a262ceaf2f5a729e308
size 233
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:84a6e8b7afdd286a48ab0aab2c72227fff91a935b0489e633018914bd01693cd
size 48
@@ -0,0 +1,12 @@
{
"command": "eval",
"network": "resources/avgpool_window1_identity_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_output_0.bin"
],
"description": "window=1, stride=1: output equals input exactly",
"points": 1
}
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ab152babb1c7af590973267ad63dffe575abdfdef0a4ce4da4b8bd6d5e13b6ed
size 384
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:204852cef28fd35df54580b3b6252f7d75da2b3e346ec0fb7e0e4d608df1af55
size 235
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5d716b8f18ef7691a73ecd0dcb3181965c9e62c55c7b99e9e681f2ad790db089
size 640
@@ -0,0 +1,12 @@
{
"command": "eval",
"network": "resources/avgpool_window3_stride1_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_output_0.bin"
],
"description": "2-D avg pooling, window=3x3, stride=1, on a 1x1x8x10 NCHW tensor; output 1x1x6x8",
"points": 1
}