Skip to content

Commit

Permalink
Removed uninteded changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
satyajandhyala committed Oct 2, 2023
1 parent 3a488db commit 5eefacc
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions js/web/test/data/ops/conv.jsonc
Original file line number Diff line number Diff line change
@@ -1,33 +1,4 @@
[
{
"name": "conv without bias addition A",
"operator": "Conv",
"attributes": [{ "name": "kernel_shape", "data": [2, 2], "type": "ints" }],
"cases": [
{
"name": "T[0]",
"inputs": [
{
"data": [10, 20, 30, 40, 50, 60, 70, 80, 90],
"dims": [1, 1, 3, 3],
"type": "float32"
},
{
"data": [1, 2, 3, 4],
"dims": [1, 1, 2, 2],
"type": "float32"
}
],
"outputs": [
{
"data": [370, 470, 670, 770],
"dims": [1, 1, 2, 2],
"type": "float32"
}
]
}
]
},
{
"name": "conv without bias addition A",
"operator": "Conv",
Expand Down

0 comments on commit 5eefacc

Please sign in to comment.