aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_unary/abs/abs_ERRORIF_WrongInputType_24x12x32_i8/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/ew_unary/abs/abs_ERRORIF_WrongInputType_24x12x32_i8/test.json')
-rw-r--r--operators/ew_unary/abs/abs_ERRORIF_WrongInputType_24x12x32_i8/test.json51
1 files changed, 0 insertions, 51 deletions
diff --git a/operators/ew_unary/abs/abs_ERRORIF_WrongInputType_24x12x32_i8/test.json b/operators/ew_unary/abs/abs_ERRORIF_WrongInputType_24x12x32_i8/test.json
deleted file mode 100644
index 3179e80da..000000000
--- a/operators/ew_unary/abs/abs_ERRORIF_WrongInputType_24x12x32_i8/test.json
+++ /dev/null
@@ -1,51 +0,0 @@
-{
- version: {
- _major: 0,
- _minor: 41,
- _patch: 0,
- _draft: true
- },
- blocks: [
- {
- name: "main",
- operators: [
- {
- op: "ABS",
- attribute_type: "NONE",
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 24,
- 12,
- 32
- ],
- type: "INT8"
- },
- {
- name: "result-0",
- shape: [
- 24,
- 12,
- 32
- ],
- type: "INT8"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
-}