aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_WrongInputType_1x11x10x11x7_i32_acci32_st111_pad000000_d.../test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-10-18 15:07:37 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-10-18 15:17:50 +0100
commitf28351d57bbe212bc75ed18375b4f421937e113e (patch)
treeb9016381d5a4556e6ae969a0a9e280a7da4da929 /operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_WrongInputType_1x11x10x11x7_i32_acci32_st111_pad000000_dilat111/test.json
parentd166f2283a21e7d02531ebb702bc0bd48c81810c (diff)
downloadconformance_tests-f28351d57bbe212bc75ed18375b4f421937e113e.tar.gz
Updating test files for FLOAT/FP32 name change
Plus re-instate accidentally removed operator READMEs. Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I534e5be23cb524c886208107e1bfe22ac6e8f160
Diffstat (limited to 'operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_WrongInputType_1x11x10x11x7_i32_acci32_st111_pad000000_dilat111/test.json')
-rw-r--r--operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_WrongInputType_1x11x10x11x7_i32_acci32_st111_pad000000_dilat111/test.json186
1 files changed, 0 insertions, 186 deletions
diff --git a/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_WrongInputType_1x11x10x11x7_i32_acci32_st111_pad000000_dilat111/test.json b/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_WrongInputType_1x11x10x11x7_i32_acci32_st111_pad000000_dilat111/test.json
deleted file mode 100644
index d44a1e748..000000000
--- a/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_WrongInputType_1x11x10x11x7_i32_acci32_st111_pad000000_dilat111/test.json
+++ /dev/null
@@ -1,186 +0,0 @@
-{
- version: {
- _major: 0,
- _minor: 41,
- _patch: 0,
- _draft: true
- },
- blocks: [
- {
- name: "main",
- operators: [
- {
- op: "CONST",
- attribute_type: "NONE",
- inputs: [
-
- ],
- outputs: [
- "const-1"
- ]
- },
- {
- op: "CONST",
- attribute_type: "NONE",
- inputs: [
-
- ],
- outputs: [
- "const-2"
- ]
- },
- {
- op: "CONV3D",
- attribute_type: "ConvAttribute",
- attribute: {
- pad: [
- 0,
- 0,
- 0,
- 0,
- 0,
- 0
- ],
- stride: [
- 1,
- 1,
- 1
- ],
- dilation: [
- 1,
- 1,
- 1
- ],
- input_zp: 0,
- weight_zp: 0,
- accum_dtype: "INT32"
- },
- inputs: [
- "input-0",
- "const-1",
- "const-2"
- ],
- outputs: [
- "result-0"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 1,
- 11,
- 10,
- 11,
- 7
- ],
- type: "INT32"
- },
- {
- name: "const-1",
- shape: [
- 2,
- 1,
- 1,
- 1,
- 7
- ],
- type: "INT32",
- data: [
- 209,
- 37,
- 217,
- 166,
- 166,
- 118,
- 28,
- 123,
- 101,
- 162,
- 1,
- 89,
- 17,
- 109,
- 87,
- 194,
- 60,
- 199,
- 186,
- 51,
- 53,
- 242,
- 213,
- 23,
- 7,
- 137,
- 21,
- 104,
- 137,
- 53,
- 221,
- 204,
- 158,
- 193,
- 141,
- 126,
- 249,
- 14,
- 225,
- 222,
- 211,
- 8,
- 132,
- 55,
- 149,
- 179,
- 211,
- 229,
- 230,
- 155,
- 233,
- 43,
- 97,
- 159,
- 197,
- 213
- ]
- },
- {
- name: "const-2",
- shape: [
- 2
- ],
- type: "INT32",
- data: [
- 122,
- 46,
- 226,
- 87,
- 112,
- 161,
- 44,
- 35
- ]
- },
- {
- name: "result-0",
- shape: [
- 1,
- 11,
- 10,
- 11,
- 2
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
-}