aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_1x1x3x65536x1_i8xi4_acci32_st122_pad101101_dilat711/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/tensor/conv3d_1x1x1/conv3d_1x1x1_1x1x3x65536x1_i8xi4_acci32_st122_pad101101_dilat711/test.json')
-rw-r--r--operators/tensor/conv3d_1x1x1/conv3d_1x1x1_1x1x3x65536x1_i8xi4_acci32_st122_pad101101_dilat711/test.json131
1 files changed, 0 insertions, 131 deletions
diff --git a/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_1x1x3x65536x1_i8xi4_acci32_st122_pad101101_dilat711/test.json b/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_1x1x3x65536x1_i8xi4_acci32_st122_pad101101_dilat711/test.json
deleted file mode 100644
index c7f30ffdf..000000000
--- a/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_1x1x3x65536x1_i8xi4_acci32_st122_pad101101_dilat711/test.json
+++ /dev/null
@@ -1,131 +0,0 @@
-{
- version: {
- _major: 0,
- _minor: 51,
- _patch: 0,
- _draft: true
- },
- regions: [
- {
- name: "main",
- 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: [
- 1,
- 0,
- 1,
- 1,
- 0,
- 1
- ],
- stride: [
- 1,
- 2,
- 2
- ],
- dilation: [
- 7,
- 1,
- 1
- ],
- input_zp: -74,
- weight_zp: 0
- },
- inputs: [
- "input-0",
- "const-1",
- "const-2"
- ],
- outputs: [
- "result-0"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 1,
- 1,
- 3,
- 65536,
- 1
- ],
- type: "INT8"
- },
- {
- name: "const-1",
- shape: [
- 1,
- 1,
- 1,
- 1,
- 1
- ],
- type: "INT4",
- data: [
- 12
- ]
- },
- {
- name: "const-2",
- shape: [
- 1
- ],
- type: "INT32",
- data: [
- 249,
- 150,
- 172,
- 113
- ]
- },
- {
- name: "result-0",
- shape: [
- 1,
- 2,
- 3,
- 32769,
- 1
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
- }
- ]
-}