"vscode:/vscode.git/clone" did not exist on "fed36b1f1c3f9c1b9b9ee8ae6935faeac9ce9cd0"
forward.json 256 Bytes
Newer Older
rusty1s's avatar
rusty1s committed
1
2
3
4
5
6
7
8
9
10
[
  {
    "name": "add",
    "output": [[0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0]],
    "index": [[4, 5, 4, 2, 3], [0, 0, 2, 2, 1]],
    "input": [[2, 0, 1, 4, 3], [0, 2, 1, 3, 4]],
    "dim": 1,
    "expected": [[0, 0, 4, 3, 3, 0], [2, 4, 4, 0, 0, 0]]
  }
]