aboutsummaryrefslogtreecommitdiff
path: root/verif/conformance/tosa_base_profile_framework_ops_info.json
blob: 24a23b514f9a0d775d2addf42dac1150bca8a88d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
{
    "add": {
        "tests": [
            "add_1_qi16",
            "add_1x32x32x8_qi8"
        ],
        "profile": [
            "tosa-bi",
            "tosa-mi"
        ]
    },
    "average_pool_2d": {
        "alternate_names": [
            "avg_pool2d"
        ],
        "tests": [
            "average_pool_2d_1x4x4x4_qi8_st11_padSAME_kern11",
            "average_pool_2d_1x4x8x19_qi16_st21_padSAME_kern22",
            "average_pool_2d_1x7x7x9_qi8_st22_padSAME_kern11",
            "average_pool_2d_1x32x32x8_qu8_st12_padVALID_kern12",
            "average_pool_2d_1x8x4x17_qu8_st21_padVALID_kern21"
        ],
        "profile": [
            "tosa-bi",
            "tosa-mi"
        ]
    },
    "concatenation": {
        "tests": [
            "concatenation_concat_13x21x3_i32_axis_0",
            "concatenation_concat_14x19_i32_axis_1",
            "concatenation_concat_1x32x32x8_i32_axis_2",
            "concatenation_concat_64_i32_axis_m1",
            "concatenation_concatv2_13x21x3_i32_axis_1",
            "concatenation_concatv2_1x32x32x8_i32_axis_m2",
            "concatenation_concatv2_1x7x7x9_i32_axis_m3",
            "concatenation_concatv2_64_i32_axis_0"
        ],
        "alternate_names": [
            "concat",
            "concatv2"
        ],
        "profile": [
            "tosa-bi",
            "tosa-mi"
        ]
    },
    "conv_2d": {
        "alternate_names": [
            "conv2d"
        ],
        "tests": [
            "conv_2d_1x1_1x4x8x19_qu8_st11_padVALID_dilat21",
            "conv_2d_3x3_1x7x7x9_qi8_st12_padVALID_dilat11",
            "conv_2d_5x5_1x32x32x8_qu8_st11_padSAME_dilat22",
            "conv_2d_bias_1x1_1x32x32x8_qi8_st11_padVALID_dilat12",
            "conv_2d_bias_5x5_1x7x7x9_qu8_st22_padSAME_dilat12",
            "conv_2d_relu_1x1_1x32x32x8_qi8",
            "conv_2d_relu_3x3_1x4x8x19_qu8",
            "conv_2d_relu6_3x3_1x8x4x17_qi8",
            "conv_2d_relu6_5x5_1x4x8x19_qu8",
            "conv_2d_relu_n1_to_1_3x3_1x32x32x8_qu8",
            "conv_2d_relu_n1_to_1_5x5_1x7x7x9_qi8",
            "conv_2d_tanh_3x3_1x7x7x9_qi8",
            "conv_2d_tanh_5x5_1x32x32x8_qu8"
        ],
        "profile": [
            "tosa-bi",
            "tosa-mi"
        ]
    },
    "depthwise_conv_2d": {
        "alternate_names": [
            "depthwise_conv2d"
        ],
        "tests": [
            "depthwise_conv_2d_1x1_1x32x32x8_qi8_st11_padSAME_dilat21",
            "depthwise_conv_2d_3x3_1x7x7x9_qu8_st22_padVALID_dilat11",
            "depthwise_conv_2d_5x5_1x32x32x8_qi8_st11_padSAME_dilat12",
            "depthwise_conv_2d_bias_1x1_1x4x4x4_qu8_st11_padSAME_dilat11",
            "depthwise_conv_2d_bias_3x3_1x32x32x8_qu8_st11_padVALID_dilat22"
        ],
        "profile": [
            "tosa-bi",
            "tosa-mi"
        ]
    },
    "fully_connected": {
        "alternate_names": [
            "matmul"
        ],
        "tests": [
            "fully_connected_1x4x4x4_qi8",
            "fully_connected_13x21x3_qu8",
            "fully_connected_14x19_qi8"
        ],
        "profile": [
            "tosa-bi",
            "tosa-mi"
        ]
    },
    "leaky_relu": {
        "tests": [
            "leaky_relu_1_qi16_0",
            "leaky_relu_14x19_qi8_0",
            "leaky_relu_13x21x3_qu8_0",
            "leaky_relu_1x4x8x19_qi16_0"
        ],
        "profile": [
            "tosa-bi",
            "tosa-mi"
        ]
    },
    "logistic": {
        "alternate_names": [
            "sigmoid"
        ],
        "tests": [
            "logistic_13x21x3_qu8",
            "logistic_1x8x4x17_qi8",
            "logistic_64_qi16"
        ],
        "profile": [
            "tosa-bi",
            "tosa-mi"
        ]
    },
    "max_pool_2d": {
        "alternate_names": [
            "max_pool2d"
        ],
        "tests": [
            "max_pool_2d_1x4x4x4_qi8_st11_padSAME_kern11",
            "max_pool_2d_1x4x4x4_qu8_st22_padVALID_kern22",
            "max_pool_2d_1x4x8x19_qu8_st21_padVALID_kern22",
            "max_pool_2d_1x8x4x17_qu8_st21_padVALID_kern21",
            "max_pool_2d_1x32x32x8_qi8_st12_padVALID_kern22"
        ],
        "profile": [
            "tosa-bi",
            "tosa-mi"
        ]
    },
    "minimum": {
        "alternate_names": [
            "min"
        ],
        "tests": [
            "minimum_1x4x4x4_i32",
            "minimum_64_i32"
        ],
        "profile": [
            "tosa-bi",
            "tosa-mi"
        ]
    },
    "mul": {
        "tests": [
            "mul_13x21x3_qi16",
            "mul_1x4x8x19_qu8"
        ],
        "profile": [
            "tosa-bi",
            "tosa-mi"
        ]
    },
    "pack": {
        "alternate_names": [
            "stack"
        ],
        "tests": [
            "pack_13x21x3_i32_axis0",
            "pack_14x19_i32_axis1",
            "pack_1x7x7x9_i32_axis2",
            "pack_1x8x4x17_i32_axis4"
        ],
        "profile": [
            "tosa-bi",
            "tosa-mi"
        ]
    },
    "reshape": {
        "tests": [
            "reshape_14x19_i32_rank1",
            "reshape_13x21x3_i32_rank3",
            "reshape_1x32x32x8_i32_rank2"
        ],
        "profile": [
            "tosa-bi",
            "tosa-mi"
        ]
    },
    "resize_bilinear": {
        "alternate_names": [
            "resize"
        ],
        "tests": [
            "resize_bilinear_1x32x32x8_qi16_bilinear_align0_half1_scale3",
            "resize_bilinear_1x4x4x4_qi8_bilinear_align1_half0_scale1"
        ],
        "profile": [
            "tosa-bi",
            "tosa-mi"
        ]
    },
    "resize_nearest_neighbor": {
        "alternate_names": [
            "resize"
        ],
        "tests": [
            "resize_nearest_neighbor_1x4x8x19_qu8_nearest_align0_half1_scale2",
            "resize_nearest_neighbor_1x8x4x17_qi8_nearest_align0_half0_scale3"
        ],
        "profile": [
            "tosa-bi",
            "tosa-mi"
        ]
    },
    "softmax": {
        "tests": [
            "softmax_1_qi8",
            "softmax_14x19_qi16",
            "softmax_1x32x32x8_qu8"
        ],
        "profile": [
            "tosa-bi",
            "tosa-mi"
        ]
    },
    "split": {
        "tests": [
            "split_3x1x1x7_i32_splitv_axis0",
            "split_13x21x3_i32_split3_axis1",
            "split_1x4x8x19_i32_splitv_axis2",
            "split_64_i32_split2_axis0"
        ],
        "profile": [
            "tosa-bi",
            "tosa-mi"
        ]
    },
    "strided_slice": {
        "tests": [
            "strided_slice_13x21x3_i32_perm0",
            "strided_slice_14x19_i32_perm1",
            "strided_slice_64_i32_perm3"
        ],
        "profile": [
            "tosa-bi",
            "tosa-mi"
        ]
    },
    "tanh": {
        "tests": [
            "tanh_13x21x3_qu8",
            "tanh_14x19_qi8",
            "tanh_1x8x4x17_qi16"
        ],
        "profile": [
            "tosa-bi",
            "tosa-mi"
        ]
    }
}