aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/tile/tile_ERRORIF_WrongOutputType_32x32x30_i16_perm1/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/tile/tile_ERRORIF_WrongOutputType_32x32x30_i16_perm1/test.json')
-rw-r--r--operators/data_layout/tile/tile_ERRORIF_WrongOutputType_32x32x30_i16_perm1/test.json58
1 files changed, 58 insertions, 0 deletions
diff --git a/operators/data_layout/tile/tile_ERRORIF_WrongOutputType_32x32x30_i16_perm1/test.json b/operators/data_layout/tile/tile_ERRORIF_WrongOutputType_32x32x30_i16_perm1/test.json
new file mode 100644
index 000000000..2112e8528
--- /dev/null
+++ b/operators/data_layout/tile/tile_ERRORIF_WrongOutputType_32x32x30_i16_perm1/test.json
@@ -0,0 +1,58 @@
+{
+ version: {
+ _major: 0,
+ _minor: 30,
+ _patch: 0,
+ _draft: false
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "TILE",
+ attribute_type: "TileAttribute",
+ attribute: {
+ multiples: [
+ 1,
+ 2,
+ 2
+ ]
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 32,
+ 32,
+ 30
+ ],
+ type: "INT16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 32,
+ 64,
+ 60
+ ],
+ type: "FLOAT"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}