aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/depthwise_conv2d_5x5/depthwise_conv2d_5x5_1x4x65537x1_i8xi8_st11_pad1110_dilat11/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-10-13 13:59:29 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-10-13 13:59:29 +0100
commit922c45c63305c2ab4eb44598020f4c99a377eb6a (patch)
tree289a8916f94522a104c492ee053bacf438a00a66 /operators/tensor/depthwise_conv2d_5x5/depthwise_conv2d_5x5_1x4x65537x1_i8xi8_st11_pad1110_dilat11/test.json
parent17a294a7212160b8cc2e103474d890d3d3928585 (diff)
downloadconformance_tests-922c45c63305c2ab4eb44598020f4c99a377eb6a.tar.gz
Updating DEPTHWISE_CONV2D_5X5 tests for FP16 and accumulator types
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I8d2bb6bb60de1521c84833753b14710cfe153363
Diffstat (limited to 'operators/tensor/depthwise_conv2d_5x5/depthwise_conv2d_5x5_1x4x65537x1_i8xi8_st11_pad1110_dilat11/test.json')
-rw-r--r--operators/tensor/depthwise_conv2d_5x5/depthwise_conv2d_5x5_1x4x65537x1_i8xi8_st11_pad1110_dilat11/test.json172
1 files changed, 0 insertions, 172 deletions
diff --git a/operators/tensor/depthwise_conv2d_5x5/depthwise_conv2d_5x5_1x4x65537x1_i8xi8_st11_pad1110_dilat11/test.json b/operators/tensor/depthwise_conv2d_5x5/depthwise_conv2d_5x5_1x4x65537x1_i8xi8_st11_pad1110_dilat11/test.json
deleted file mode 100644
index 64bbfb9a7..000000000
--- a/operators/tensor/depthwise_conv2d_5x5/depthwise_conv2d_5x5_1x4x65537x1_i8xi8_st11_pad1110_dilat11/test.json
+++ /dev/null
@@ -1,172 +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: "DEPTHWISE_CONV2D",
- attribute_type: "ConvAttribute",
- attribute: {
- pad: [
- 1,
- 1,
- 1,
- 0
- ],
- stride: [
- 1,
- 1
- ],
- dilation: [
- 1,
- 1
- ],
- input_zp: 34,
- weight_zp: 70
- },
- inputs: [
- "input-0",
- "const-1",
- "const-2"
- ],
- outputs: [
- "result-0"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 1,
- 4,
- 65537,
- 1
- ],
- type: "INT8"
- },
- {
- name: "const-1",
- shape: [
- 5,
- 5,
- 1,
- 2
- ],
- type: "INT8",
- data: [
- 215,
- 220,
- 146,
- 171,
- 91,
- 239,
- 233,
- 172,
- 254,
- 71,
- 223,
- 58,
- 100,
- 136,
- 242,
- 52,
- 86,
- 178,
- 96,
- 54,
- 138,
- 94,
- 112,
- 53,
- 157,
- 41,
- 100,
- 226,
- 158,
- 86,
- 33,
- 237,
- 210,
- 175,
- 71,
- 49,
- 58,
- 252,
- 98,
- 63,
- 34,
- 51,
- 147,
- 203,
- 227,
- 230,
- 110,
- 157,
- 54,
- 59
- ]
- },
- {
- name: "const-2",
- shape: [
- 2
- ],
- type: "INT32",
- data: [
- 156,
- 48,
- 83,
- 193,
- 231,
- 255,
- 210,
- 232
- ]
- },
- {
- name: "result-0",
- shape: [
- 1,
- 2,
- 65534,
- 2
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
-}