From 5eefacc5ea35d1e355f6dce8bacae6b7e99d9e57 Mon Sep 17 00:00:00 2001 From: Satya Jandhyala Date: Mon, 2 Oct 2023 15:35:16 -0700 Subject: [PATCH] Removed uninteded changes. --- js/web/test/data/ops/conv.jsonc | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/js/web/test/data/ops/conv.jsonc b/js/web/test/data/ops/conv.jsonc index 05f4f333604f0..928192bb219f2 100644 --- a/js/web/test/data/ops/conv.jsonc +++ b/js/web/test/data/ops/conv.jsonc @@ -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",