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:5707158dfee366034808b6bf48684165e00e16e3270931c4e99cac6a5fafa50c
size 24
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:da5841092ac970d063efbde86302b4f1d473792a4379e70a2aa340e74c3b2d1f
size 555
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b0c45303f7f11848cb5e6e5b2af2fb2aecd0b72c28748b88b583ab6bb76df174
size 24
@@ -0,0 +1,12 @@
{
"command": "grad",
"network": "resources/elu_composition_add_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_grad_0.bin"
],
"description": "elu(x + scalar): exercises broadcasted add inside the elu desugaring",
"points": 1
}