blob: e52b7c824cf18308f2a1e0944c5b0da17e3e5a70 [file] [log] [blame]
Georgios Pinitasbdcdc392021-04-22 16:42:03 +01001{
Michalis Spyrou20fca522021-06-07 14:23:57 +01002 "common": [
3 "src/common/cpuinfo/CpuInfo.cpp",
4 "src/common/cpuinfo/CpuModel.cpp",
5 "src/common/cpuinfo/CpuIsaInfo.cpp",
6 "src/common/utils/LegacySupport.cpp",
7 "src/common/AllocatorWrapper.cpp",
8 "src/common/ITensorV2.cpp",
Georgios Pinitas41648142021-08-03 08:24:00 +01009 "src/common/TensorPack.cpp",
Georgios Pinitasb6af4822021-09-14 12:33:34 +010010 "src/common/IOperator.cpp",
11 "src/core/AccessWindowAutoPadding.cpp",
12 "src/core/AccessWindowStatic.cpp",
13 "src/core/AccessWindowTranspose.cpp",
14 "src/core/Error.cpp",
15 "src/core/GPUTarget.cpp",
16 "src/core/Helpers.cpp",
17 "src/core/IAccessWindow.cpp",
18 "src/core/IKernel.cpp",
19 "src/core/ITensor.cpp",
20 "src/core/ITensorPack.cpp",
21 "src/core/Rounding.cpp",
22 "src/core/Size2D.cpp",
23 "src/core/SubTensorInfo.cpp",
24 "src/core/TensorInfo.cpp",
25 "src/core/Utils.cpp",
26 "src/core/Validate.cpp",
27 "src/core/Version.cpp",
28 "src/core/helpers/SoftmaxHelpers.cpp",
29 "src/core/helpers/WindowHelpers.cpp",
30 "src/core/utils/AssemblyUtils.cpp",
31 "src/core/utils/ScaleUtils.cpp",
32 "src/core/utils/helpers/fft.cpp",
33 "src/core/utils/helpers/tensor_transform.cpp",
34 "src/core/utils/io/FileHandler.cpp",
35 "src/core/utils/misc/MMappedFile.cpp",
36 "src/core/utils/quantization/AsymmHelpers.cpp",
37 "src/core/CPP/CPPTypes.cpp",
38 "src/core/CPP/kernels/CPPBoxWithNonMaximaSuppressionLimitKernel.cpp",
39 "src/core/CPP/kernels/CPPNonMaximumSuppressionKernel.cpp",
40 "src/core/CPP/kernels/CPPPermuteKernel.cpp",
41 "src/core/CPP/kernels/CPPTopKVKernel.cpp",
42 "src/core/CPP/kernels/CPPUpsampleKernel.cpp",
43 "src/runtime/Allocator.cpp",
44 "src/runtime/BlobLifetimeManager.cpp",
45 "src/runtime/BlobMemoryPool.cpp",
46 "src/runtime/ISimpleLifetimeManager.cpp",
47 "src/runtime/ITensorAllocator.cpp",
48 "src/runtime/IWeightsManager.cpp",
49 "src/runtime/IScheduler.cpp",
50 "src/runtime/Memory.cpp",
51 "src/runtime/MemoryManagerOnDemand.cpp",
52 "src/runtime/OffsetLifetimeManager.cpp",
53 "src/runtime/OffsetMemoryPool.cpp",
54 "src/runtime/OperatorTensor.cpp",
55 "src/runtime/PoolManager.cpp",
56 "src/runtime/RuntimeContext.cpp",
57 "src/runtime/Scheduler.cpp",
58 "src/runtime/SchedulerFactory.cpp",
59 "src/runtime/SchedulerUtils.cpp",
60 "src/runtime/SubTensor.cpp",
61 "src/runtime/Tensor.cpp",
62 "src/runtime/TensorAllocator.cpp",
63 "src/runtime/Utils.cpp",
64 "src/runtime/CPP/ICPPSimpleFunction.cpp",
65 "src/runtime/CPP/functions/CPPBoxWithNonMaximaSuppressionLimit.cpp",
66 "src/runtime/CPP/functions/CPPDetectionOutputLayer.cpp",
67 "src/runtime/CPP/functions/CPPDetectionPostProcessLayer.cpp",
68 "src/runtime/CPP/functions/CPPNonMaximumSuppression.cpp",
69 "src/runtime/CPP/functions/CPPPermute.cpp",
70 "src/runtime/CPP/functions/CPPTopKV.cpp",
71 "src/runtime/CPP/functions/CPPUpsample.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +010072 ],
Georgios Pinitasb6af4822021-09-14 12:33:34 +010073 "logging": [
74 "src/core/utils/logging/FilePrinter.cpp",
75 "src/core/utils/logging/Helpers.cpp",
76 "src/core/utils/logging/Logger.cpp",
77 "src/core/utils/logging/LoggerRegistry.cpp"
78 ],
79 "scheduler": {
80 "single": [ "src/runtime/CPP/SingleThreadScheduler.cpp" ],
81 "threads": [ "src/runtime/CPP/CPPScheduler.cpp" ],
82 "omp": [ "src/runtime/OMP/OMPScheduler.cpp"]
83 },
Michalis Spyrou20fca522021-06-07 14:23:57 +010084 "c_api": {
Georgios Pinitas13ef1762021-07-14 17:14:43 +010085 "common": [
Michalis Spyrou20fca522021-06-07 14:23:57 +010086 "src/c/AclContext.cpp",
Georgios Pinitas06ac6e42021-07-05 08:08:52 +010087 "src/c/AclOperator.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +010088 "src/c/AclQueue.cpp",
89 "src/c/AclTensor.cpp",
90 "src/c/AclTensorPack.cpp",
91 "src/c/AclVersion.cpp"
Georgios Pinitasbdcdc392021-04-22 16:42:03 +010092 ],
Georgios Pinitas13ef1762021-07-14 17:14:43 +010093 "cpu": [
94 ],
Michalis Spyrou20fca522021-06-07 14:23:57 +010095 "gpu": [
96 "src/c/cl/AclOpenClExt.cpp"
Georgios Pinitas41648142021-08-03 08:24:00 +010097 ],
98 "operators":
99 [
100 "src/c/operators/AclActivation.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +0100101 ]
102 },
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100103 "high_priority": [
104 "Activation",
105 "DepthwiseConv2d",
106 "Conv2d",
107 "Permute",
108 "Pool2d",
109 "Reshape"
110 ],
Michalis Spyrou20fca522021-06-07 14:23:57 +0100111 "gpu": {
Georgios Pinitas13ef1762021-07-14 17:14:43 +0100112 "common": [
113 "src/core/CL/CLCompileContext.cpp",
Giorgio Arenaba2dd822021-07-28 16:10:03 +0100114 "src/core/CL/DefaultLWSHeuristics.cpp",
Georgios Pinitas13ef1762021-07-14 17:14:43 +0100115 "src/core/CL/CLHelpers.cpp",
116 "src/core/CL/CLKernelLibrary.cpp",
117 "src/core/CL/CLUtils.cpp",
118 "src/core/CL/ICLKernel.cpp",
119 "src/core/CL/ICLSimple2DKernel.cpp",
120 "src/core/CL/ICLSimple3DKernel.cpp",
121 "src/core/CL/ICLSimpleKernel.cpp",
122 "src/core/CL/ICLTensor.cpp",
123 "src/core/CL/OpenCL.cpp",
Georgios Pinitas13ef1762021-07-14 17:14:43 +0100124 "src/gpu/cl/ClContext.cpp",
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100125 "src/gpu/cl/ClKernelLibrary.cpp",
Georgios Pinitas13ef1762021-07-14 17:14:43 +0100126 "src/gpu/cl/ClQueue.cpp",
127 "src/gpu/cl/ClTensor.cpp",
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100128 "src/core/CL/kernels/CLFillBorderKernel.cpp",
Georgios Pinitas13ef1762021-07-14 17:14:43 +0100129 "src/runtime/CL/CLBufferAllocator.cpp",
130 "src/runtime/CL/CLGEMMHeuristicsHandle.cpp",
131 "src/runtime/CL/CLHelpers.cpp",
132 "src/runtime/CL/CLMemory.cpp",
133 "src/runtime/CL/CLMemoryRegion.cpp",
134 "src/runtime/CL/CLOperator.cpp",
135 "src/runtime/CL/CLRuntimeContext.cpp",
136 "src/runtime/CL/CLScheduler.cpp",
137 "src/runtime/CL/CLSubTensor.cpp",
138 "src/runtime/CL/CLTensor.cpp",
139 "src/runtime/CL/CLTensorAllocator.cpp",
140 "src/runtime/CL/CLTuner.cpp",
141 "src/runtime/CL/ICLSimpleFunction.cpp",
142 "src/runtime/CL/Utils.cpp",
Georgios Pinitas13ef1762021-07-14 17:14:43 +0100143 "src/runtime/CL/mlgo/HeuristicTree.cpp",
144 "src/runtime/CL/mlgo/MLGOHeuristics.cpp",
145 "src/runtime/CL/mlgo/MLGOParser.cpp",
146 "src/runtime/CL/mlgo/Utils.cpp",
147 "src/runtime/CL/tuners/CLTuningParametersList.cpp"
148 ],
Michalis Spyrou20fca522021-06-07 14:23:57 +0100149 "operators": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100150 "Activation":{
151 "files": {
152 "common": [
153 "src/gpu/cl/kernels/ClActivationKernel.cpp",
154 "src/gpu/cl/operators/ClActivation.cpp",
155 "src/runtime/CL/functions/CLActivationLayer.cpp"
156 ]
157 }
158 },
159 "ArgMinMax": {
160 "deps": [ "Reshape" ],
161 "files": {
162 "common": [
163 "src/core/CL/kernels/CLArgMinMaxLayerKernel.cpp",
164 "src/runtime/CL/functions/CLArgMinMaxLayer.cpp"
165 ]
166 }
167 },
168 "Add": {
169 "files": {
170 "common": [
171 "src/gpu/cl/kernels/ClElementwiseKernel.cpp",
172 "src/gpu/cl/operators/ClAdd.cpp"
173 ]
174 }
175 },
176 "BatchNormalization": {
177 "files": {
178 "common": [
179 "src/core/CL/kernels/CLBatchNormalizationLayerKernel.cpp",
180 "src/core/CL/kernels/CLFuseBatchNormalizationKernel.cpp",
181 "src/runtime/CL/functions/CLBatchNormalizationLayer.cpp",
182 "src/runtime/CL/functions/CLFuseBatchNormalization.cpp"
183 ]
184 }
185 },
186 "BatchToSpace": {
187 "files": {
188 "common": [
189 "src/core/CL/kernels/CLBatchToSpaceLayerKernel.cpp",
190 "src/runtime/CL/functions/CLBatchToSpaceLayer.cpp"
191 ]
192 }
193 },
194 "Bitwise": {
195 "files": {
196 "common": [ "src/core/CL/kernels/CLBitwiseKernel.cpp" ]
197 }
198 },
199 "BitwiseAnd": {
200 "deps": [ "Bitwise" ],
201 "files": {
202 "common": [ "src/runtime/CL/functions/CLBitwiseAnd.cpp" ]
203 }
204 },
205 "BitwiseNot": {
206 "deps": [ "Bitwise" ],
207 "files": {
208 "common": [ "src/runtime/CL/functions/CLBitwiseNot.cpp" ]
209 }
210 },
211 "BitwiseOr": {
212 "deps": [ "Bitwise" ],
213 "files": {
214 "common": [ "src/runtime/CL/functions/CLBitwiseOr.cpp" ]
215 }
216 },
217 "BitwiseXor": {
218 "deps": [ "Bitwise" ],
219 "files": {
220 "common": [ "src/runtime/CL/functions/CLBitwiseXor.cpp" ]
221 }
222 },
223 "BoundingBoxTransform": {
224 "files": {
225 "common": [
226 "src/core/CL/kernels/CLBoundingBoxTransformKernel.cpp",
227 "src/runtime/CL/functions/CLBoundingBoxTransform.cpp"
228 ]
229 }
230 },
231 "Cast": {
232 "files": {
233 "common": [
234 "src/gpu/cl/kernels/ClCastKernel.cpp",
235 "src/gpu/cl/operators/ClCast.cpp",
236 "src/runtime/CL/functions/CLCast.cpp"
237 ]
238 }
239 },
240 "ChannelShuffle": {
241 "files": {
242 "common": [
243 "src/core/CL/kernels/CLChannelShuffleLayerKernel.cpp",
244 "src/runtime/CL/functions/CLChannelShuffleLayer.cpp"
245 ]
246 }
247 },
248 "Comparison": {
249 "files": {
250 "common": [
251 "src/core/CL/kernels/CLComparisonKernel.cpp",
252 "src/runtime/CL/functions/CLComparison.cpp"
253 ]
254 }
255 },
256 "Concatenate": {
257 "files": {
258 "common": [
259 "src/gpu/cl/kernels/ClBatchConcatenateKernel.cpp",
260 "src/gpu/cl/kernels/ClDepthConcatenateKernel.cpp",
261 "src/gpu/cl/kernels/ClHeightConcatenateKernel.cpp",
262 "src/gpu/cl/kernels/ClWidthConcatenate2TensorsKernel.cpp",
263 "src/gpu/cl/kernels/ClWidthConcatenate4TensorsKernel.cpp",
264 "src/gpu/cl/kernels/ClWidthConcatenateKernel.cpp",
265 "src/gpu/cl/operators/ClConcatenate.cpp",
266 "src/runtime/CL/functions/CLConcatenateLayer.cpp"
267 ]
268 }
269 },
270 "Conv2d": {
271 "deps": [
272 "Activation",
273 "ElementwiseBinary",
274 "FFT2D",
275 "Gemm",
276 "Mul",
277 "Pad",
278 "Permute",
279 "Reduction",
280 "Reshape",
281 "Reverse",
282 "Slice"
283 ],
284 "files": {
285 "common": [
286 "src/gpu/cl/kernels/ClDirectConv2dKernel.cpp",
287 "src/gpu/cl/kernels/ClWinogradFilterTransformKernel.cpp",
288 "src/gpu/cl/kernels/ClWinogradInputTransformKernel.cpp",
289 "src/gpu/cl/kernels/ClWinogradOutputTransformKernel.cpp",
290 "src/gpu/cl/kernels/ClIm2ColKernel.cpp",
291 "src/gpu/cl/kernels/ClCol2ImKernel.cpp",
292 "src/gpu/cl/operators/ClConv2d.cpp",
293 "src/gpu/cl/operators/ClDirectConv2d.cpp",
294 "src/gpu/cl/operators/ClGemmConv2d.cpp",
295 "src/gpu/cl/operators/ClWinogradConv2d.cpp",
296 "src/gpu/cl/kernels/ClWeightsReshapeKernel.cpp",
297 "src/runtime/CL/functions/CLConvolutionLayer.cpp",
298 "src/runtime/CL/functions/CLDirectConvolutionLayer.cpp",
299 "src/runtime/CL/functions/CLFFTConvolutionLayer.cpp",
300 "src/runtime/CL/functions/CLGEMMConvolutionLayer.cpp",
301 "src/runtime/CL/functions/CLWinogradConvolutionLayer.cpp"
302 ]
303 }
304 },
Giorgio Arena273c28c2021-10-14 15:59:15 +0100305 "Conv3d": {
306 "files": {
307 "common": [
308 "src/gpu/cl/kernels/ClDirectConv3dKernel.cpp",
309 "src/gpu/cl/operators/ClDirectConv3d.cpp",
310 "src/runtime/CL/functions/CLConv3D.cpp"
311 ]
312 }
313 },
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100314 "Copy": {
315 "files": {
316 "common": [
317 "src/gpu/cl/kernels/ClCopyKernel.cpp",
318 "src/gpu/cl/operators/ClCopy.cpp",
319 "src/runtime/CL/functions/CLCopy.cpp"
320 ]
321 }
322 },
323 "CropResize": {
324 "deps": [ "Copy", "Fill", "Scale" ],
325 "files": {
326 "common": [
327 "src/gpu/cl/kernels/ClCropKernel.cpp",
328 "src/gpu/cl/operators/ClCrop.cpp",
329 "src/runtime/CL/functions/CLCrop.cpp",
330 "src/runtime/CL/functions/CLCropResize.cpp"
331 ]
332 }
333 },
334 "Deconv2d": {
335 "deps": [ "Conv2d", "Reverse", "Transpose"],
336 "files": {
337 "common": [
338 "src/core/CL/kernels/CLDeconvolutionLayerUpsampleKernel.cpp",
339 "src/core/CL/kernels/CLDeconvolutionReshapeOutputKernel.cpp",
340 "src/runtime/CL/functions/CLDeconvolutionLayer.cpp",
341 "src/runtime/CL/functions/CLDeconvolutionLayerUpsample.cpp",
342 "src/runtime/CL/functions/CLDirectDeconvolutionLayer.cpp",
343 "src/runtime/CL/functions/CLGEMMDeconvolutionLayer.cpp"
344 ]
345 }
346 },
347 "DepthConvert": {
348 "deps": [ "Cast"],
349 "files": {
350 "common": [ "src/runtime/CL/functions/CLDepthConvertLayer.cpp" ]
351 }
352 },
353 "DepthToSpace": {
354 "files": {
355 "common": [
356 "src/core/CL/kernels/CLDepthToSpaceLayerKernel.cpp",
357 "src/runtime/CL/functions/CLDepthToSpaceLayer.cpp"
358 ]
359 }
360 },
361 "DepthwiseConv2d": {
362 "deps": [ "Permute" ],
363 "files": {
364 "common": [
365 "src/core/CL/kernels/CLDepthwiseConvolutionLayerNativeKernel.cpp",
366 "src/runtime/CL/functions/CLDepthwiseConvolutionLayer.cpp"
367 ]
368 }
369 },
370 "Dequantize": {
371 "files": {
372 "common": [
373 "src/gpu/cl/kernels/ClDequantizeKernel.cpp",
374 "src/gpu/cl/operators/ClDequantize.cpp",
375 "src/runtime/CL/functions/CLDequantizationLayer.cpp"
376 ]
377 }
378 },
379 "ElementwiseBinary": {
380 "deps": ["Add", "Sub"],
381 "files": {
382 "common": [
383 "src/gpu/cl/kernels/ClElementwiseKernel.cpp",
384 "src/gpu/cl/operators/ClElementwiseOperations.cpp",
385 "src/runtime/CL/functions/CLElementwiseOperations.cpp"
386 ]
387 }
388 },
389 "ElementwiseUnary":{
390 "files": {
391 "common": [
392 "src/gpu/cl/kernels/ClElementwiseUnaryKernel.cpp",
393 "src/gpu/cl/operators/ClElementwiseUnary.cpp",
394 "src/runtime/CL/functions/CLElementwiseUnaryLayer.cpp"
395 ]
396 }
397 },
398 "FFT1D": {
399 "files": {
400 "common": [
401 "src/core/CL/kernels/CLFFTDigitReverseKernel.cpp",
402 "src/core/CL/kernels/CLFFTRadixStageKernel.cpp",
403 "src/core/CL/kernels/CLFFTScaleKernel.cpp",
404 "src/runtime/CL/functions/CLFFT1D.cpp"
405 ]
406 }
407 },
408 "FFT2D": {
409 "deps": [ "FFT1D" ],
410 "files": {
411 "common": [ "src/runtime/CL/functions/CLFFT2D.cpp" ]
412 }
413 },
414 "Fill": {
415 "files": {
416 "common": [
417 "src/gpu/cl/kernels/ClFillKernel.cpp",
418 "src/gpu/cl/operators/ClFill.cpp",
419 "src/runtime/CL/functions/CLFill.cpp"
420 ]
421 }
422 },
423 "Flatten": {
424 "files": {
425 "common": [
426 "src/gpu/cl/operators/ClFlatten.cpp",
427 "src/runtime/CL/functions/CLFlattenLayer.cpp"
428 ]
429 }
430 },
431 "Floor": {
432 "files": {
433 "common": [
434 "src/gpu/cl/kernels/ClFloorKernel.cpp",
435 "src/gpu/cl/operators/ClFloor.cpp",
436 "src/runtime/CL/functions/CLFloor.cpp"
437 ]
438 }
439 },
440 "FullyConnected": {
441 "deps": [ "Flatten", "Gemm", "Transpose"],
442 "files": {
443 "common": [
444 "src/gpu/cl/kernels/ClConvertFullyConnectedWeightsKernel.cpp",
445 "src/gpu/cl/operators/ClConvertFullyConnectedWeights.cpp",
446 "src/gpu/cl/operators/ClFullyConnected.cpp",
447 "src/runtime/CL/functions/CLConvertFullyConnectedWeights.cpp",
448 "src/runtime/CL/functions/CLFullyConnectedLayer.cpp"
449 ]
450 }
451 },
452 "Gather": {
453 "files": {
454 "common": [
455 "src/core/CL/kernels/CLGatherKernel.cpp",
456 "src/runtime/CL/functions/CLGather.cpp"]
457 }
458 },
459 "Gemm": {
460 "deps": [ "Cast" ],
461 "files": {
462 "common": [
463 "src/gpu/cl/kernels/gemm/ClGemmHelpers.cpp",
464 "src/gpu/cl/kernels/gemm/native/ClGemmDefaultConfigNativeBifrost.cpp",
465 "src/gpu/cl/kernels/gemm/native/ClGemmDefaultConfigNativeMidgard.cpp",
466 "src/gpu/cl/kernels/gemm/native/ClGemmDefaultConfigNativeValhall.cpp",
467 "src/gpu/cl/kernels/gemm/reshaped/ClGemmDefaultConfigReshapedBifrost.cpp",
468 "src/gpu/cl/kernels/gemm/reshaped/ClGemmDefaultConfigReshapedValhall.cpp",
469 "src/gpu/cl/kernels/gemm/reshaped_only_rhs/ClGemmDefaultConfigReshapedRhsOnlyBifrost.cpp",
470 "src/gpu/cl/kernels/gemm/reshaped_only_rhs/ClGemmDefaultConfigReshapedRhsOnlyValhall.cpp",
471 "src/gpu/cl/kernels/ClGemmLowpMatrixMultiplyNativeKernel.cpp",
472 "src/gpu/cl/kernels/ClGemmLowpMatrixMultiplyReshapedKernel.cpp",
473 "src/gpu/cl/kernels/ClGemmLowpMatrixMultiplyReshapedOnlyRhsKernel.cpp",
474 "src/gpu/cl/kernels/ClGemmLowpOffsetContributionKernel.cpp",
475 "src/gpu/cl/kernels/ClGemmLowpOffsetContributionOutputStageKernel.cpp",
476 "src/gpu/cl/kernels/ClGemmLowpQuantizeDownInt32ScaleByFixedPointKernel.cpp",
477 "src/gpu/cl/kernels/ClGemmLowpQuantizeDownInt32ScaleByFloatKernel.cpp",
478 "src/gpu/cl/kernels/ClGemmLowpQuantizeDownInt32ScaleKernel.cpp",
479 "src/gpu/cl/kernels/ClGemmMatrixMultiplyKernel.cpp",
480 "src/gpu/cl/kernels/ClGemmMatrixMultiplyNativeKernel.cpp",
481 "src/gpu/cl/kernels/ClGemmMatrixMultiplyReshapedKernel.cpp",
482 "src/gpu/cl/kernels/ClGemmMatrixMultiplyReshapedOnlyRhsKernel.cpp",
483 "src/gpu/cl/kernels/ClGemmReshapeLhsMatrixKernel.cpp",
484 "src/gpu/cl/kernels/ClGemmReshapeRhsMatrixKernel.cpp",
485 "src/gpu/cl/kernels/ClGemmLowpReductionKernel.cpp",
486 "src/gpu/cl/operators/ClGemm.cpp",
487 "src/gpu/cl/operators/ClGemmLowpMatrixMultiplyCore.cpp",
488 "src/gpu/cl/operators/ClGemmLowpOutputStage.cpp",
489 "src/runtime/CL/gemm/CLGEMMDefaultTypeBifrost.cpp",
490 "src/runtime/CL/gemm/CLGEMMDefaultTypeMidgard.cpp",
491 "src/runtime/CL/gemm/CLGEMMDefaultTypeValhall.cpp",
492 "src/runtime/CL/gemm_auto_heuristics/CLGEMMAutoHeuristics.cpp",
493 "src/runtime/CL/functions/CLGEMM.cpp",
494 "src/runtime/CL/functions/CLGEMMLowpMatrixMultiplyCore.cpp",
495 "src/runtime/CL/functions/CLGEMMLowpOutputStage.cpp"
496 ]
497 }
498 },
499 "GenerateProposals": {
500 "deps": [ "BoundingBoxTransform", "Dequantize", "Pad", "Permute", "Quantize", "Reshape" ],
501 "files": {
502 "common": [
503 "src/core/CL/kernels/CLGenerateProposalsLayerKernel.cpp",
504 "src/runtime/CL/functions/CLGenerateProposalsLayer.cpp"
505 ]
506 }
507 },
508 "InstanceNormalize": {
509 "files": {
510 "common": [
511 "src/core/CL/kernels/CLInstanceNormalizationLayerKernel.cpp",
512 "src/runtime/CL/functions/CLInstanceNormalizationLayer.cpp"
513 ]
514 }
515 },
516 "L2Normalize": {
517 "deps": [ "Reduction" ],
518 "files": {
519 "common": [
520 "src/core/CL/kernels/CLL2NormalizeLayerKernel.cpp",
521 "src/runtime/CL/functions/CLL2NormalizeLayer.cpp"
522 ]
523 }
524 },
525 "Logical": {
526 "files": {
527 "common": [
528 "src/gpu/cl/operators/ClLogicalNot.cpp",
529 "src/runtime/CL/functions/CLLogicalAnd.cpp",
530 "src/runtime/CL/functions/CLLogicalNot.cpp",
531 "src/runtime/CL/functions/CLLogicalOr.cpp"
532 ]
533 }
534 },
535 "LSTM": {
536 "deps": [
537 "Activation",
538 "Concatenate",
539 "Copy",
540 "Dequantize",
541 "ElementwiseBinary",
542 "Fill",
543 "FullyConnected",
544 "Gemm",
545 "MeanStdDevNormalize",
546 "Mul",
547 "Quantize",
548 "Slice",
549 "Transpose"
550 ],
551 "files": {
552 "common": [
553 "src/core/CL/kernels/CLQLSTMLayerNormalizationKernel.cpp",
554 "src/runtime/CL/functions/CLQLSTMLayer.cpp",
555 "src/runtime/CL/functions/CLLSTMLayer.cpp",
556 "src/runtime/CL/functions/CLLSTMLayerQuantized.cpp"
557 ]
558 }
559 },
560 "MaxUnpool2d": {
561 "deps": [ "Fill" ],
562 "files": {
563 "common": [
564 "src/core/CL/kernels/CLMaxUnpoolingLayerKernel.cpp",
565 "src/runtime/CL/functions/CLMaxUnpoolingLayer.cpp"
566 ]
567 }
568 },
569 "MeanStdDevNormalize": {
570 "deps": [ "Reduction" ],
571 "files": {
572 "common": [
573 "src/core/CL/kernels/CLMeanStdDevNormalizationKernel.cpp",
574 "src/runtime/CL/functions/CLMeanStdDevNormalizationLayer.cpp",
575 "src/runtime/CL/functions/CLReduceMean.cpp"
576 ]
577 }
578 },
579 "Mul": {
580 "files": {
581 "common": [
582 "src/gpu/cl/kernels/ClMulKernel.cpp",
583 "src/gpu/cl/operators/ClMul.cpp",
584 "src/runtime/CL/functions/CLPixelWiseMultiplication.cpp"
585 ]
586 }
587 },
588 "Normalize": {
589 "files": {
590 "common": [
591 "src/core/CL/kernels/CLNormalizationLayerKernel.cpp",
592 "src/runtime/CL/functions/CLNormalizationLayer.cpp"
593 ]
594 }
595 },
596 "Pad": {
597 "deps": [ "Copy" ],
598 "files": {
599 "common": [
600 "src/core/CL/kernels/CLPadLayerKernel.cpp",
601 "src/runtime/CL/functions/CLPadLayer.cpp"
602 ]
603 }
604 },
605 "Permute": {
606 "files": {
607 "common": [
608 "src/gpu/cl/kernels/ClPermuteKernel.cpp",
609 "src/gpu/cl/operators/ClPermute.cpp",
610 "src/runtime/CL/functions/CLPermute.cpp"
611 ]
612 }
613 },
614 "Pool2d": {
615 "files": {
616 "common": [
617 "src/gpu/cl/kernels/ClPool2dKernel.cpp",
618 "src/gpu/cl/operators/ClPool2d.cpp",
619 "src/runtime/CL/functions/CLPoolingLayer.cpp"
620 ]
621 }
622 },
623 "PRelu": {
624 "deps": [ "ElementwiseBinary" ],
625 "files": {
626 "common": [
627 "src/gpu/cl/operators/ClPRelu.cpp",
628 "src/runtime/CL/functions/CLPReluLayer.cpp"
629 ]
630 }
631 },
632 "PriorBox": {
633 "files": {
634 "common": [
635 "src/core/CL/kernels/CLPriorBoxLayerKernel.cpp",
636 "src/runtime/CL/functions/CLPriorBoxLayer.cpp"
637 ]
638 }
639 },
640 "Quantize": {
641 "files": {
642 "common": [
643 "src/gpu/cl/kernels/ClQuantizeKernel.cpp",
644 "src/gpu/cl/operators/ClQuantize.cpp",
645 "src/runtime/CL/functions/CLQuantizationLayer.cpp"
646 ]
647 }
648 },
649 "Range": {
650 "files": {
651 "common": [
652 "src/core/CL/kernels/CLRangeKernel.cpp",
653 "src/runtime/CL/functions/CLRange.cpp"
654 ]
655 }
656 },
657 "Reduction": {
658 "deps": [ "Reshape" ],
659 "files": {
660 "common": [
661 "src/core/CL/kernels/CLReductionOperationKernel.cpp",
662 "src/runtime/CL/functions/CLReductionOperation.cpp"
663 ]
664 }
665 },
666 "Remap": {
667 "files": {
668 "common": [
669 "src/core/CL/kernels/CLRemapKernel.cpp",
670 "src/runtime/CL/functions/CLRemap.cpp"]
671 }
672 },
673 "Reorg": {
674 "files": {
675 "common": [
676 "src/core/CL/kernels/CLReorgLayerKernel.cpp",
677 "src/runtime/CL/functions/CLReorgLayer.cpp"
678 ]
679 }
680 },
681 "Reshape": {
682 "files": {
683 "common": [
684 "src/gpu/cl/kernels/ClReshapeKernel.cpp",
685 "src/gpu/cl/operators/ClReshape.cpp",
686 "src/runtime/CL/functions/CLReshapeLayer.cpp"
687 ]
688 }
689 },
690 "Reverse": {
691 "files": {
692 "common": [
693 "src/core/CL/kernels/CLReverseKernel.cpp",
694 "src/runtime/CL/functions/CLReverse.cpp"
695 ]
696 }
697 },
698 "RNN": {
699 "deps": [ "Activation", "Cast", "ElementwiseBinary", "FullyConnected", "Gemm"],
700 "files": {
701 "common": [ "src/runtime/CL/functions/CLRNNLayer.cpp" ]
702 }
703 },
704 "ROIAlign": {
705 "files": {
706 "common": [
707 "src/core/CL/kernels/CLROIAlignLayerKernel.cpp",
708 "src/runtime/CL/functions/CLROIAlignLayer.cpp"
709 ]
710 }
711 },
712 "ROIPool2d": {
713 "files": {
714 "common": [
715 "src/core/CL/kernels/CLROIPoolingLayerKernel.cpp",
716 "src/runtime/CL/functions/CLROIPoolingLayer.cpp"
717 ]
718 }
719 },
720 "Scale": {
721 "files": {
722 "common": [
723 "src/gpu/cl/kernels/ClScaleKernel.cpp",
724 "src/gpu/cl/operators/ClScale.cpp",
725 "src/runtime/CL/functions/CLScale.cpp"
726 ]
727 }
728 },
729 "Select": {
730 "files": {
731 "common": [
732 "src/core/CL/kernels/CLSelectKernel.cpp",
733 "src/runtime/CL/functions/CLSelect.cpp"
734 ]
735 }
736 },
737 "Slice": {
738 "deps": [ "StridedSlice" ],
739 "files": {
740 "common": [ "src/runtime/CL/functions/CLSlice.cpp" ]
741 }
742 },
743 "Softmax": {
744 "deps": [ "Permute" ],
745 "files": {
746 "common": [
747 "src/gpu/cl/kernels/ClSoftmaxKernel.cpp",
748 "src/gpu/cl/operators/ClSoftmax.cpp",
749 "src/runtime/CL/functions/CLSoftmaxLayer.cpp"
750 ]
751 }
752 },
753 "SpaceToBatch": {
754 "files": {
755 "common": [
756 "src/core/CL/kernels/CLSpaceToBatchLayerKernel.cpp",
757 "src/runtime/CL/functions/CLSpaceToBatchLayer.cpp"
758 ]
759 }
760 },
761 "SpaceToDepth": {
762 "files": {
763 "common": [
764 "src/core/CL/kernels/CLSpaceToDepthLayerKernel.cpp",
765 "src/runtime/CL/functions/CLSpaceToDepthLayer.cpp"
766 ]
767 }
768 },
769 "Split": {
770 "deps": [ "StridedSlice" ],
771 "files": {
772 "common": [ "src/runtime/CL/functions/CLSplit.cpp" ]
773 }
774 },
775 "Stack": {
776 "files": {
777 "common": [
778 "src/core/CL/kernels/CLStackLayerKernel.cpp",
779 "src/runtime/CL/functions/CLStackLayer.cpp"
780 ]
781 }
782 },
783 "StridedSlice": {
784 "files": {
785 "common": [
786 "src/core/CL/kernels/CLStridedSliceKernel.cpp",
787 "src/runtime/CL/functions/CLStridedSlice.cpp"
788 ]
789 }
790 },
791 "Sub": {
792 "files": {
793 "common": [
794 "src/gpu/cl/kernels/ClElementwiseKernel.cpp",
795 "src/gpu/cl/operators/ClSub.cpp"
796 ]
797 }
798 },
799 "Tile": {
800 "files": {
801 "common": [
802 "src/core/CL/kernels/CLTileKernel.cpp",
803 "src/runtime/CL/functions/CLTile.cpp"
804 ]
805 }
806 },
807 "Transpose": {
808 "files": {
809 "common": [
810 "src/gpu/cl/kernels/ClTransposeKernel.cpp",
811 "src/gpu/cl/operators/ClTranspose.cpp",
812 "src/runtime/CL/functions/CLTranspose.cpp"
813 ]
814 }
815 },
816 "Unstack": {
817 "deps": [ "StridedSlice" ],
818 "files": {
819 "common": [ "src/runtime/CL/functions/CLUnstack.cpp" ]
820 }
821 },
822 "YUVNormalize": {
823 "files": {
824 "common": [
825 "src/core/CL/kernels/CLNormalizePlanarYUVLayerKernel.cpp",
826 "src/runtime/CL/functions/CLNormalizePlanarYUVLayer.cpp"
827 ]
Michalis Spyrou20fca522021-06-07 14:23:57 +0100828 }
Georgios Pinitasbdcdc392021-04-22 16:42:03 +0100829 }
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100830 }
831},
Michalis Spyrou20fca522021-06-07 14:23:57 +0100832 "cpu": {
Georgios Pinitas13ef1762021-07-14 17:14:43 +0100833 "common": [
Michalis Spyrou20fca522021-06-07 14:23:57 +0100834 "src/cpu/CpuContext.cpp",
835 "src/cpu/CpuQueue.cpp",
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100836 "src/cpu/CpuTensor.cpp",
837 "src/core/NEON/kernels/NEFillBorderKernel.cpp",
838 "src/runtime/NEON/INEOperator.cpp",
839 "src/runtime/NEON/INESimpleFunction.cpp",
840 "src/runtime/NEON/INESimpleFunctionNoBorder.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +0100841 ],
842 "operators": {
843 "Activation": {
844 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100845 "common": [
846 "src/cpu/operators/CpuActivation.cpp",
847 "src/cpu/kernels/CpuActivationKernel.cpp",
848 "src/runtime/NEON/functions/NEActivationLayer.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +0100849 ],
Michalis Spyrou20fca522021-06-07 14:23:57 +0100850 "neon": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100851 "fp16": [ "src/cpu/kernels/activation/neon/fp16.cpp" ],
852 "fp32": [ "src/cpu/kernels/activation/neon/fp32.cpp" ],
853 "qasymm8": [ "src/cpu/kernels/activation/neon/qasymm8.cpp" ],
854 "qasymm8_signed": [ "src/cpu/kernels/activation/neon/qasymm8_signed.cpp" ],
855 "qsymm16": [ "src/cpu/kernels/activation/neon/qsymm16.cpp" ]
856 },
857 "sve": {
858 "fp16": [ "src/cpu/kernels/activation/sve/fp16.cpp" ],
859 "fp32": [ "src/cpu/kernels/activation/sve/fp32.cpp" ],
860 "qasymm8": [ "src/cpu/kernels/activation/neon/qasymm8.cpp", "src/cpu/kernels/activation/sve/qasymm8.cpp" ],
861 "qasymm8_signed": [ "src/cpu/kernels/activation/neon/qasymm8_signed.cpp", "src/cpu/kernels/activation/sve/qasymm8_signed.cpp" ],
862 "qsymm16": [ "src/cpu/kernels/activation/neon/qsymm16.cpp", "src/cpu/kernels/activation/sve/qsymm16.cpp" ]
Michalis Spyrou20fca522021-06-07 14:23:57 +0100863 }
864 }
865 },
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100866 "ArgMinMax": {
867 "deps": [ "Reduction" ],
868 "files": {
869 "common": [ "src/runtime/NEON/functions/NEArgMinMaxLayer.cpp" ]
870 }
871 },
Michalis Spyrou20fca522021-06-07 14:23:57 +0100872 "Add": {
873 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100874 "common": [
875 "src/cpu/operators/CpuAdd.cpp",
876 "src/cpu/kernels/CpuAddKernel.cpp",
877 "src/runtime/NEON/functions/NEArithmeticAddition.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +0100878 ],
Michalis Spyrou20fca522021-06-07 14:23:57 +0100879 "neon": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100880 "qasymm8": [ "src/cpu/kernels/add/neon/qasymm8.cpp" ],
881 "qasymm8_signed": [ "src/cpu/kernels/add/neon/qasymm8_signed.cpp" ],
882 "qsymm16": [ "src/cpu/kernels/add/neon/qsymm16.cpp" ]
883 },
884 "sve": {
885 "common": [ "src/cpu/kernels/add/sve/impl.cpp" ],
886 "qasymm8": [ "src/cpu/kernels/add/neon/qasymm8.cpp", "src/cpu/kernels/add/sve/qasymm8.cpp" ],
887 "qasymm8_signed": [ "src/cpu/kernels/add/neon/qasymm8_signed.cpp", "src/cpu/kernels/add/sve/qasymm8_signed.cpp" ],
888 "qsymm16": [ "src/cpu/kernels/add/neon/qsymm16.cpp", "src/cpu/kernels/add/sve/qsymm16.cpp" ]
Michalis Spyrou20fca522021-06-07 14:23:57 +0100889 }
890 }
891 },
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100892 "BatchNormalize": {
Michalis Spyrou20fca522021-06-07 14:23:57 +0100893 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100894 "common": [
895 "src/core/NEON/kernels/NEBatchNormalizationLayerKernel.cpp",
896 "src/core/NEON/kernels/NEFuseBatchNormalizationKernel.cpp",
897 "src/runtime/NEON/functions/NEBatchNormalizationLayer.cpp",
898 "src/runtime/NEON/functions/NEFuseBatchNormalization.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +0100899 ],
Michalis Spyrou20fca522021-06-07 14:23:57 +0100900 "neon": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100901 "fp16": [ "src/core/NEON/kernels/batchnormalization/impl/NEON/fp16.cpp" ],
902 "fp32": [ "src/core/NEON/kernels/batchnormalization/impl/NEON/fp32.cpp" ]
903 },
904 "sve": {
905 "fp16": [ "src/core/NEON/kernels/batchnormalization/impl/SVE/fp16.cpp" ],
906 "fp32": [ "src/core/NEON/kernels/batchnormalization/impl/SVE/fp32.cpp" ]
Michalis Spyrou20fca522021-06-07 14:23:57 +0100907 }
908 }
909 },
910 "BatchToSpace": {
911 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100912 "common": [
913 "src/core/NEON/kernels/NEBatchToSpaceLayerKernel.cpp",
914 "src/runtime/NEON/functions/NEBatchToSpaceLayer.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +0100915 ]
916 }
917 },
918 "BitwiseAnd": {
919 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100920 "common": [
921 "src/core/NEON/kernels/NEBitwiseAndKernel.cpp",
922 "src/runtime/NEON/functions/NEBitwiseAnd.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +0100923 ]
924 }
925 },
926 "BitwiseNot": {
927 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100928 "common": [
929 "src/core/NEON/kernels/NEBitwiseNotKernel.cpp",
930 "src/runtime/NEON/functions/NEBitwiseNot.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +0100931 ]
932 }
933 },
934 "BitwiseOr": {
935 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100936 "common": [
937 "src/core/NEON/kernels/NEBitwiseOrKernel.cpp",
938 "src/runtime/NEON/functions/NEBitwiseOr.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +0100939 ]
940 }
941 },
942 "BitwiseXor": {
943 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100944 "common": [
945 "src/core/NEON/kernels/NEBitwiseXorKernel.cpp",
946 "src/runtime/NEON/functions/NEBitwiseXor.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +0100947 ]
948 }
949 },
950 "BoundingBoxTransform": {
951 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100952 "common": [
953 "src/core/NEON/kernels/NEBoundingBoxTransformKernel.cpp",
954 "src/runtime/NEON/functions/NEBoundingBoxTransform.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +0100955 ]
956 }
957 },
958 "Cast": {
959 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100960 "common": [
961 "src/cpu/operators/CpuCast.cpp",
962 "src/cpu/kernels/CpuCastKernel.cpp",
963 "src/runtime/NEON/functions/NECast.cpp"
964 ]
965 }
966 },
967 "ChannelShuffle": {
968 "files": {
969 "common": [
970 "src/core/NEON/kernels/NEChannelShuffleLayerKernel.cpp",
971 "src/runtime/NEON/functions/NEChannelShuffleLayer.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +0100972 ]
973 }
974 },
975 "Concatenate": {
976 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100977 "common": [
978 "src/cpu/operators/CpuConcatenate.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100979 "src/cpu/kernels/CpuConcatenateWidthKernel.cpp",
980 "src/cpu/kernels/CpuConcatenateBatchKernel.cpp",
981 "src/cpu/kernels/CpuConcatenateDepthKernel.cpp",
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100982 "src/cpu/kernels/CpuConcatenateHeightKernel.cpp",
983 "src/runtime/NEON/functions/NEConcatenateLayer.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +0100984 ]
985 }
986 },
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100987 "Conv2d": {
988 "deps": [
989 "Activation",
990 "ElementwiseBinary",
991 "FFT2D",
992 "Gemm",
993 "Mul",
994 "Pad",
995 "Permute",
996 "Reshape",
997 "Reverse",
998 "Slice"
999 ],
Michalis Spyrou20fca522021-06-07 14:23:57 +01001000 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001001 "common": [
1002 "src/cpu/operators/CpuConv2d.cpp",
1003 "src/cpu/operators/CpuDirectConv2d.cpp",
1004 "src/cpu/operators/CpuGemmDirectConv2d.cpp",
1005 "src/cpu/operators/CpuGemmConv2d.cpp",
1006 "src/cpu/operators/CpuWinogradConv2d.cpp",
1007 "src/cpu/operators/internal/CpuGemmAssemblyDispatch.cpp",
1008 "src/cpu/kernels/CpuDirectConv2dKernel.cpp",
1009 "src/cpu/kernels/CpuDirectConv2dOutputStageKernel.cpp",
1010 "src/cpu/kernels/CpuWinogradConv2dKernel.cpp",
1011 "src/cpu/kernels/CpuCol2ImKernel.cpp",
1012 "src/cpu/kernels/CpuIm2ColKernel.cpp",
1013 "src/cpu/kernels/CpuWeightsReshapeKernel.cpp",
1014 "src/core/NEON/kernels/convolution/common/padding.cpp",
1015 "src/core/NEON/kernels/convolution/common/qasymm8.cpp",
1016 "src/core/NEON/kernels/convolution/common/qsymm8.cpp",
1017 "src/core/NEON/kernels/convolution/common/utils.cpp",
1018 "src/core/NEON/kernels/convolution/winograd/padding.cpp",
1019 "src/core/NEON/kernels/convolution/winograd/winograd.cpp",
1020 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/input_1x8_fp32_fp32_integers.cpp",
1021 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/input_4x4_fp16_fp16_integers.cpp",
1022 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/input_4x4_fp32_fp32_integers.cpp",
1023 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/input_6x6_fp16_fp16_integers.cpp",
1024 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/input_6x6_fp32_fp32_integers.cpp",
1025 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/output_2_7_fp32_fp32_integers.cpp",
1026 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/output_2x2_3x3_fp32_fp32_integers.cpp",
1027 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/output_2x2_5x5_fp32_fp32_integers.cpp",
1028 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/output_4_5_fp32_fp32_integers.cpp",
1029 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/output_4x4_3x3_fp16_fp16_integers.cpp",
1030 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/output_4x4_3x3_fp32_fp32_integers.cpp",
1031 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/output_6_3_fp32_fp32_integers.cpp",
1032 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/weights_2_7_fp32_fp32_integers.cpp",
1033 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/weights_2x2_3x3_fp32_fp32_integers.cpp",
1034 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/weights_2x2_5x5_fp32_fp32_integers.cpp",
1035 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/weights_4_5_fp32_fp32_integers.cpp",
1036 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/weights_4x4_3x3_fp16_fp16_integers.cpp",
1037 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/weights_4x4_3x3_fp32_fp32_integers.cpp",
1038 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/weights_6_3_fp32_fp32_integers.cpp",
1039 "src/runtime/NEON/functions/NEConvolutionLayer.cpp",
1040 "src/runtime/NEON/functions/NEDirectConvolutionLayer.cpp",
1041 "src/runtime/NEON/functions/NEFFTConvolutionLayer.cpp",
1042 "src/runtime/NEON/functions/NEGEMMConv2d.cpp",
1043 "src/runtime/NEON/functions/NEGEMMConvolutionLayer.cpp",
1044 "src/runtime/NEON/functions/NEWinogradConvolutionLayer.cpp"
Michalis Spyroub55f8e82021-07-22 11:23:11 +01001045 ]
1046 }
1047 },
Michalis Spyrou20fca522021-06-07 14:23:57 +01001048 "Copy": {
1049 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001050 "common": [
1051 "src/cpu/operators/CpuCopy.cpp",
1052 "src/cpu/kernels/CpuCopyKernel.cpp",
1053 "src/runtime/NEON/functions/NECopy.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001054 ]
1055 }
1056 },
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001057 "CropResize": {
1058 "deps": [ "Scale" ],
Michalis Spyrou20fca522021-06-07 14:23:57 +01001059 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001060 "common": [
1061 "src/core/NEON/kernels/NECropKernel.cpp",
1062 "src/runtime/NEON/functions/NECropResize.cpp"
1063 ]
1064 }
1065 },
1066 "Deconv2d": {
1067 "deps": [ "Conv2d", "Reverse", "Transpose"],
1068 "files": {
1069 "common": [
1070 "src/runtime/NEON/functions/NEDeconvolutionLayer.cpp"
1071 ]
1072 }
1073 },
1074 "DepthConvert": {
1075 "deps": [ "Cast"],
1076 "files": {
1077 "common": [
1078 "src/runtime/NEON/functions/NEDepthConvertLayer.cpp"
1079 ]
1080 }
1081 },
1082 "DepthToSpace": {
1083 "files": {
1084 "common": [
1085 "src/core/NEON/kernels/NEDepthToSpaceLayerKernel.cpp",
1086 "src/runtime/NEON/functions/NEDepthToSpaceLayer.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001087 ]
1088 }
1089 },
1090 "DepthwiseConv2d": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001091 "deps": [ "Activation", "Permute" ],
Michalis Spyrou20fca522021-06-07 14:23:57 +01001092 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001093 "common": [
Georgios Pinitas7891a732021-08-20 21:39:25 +01001094 "src/cpu/operators/CpuDepthwiseConv2d.cpp",
1095 "src/cpu/operators/CpuDepthwiseConv2dAssemblyDispatch.cpp",
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001096 "src/cpu/kernels/CpuDepthwiseConv2dNativeKernel.cpp",
1097 "src/cpu/kernels/internal/CpuDepthwiseConv2dAssemblyWrapperKernel.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001098 "src/core/NEON/kernels/convolution/common/padding.cpp",
1099 "src/core/NEON/kernels/convolution/common/qasymm8.cpp",
1100 "src/core/NEON/kernels/convolution/common/qsymm8.cpp",
1101 "src/core/NEON/kernels/convolution/common/utils.cpp",
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001102 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_fp16.cpp",
1103 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_u8q.cpp",
1104 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_u8s8u8q.cpp",
1105 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/8b_mla.cpp",
1106 "src/runtime/NEON/functions/NEDepthwiseConvolutionLayer.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001107 ],
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001108 "neon": {
1109 "estate64": [
1110 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_s8q.cpp",
1111 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_fp32.cpp",
1112 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/a64_s8q_3x3_dot.cpp",
1113 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/a64_u8q_3x3_dot.cpp",
1114 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1115 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1116 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_direct.cpp",
1117 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_indirect.cpp",
1118 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_direct.cpp",
1119 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_indirect.cpp",
1120 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_direct.cpp",
1121 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_indirect.cpp",
1122 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1123 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1124 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1125 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp",
1126 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1127 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1128 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_direct.cpp",
1129 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_indirect.cpp",
1130 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_direct.cpp",
1131 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_indirect.cpp",
1132 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_direct.cpp",
1133 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_indirect.cpp",
1134 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1135 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1136 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1137 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_packed_to_nhwc_3x3_s2_with_multiplier_output3x3_mla_depthfirst/generic.cpp",
1138 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_packed_to_nhwc_5x5_s1_with_multiplier_output2x4_mla_depthfirst/generic.cpp",
1139 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp",
1140 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
1141 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1142 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
1143 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp",
1144 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1145 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_packed_to_nhwc_3x3_s2_with_multiplier_output2x4_dot_depthfirst/generic.cpp",
1146 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_packed_to_nhwc_5x5_s1_with_multiplier_output4x2_dot_depthfirst/generic.cpp",
1147 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp",
1148 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8qs_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
1149 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
1150 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1151 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
1152 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp",
1153 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1154 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_packed_to_nhwc_3x3_s2_with_multiplier_output2x4_dot_depthfirst/generic.cpp",
1155 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_packed_to_nhwc_5x5_s1_with_multiplier_output4x2_dot_depthfirst/generic.cpp",
1156 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp",
1157 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1158 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
1159 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp",
1160 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1161 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp"
1162 ]
1163 },
Michalis Spyrou20fca522021-06-07 14:23:57 +01001164 "sve": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001165 "common": [
1166 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_s8q.cpp",
1167 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_fp32.cpp",
Freddie Liardetd216f572021-08-03 15:57:32 +01001168 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/sve_8b_mla.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001169 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/sve_s8q_3x3_dot.cpp",
1170 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/sve_u8q_3x3_dot.cpp",
1171 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1172 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1173 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_direct.cpp",
1174 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_indirect.cpp",
1175 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_direct.cpp",
1176 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_indirect.cpp",
1177 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_direct.cpp",
1178 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_indirect.cpp",
1179 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1180 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1181 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1182 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1183 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1184 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst_strided/generic.cpp",
1185 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_direct.cpp",
1186 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_indirect.cpp",
1187 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_direct.cpp",
1188 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_indirect.cpp",
1189 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_direct.cpp",
1190 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_indirect.cpp",
1191 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1192 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1193 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1194 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_packed_to_nhwc_3x3_s2_with_multiplier_output3x3_mla_depthfirst/generic.cpp",
1195 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_packed_to_nhwc_5x5_s1_with_multiplier_output2x4_mla_depthfirst/generic.cpp",
1196 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp",
1197 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
1198 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1199 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
1200 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp",
1201 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_packed_to_nhwc_3x3_s2_with_multiplier_output2x4_dot_depthfirst/generic.cpp",
1202 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_packed_to_nhwc_5x5_s1_with_multiplier_output4x2_dot_depthfirst/generic.cpp",
1203 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8qs_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
1204 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
1205 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1206 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
1207 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp",
1208 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_packed_to_nhwc_3x3_s2_with_multiplier_output2x4_dot_depthfirst/generic.cpp",
1209 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_packed_to_nhwc_5x5_s1_with_multiplier_output4x2_dot_depthfirst/generic.cpp",
1210 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8s8u8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1211 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8s8u8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001212 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8s8u8q_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001213 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/a64_s8q_3x3_dot.cpp",
1214 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/a64_u8q_3x3_dot.cpp",
1215 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1216 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1217 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_direct.cpp",
1218 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_indirect.cpp",
1219 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_direct.cpp",
1220 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_indirect.cpp",
1221 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_direct.cpp",
1222 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_indirect.cpp",
1223 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1224 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1225 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1226 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp",
1227 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1228 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1229 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_direct.cpp",
1230 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_indirect.cpp",
1231 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_direct.cpp",
1232 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_indirect.cpp",
1233 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_direct.cpp",
1234 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_indirect.cpp",
1235 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1236 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1237 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1238 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_packed_to_nhwc_3x3_s2_with_multiplier_output3x3_mla_depthfirst/generic.cpp",
1239 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_packed_to_nhwc_5x5_s1_with_multiplier_output2x4_mla_depthfirst/generic.cpp",
1240 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp",
1241 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
1242 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1243 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
1244 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp",
1245 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1246 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_packed_to_nhwc_3x3_s2_with_multiplier_output2x4_dot_depthfirst/generic.cpp",
1247 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_packed_to_nhwc_5x5_s1_with_multiplier_output4x2_dot_depthfirst/generic.cpp",
1248 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp",
1249 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8qs_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
1250 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
1251 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1252 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
1253 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp",
1254 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1255 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_packed_to_nhwc_3x3_s2_with_multiplier_output2x4_dot_depthfirst/generic.cpp",
1256 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_packed_to_nhwc_5x5_s1_with_multiplier_output4x2_dot_depthfirst/generic.cpp",
1257 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp",
1258 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1259 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
1260 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp",
1261 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1262 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp"
1263 ]
1264 }
1265 }
1266 },
Michalis Spyrou20fca522021-06-07 14:23:57 +01001267 "Dequantize": {
1268 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001269 "common": [
1270 "src/cpu/operators/CpuDequantize.cpp",
1271 "src/cpu/kernels/CpuDequantizeKernel.cpp",
1272 "src/runtime/NEON/functions/NEDequantizationLayer.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001273 ]
1274 }
1275 },
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001276 "DetectionPostProcess": {
1277 "deps": [ "Dequantize" ],
Michalis Spyrou20fca522021-06-07 14:23:57 +01001278 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001279 "common" : [ "src/runtime/NEON/functions/NEDetectionPostProcessLayer.cpp" ]
Michalis Spyrou20fca522021-06-07 14:23:57 +01001280 }
1281 },
Sheri Zhang6d9c9822021-09-24 16:02:57 +01001282 "Conv3d": {
1283 "deps": [
1284 "Activation"
1285 ],
1286 "files": {
1287 "common": [
1288 "src/cpu/operators/CpuDirectConv3d.cpp",
1289 "src/cpu/kernels/CpuDirectConv3dKernel.cpp",
1290 "src/runtime/NEON/functions/NEConv3D.cpp"
1291 ]
1292 }
1293 },
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001294 "ElementwiseBinary": {
Michalis Spyrou20fca522021-06-07 14:23:57 +01001295 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001296 "common": [
1297 "src/cpu/operators/CpuElementwise.cpp",
1298 "src/cpu/kernels/CpuElementwiseKernel.cpp",
1299 "src/runtime/NEON/functions/NEElementwiseOperations.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001300 ],
1301 "sve": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001302 "common": [ "src/cpu/kernels/elementwise/sve/elementwise.cpp" ]
Michalis Spyrou20fca522021-06-07 14:23:57 +01001303 }
1304 }
1305 },
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001306 "ElementwiseUnary":{
Michalis Spyrou20fca522021-06-07 14:23:57 +01001307 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001308 "common": [
1309 "src/cpu/operators/CpuElementwiseUnary.cpp",
1310 "src/cpu/kernels/CpuElementwiseUnaryKernel.cpp",
1311 "src/runtime/NEON/functions/NEElementwiseUnaryLayer.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001312 ],
1313 "sve": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001314 "common": [ "src/cpu/kernels/elementwise/sve/elementwise_unary.cpp" ]
Michalis Spyrou20fca522021-06-07 14:23:57 +01001315 }
1316 }
1317 },
1318 "FFT1D": {
1319 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001320 "common": [
Michalis Spyrou20fca522021-06-07 14:23:57 +01001321 "src/core/NEON/kernels/NEFFTDigitReverseKernel.cpp",
1322 "src/core/NEON/kernels/NEFFTRadixStageKernel.cpp",
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001323 "src/core/NEON/kernels/NEFFTScaleKernel.cpp",
1324 "src/runtime/NEON/functions/NEFFT1D.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001325 ]
1326 }
1327 },
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001328 "FFT2D": {
1329 "deps": [ "FFT1D" ],
Michalis Spyrou20fca522021-06-07 14:23:57 +01001330 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001331 "common": [
1332 "src/runtime/NEON/functions/NEFFT2D.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001333 ]
1334 }
1335 },
1336 "Fill": {
1337 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001338 "common": [
1339 "src/cpu/operators/CpuFill.cpp",
1340 "src/cpu/kernels/CpuFillKernel.cpp",
1341 "src/runtime/NEON/functions/NEFill.cpp"
1342 ]
1343 }
1344 },
1345 "Flatten": {
1346 "deps: ": [ "Reshape" ],
1347 "files": {
1348 "common": [
1349 "src/cpu/operators/CpuFlatten.cpp",
1350 "src/runtime/NEON/functions/NEFlattenLayer.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001351 ]
1352 }
1353 },
1354 "Floor": {
1355 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001356 "common": [
1357 "src/cpu/operators/CpuFloor.cpp",
1358 "src/cpu/kernels/CpuFloorKernel.cpp",
1359 "src/runtime/NEON/functions/NEFloor.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001360 ],
1361 "neon": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001362 "fp32": [ "src/cpu/kernels/floor/neon/fp32.cpp" ],
1363 "fp16": [ "src/cpu/kernels/floor/neon/fp16.cpp" ]
Michalis Spyrou20fca522021-06-07 14:23:57 +01001364 }
1365 }
1366 },
Michele Di Giorgiod9cdf142021-07-02 15:17:08 +01001367 "FullyConnected": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001368 "deps": [ "Flatten", "Gemm", "Transpose"],
Michele Di Giorgiod9cdf142021-07-02 15:17:08 +01001369 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001370 "common": [
1371 "src/cpu/kernels/CpuConvertFullyConnectedWeightsKernel.cpp",
1372 "src/cpu/operators/CpuConvertFullyConnectedWeights.cpp",
1373 "src/cpu/operators/CpuFullyConnected.cpp",
1374 "src/runtime/NEON/functions/NEConvertFullyConnectedWeights.cpp",
1375 "src/runtime/NEON/functions/NEFullyConnectedLayer.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001376 ]
1377 }
1378 },
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001379 "Gather": {
Michalis Spyrou20fca522021-06-07 14:23:57 +01001380 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001381 "common": [
1382 "src/core/NEON/kernels/NEGatherKernel.cpp",
1383 "src/runtime/NEON/functions/NEGather.cpp"
1384 ]
1385 }
1386 },
1387 "Gemm": {
1388 "files": {
1389 "common": [
1390 "src/cpu/kernels/CpuConvertQuantizedSignednessKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +01001391 "src/cpu/kernels/CpuGemmMatrixAdditionKernel.cpp",
1392 "src/cpu/kernels/CpuGemmMatrixMultiplyKernel.cpp",
1393 "src/cpu/kernels/CpuGemmTranspose1xWKernel.cpp",
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001394 "src/cpu/kernels/CpuGemmInterleave4x4Kernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +01001395 "src/cpu/kernels/CpuGemmLowpQuantizeDownInt32ScaleKernel.cpp",
1396 "src/cpu/kernels/CpuGemmLowpQuantizeDownInt32ToInt16ScaleByFixedPointKernel.cpp",
1397 "src/cpu/kernels/CpuGemmLowpQuantizeDownInt32ToInt8ScaleByFixedPointKernel.cpp",
1398 "src/cpu/kernels/CpuGemmLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel.cpp",
1399 "src/cpu/kernels/CpuGemmLowpMatrixMultiplyKernel.cpp",
1400 "src/cpu/kernels/CpuGemmLowpMatrixReductionKernel.cpp",
1401 "src/cpu/kernels/CpuGemmLowpOffsetContributionOutputStageKernel.cpp",
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001402 "src/cpu/kernels/CpuGemmLowpOffsetContributionKernel.cpp",
1403 "src/cpu/operators/CpuGemm.cpp",
1404 "src/cpu/operators/CpuGemmLowpOutputStage.cpp",
1405 "src/cpu/operators/CpuGemmLowpMatrixMultiplyCore.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001406 "src/core/NEON/kernels/arm_gemm/gemm_bf16.cpp",
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001407 "src/core/NEON/kernels/arm_gemm/gemm_fp16.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001408 "src/core/NEON/kernels/arm_gemm/gemm_fp32.cpp",
1409 "src/core/NEON/kernels/arm_gemm/gemm_int16.cpp",
1410 "src/core/NEON/kernels/arm_gemm/gemm_int8.cpp",
1411 "src/core/NEON/kernels/arm_gemm/gemm_qint8.cpp",
1412 "src/core/NEON/kernels/arm_gemm/gemm_quint8.cpp",
1413 "src/core/NEON/kernels/arm_gemm/gemm_uint16.cpp",
1414 "src/core/NEON/kernels/arm_gemm/gemm_uint8.cpp",
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001415 "src/core/NEON/kernels/arm_gemm/interleave_indirect.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001416 "src/core/NEON/kernels/arm_gemm/mergeresults-fp16.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001417 "src/core/NEON/kernels/arm_gemm/mergeresults.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001418 "src/core/NEON/kernels/arm_gemm/misc.cpp",
1419 "src/core/NEON/kernels/arm_gemm/quantized.cpp",
1420 "src/core/NEON/kernels/arm_gemm/rowsum_indirect_s8.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001421 "src/core/NEON/kernels/arm_gemm/rowsum_indirect_u8.cpp",
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001422 "src/core/NEON/kernels/arm_gemm/transform.cpp",
1423 "src/runtime/NEON/functions/NEGEMM.cpp",
1424 "src/runtime/NEON/functions/NEGEMMLowpMatrixMultiplyCore.cpp",
1425 "src/runtime/NEON/functions/NEGEMMLowpOutputStage.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001426 ],
1427 "neon": {
1428 "estate32": [
1429 "src/core/NEON/kernels/arm_gemm/kernels/a32_sgemm_8x6/a53.cpp",
1430 "src/core/NEON/kernels/arm_gemm/kernels/a32_sgemm_8x6/a55r1.cpp",
1431 "src/core/NEON/kernels/arm_gemm/kernels/a32_sgemm_8x6/generic.cpp"
1432 ],
1433 "estate64": [
1434 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s16_8x12/generic.cpp",
1435 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s8_4x4/generic.cpp",
1436 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s8_8x12/a55r1.cpp",
1437 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s8_8x12/generic.cpp",
1438 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s8_8x12/x1.cpp",
1439 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u16_8x12/generic.cpp",
1440 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u8_4x4/generic.cpp",
1441 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u8_8x12/a55r1.cpp",
1442 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u8_8x12/generic.cpp",
1443 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u8_8x12/x1.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001444 "src/core/NEON/kernels/arm_gemm/kernels/a64_hgemm_8x24/a55r1.cpp",
1445 "src/core/NEON/kernels/arm_gemm/kernels/a64_hgemm_8x24/generic.cpp",
1446 "src/core/NEON/kernels/arm_gemm/kernels/a64_hgemm_8x24/x1.cpp",
1447 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_bf16fp32_dot_6x16/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001448 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_bf16fp32_mmla_6x16/generic.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001449 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp16_mla_6x32/a55.cpp",
1450 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp16_mla_6x32/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001451 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_4x24/a55.cpp",
1452 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_4x24/generic.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001453 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_6x16/a55.cpp",
1454 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_6x16/generic.cpp",
1455 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_8x4/a55.cpp",
1456 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_8x4/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001457 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32bf16fp32_mmla_4x24/generic.cpp",
1458 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32bf16fp32_mmla_6x16/generic.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001459 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qa_dot_4x16/a55.cpp",
1460 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qa_dot_4x16/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001461 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qa_mmla_4x16/generic.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001462 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qs_dot_6x16/a55.cpp",
1463 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qs_dot_6x16/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001464 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qs_mmla_6x16/generic.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001465 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8s32_dot_6x16/a55.cpp",
1466 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8s32_dot_6x16/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001467 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8s32_mmla_6x16/generic.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001468 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8qa_dot_4x16/a55.cpp",
1469 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8qa_dot_4x16/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001470 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8qa_mmla_4x16/generic.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001471 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8u32_dot_6x16/a55.cpp",
1472 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8u32_dot_6x16/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001473 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8u32_mmla_6x16/generic.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001474 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_bf16fp32_dot_8x12/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001475 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_bf16fp32_dot_8x12/x1.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001476 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_bf16fp32_mmla_8x12/generic.cpp",
1477 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_s8s32_mmla_8x12/generic.cpp",
1478 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_u8u32_mmla_8x12/generic.cpp",
1479 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/a53.cpp",
1480 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/a55.cpp",
1481 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/a55r1.cpp",
1482 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/generic.cpp",
1483 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/x1.cpp",
1484 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x6/generic.cpp",
1485 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemv_pretransposed/generic.cpp",
1486 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_fp32_mla_6x4/generic.cpp",
1487 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_fp32_mla_8x4/generic.cpp",
1488 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_s8s32_dot_6x4/a55.cpp",
1489 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_s8s32_dot_6x4/generic.cpp",
1490 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_s8s32_dot_8x4/a55.cpp",
1491 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_s8s32_dot_8x4/generic.cpp",
1492 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_u8u32_dot_6x4/a55.cpp",
1493 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_u8u32_dot_6x4/generic.cpp",
1494 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_u8u32_dot_8x4/a55.cpp",
1495 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_u8u32_dot_8x4/generic.cpp"
1496 ]
1497 },
1498 "sve": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001499 "common": [
Michalis Spyrou20fca522021-06-07 14:23:57 +01001500 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_bf16fp32_dot_6x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001501 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_bf16fp32_mmla_6x4VL/generic.cpp",
1502 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp16_mla_6x4VL/a64fx.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001503 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp16_mla_6x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001504 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32_mla_6x4VL/a64fx.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001505 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32_mla_6x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001506 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32_mla_8x1VL/a64fx.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001507 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32_mla_8x1VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001508 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32bf16fp32_mmla_4x6VL/generic.cpp",
1509 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32bf16fp32_mmla_6x4VL/generic.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001510 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8qa_dot_4x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001511 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8qa_mmla_4x4VL/generic.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001512 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8qs_dot_6x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001513 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8qs_mmla_6x4VL/generic.cpp",
1514 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8s32_dot_6x4VL/a64fx.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001515 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8s32_dot_6x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001516 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8s32_mmla_6x4VL/generic.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001517 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_u8qa_dot_4x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001518 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_u8qa_mmla_4x4VL/generic.cpp",
1519 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_u8u32_dot_6x4VL/a64fx.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001520 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_u8u32_dot_6x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001521 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_u8u32_mmla_6x4VL/generic.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001522 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_bf16fp32_dot_8x3VL/generic.cpp",
1523 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_bf16fp32_mmla_8x3VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001524 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_fp16_mla_8x3VL/a64fx.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001525 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_fp16_mla_8x3VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001526 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_fp32_mla_8x3VL/a64fx.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001527 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_fp32_mla_8x3VL/generic.cpp",
1528 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_fp32_mmla_8x3VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001529 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_s8s32_dot_8x3VL/a64fx.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001530 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_s8s32_dot_8x3VL/generic.cpp",
1531 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_s8s32_mmla_8x3VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001532 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_u8u32_dot_8x3VL/a64fx.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001533 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_u8u32_dot_8x3VL/generic.cpp",
1534 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_u8u32_mmla_8x3VL/generic.cpp",
1535 "src/core/NEON/kernels/arm_gemm/kernels/sve_smallK_hybrid_fp32_mla_8x1VL/generic.cpp",
1536 "src/core/NEON/kernels/arm_gemm/kernels/sve_smallK_hybrid_s8s32_dot_8x1VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001537 "src/core/NEON/kernels/arm_gemm/kernels/sve_smallK_hybrid_u8u32_dot_8x1VL/generic.cpp",
1538 "src/core/NEON/kernels/arm_gemm/mergeresults-sve.cpp",
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001539 "src/core/NEON/kernels/arm_gemm/transform-sve.cpp",
1540 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s16_8x12/generic.cpp",
1541 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s8_4x4/generic.cpp",
1542 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s8_8x12/a55r1.cpp",
1543 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s8_8x12/generic.cpp",
1544 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s8_8x12/x1.cpp",
1545 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u16_8x12/generic.cpp",
1546 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u8_4x4/generic.cpp",
1547 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u8_8x12/a55r1.cpp",
1548 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u8_8x12/generic.cpp",
1549 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u8_8x12/x1.cpp",
1550 "src/core/NEON/kernels/arm_gemm/kernels/a64_hgemm_8x24/a55r1.cpp",
1551 "src/core/NEON/kernels/arm_gemm/kernels/a64_hgemm_8x24/generic.cpp",
1552 "src/core/NEON/kernels/arm_gemm/kernels/a64_hgemm_8x24/x1.cpp",
1553 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_bf16fp32_dot_6x16/generic.cpp",
1554 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_bf16fp32_mmla_6x16/generic.cpp",
1555 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp16_mla_6x32/a55.cpp",
1556 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp16_mla_6x32/generic.cpp",
1557 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_4x24/a55.cpp",
1558 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_4x24/generic.cpp",
1559 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_6x16/a55.cpp",
1560 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_6x16/generic.cpp",
1561 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_8x4/a55.cpp",
1562 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_8x4/generic.cpp",
1563 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32bf16fp32_mmla_4x24/generic.cpp",
1564 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32bf16fp32_mmla_6x16/generic.cpp",
1565 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qa_dot_4x16/a55.cpp",
1566 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qa_dot_4x16/generic.cpp",
1567 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qa_mmla_4x16/generic.cpp",
1568 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qs_dot_6x16/a55.cpp",
1569 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qs_dot_6x16/generic.cpp",
1570 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qs_mmla_6x16/generic.cpp",
1571 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8s32_dot_6x16/a55.cpp",
1572 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8s32_dot_6x16/generic.cpp",
1573 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8s32_mmla_6x16/generic.cpp",
1574 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8qa_dot_4x16/a55.cpp",
1575 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8qa_dot_4x16/generic.cpp",
1576 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8qa_mmla_4x16/generic.cpp",
1577 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8u32_dot_6x16/a55.cpp",
1578 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8u32_dot_6x16/generic.cpp",
1579 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8u32_mmla_6x16/generic.cpp",
1580 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_bf16fp32_dot_8x12/generic.cpp",
1581 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_bf16fp32_dot_8x12/x1.cpp",
1582 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_bf16fp32_mmla_8x12/generic.cpp",
1583 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_s8s32_mmla_8x12/generic.cpp",
1584 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_u8u32_mmla_8x12/generic.cpp",
1585 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/a53.cpp",
1586 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/a55.cpp",
1587 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/a55r1.cpp",
1588 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/generic.cpp",
1589 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/x1.cpp",
1590 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x6/generic.cpp",
1591 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemv_pretransposed/generic.cpp",
1592 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_fp32_mla_6x4/generic.cpp",
1593 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_fp32_mla_8x4/generic.cpp",
1594 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_s8s32_dot_6x4/a55.cpp",
1595 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_s8s32_dot_6x4/generic.cpp",
1596 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_s8s32_dot_8x4/a55.cpp",
1597 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_s8s32_dot_8x4/generic.cpp",
1598 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_u8u32_dot_6x4/a55.cpp",
1599 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_u8u32_dot_6x4/generic.cpp",
1600 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_u8u32_dot_8x4/a55.cpp",
1601 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_u8u32_dot_8x4/generic.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001602 ]
1603 }
1604 }
1605 },
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001606 "GenerateProposals": {
1607 "deps": [ "BoundingBoxTransform", "Dequantize", "Pad", "Permute", "Quantize", "Reshape" ],
Michalis Spyrou20fca522021-06-07 14:23:57 +01001608 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001609 "common": [
1610 "src/core/NEON/kernels/NEGenerateProposalsLayerKernel.cpp",
1611 "src/runtime/NEON/functions/NEGenerateProposalsLayer.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001612 ]
1613 }
1614 },
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001615 "InstanceNormalize": {
1616 "deps": [ "Permute", "Reduction" ],
Michalis Spyrou20fca522021-06-07 14:23:57 +01001617 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001618 "common": [
1619 "src/core/NEON/kernels/NEInstanceNormalizationLayerKernel.cpp",
1620 "src/runtime/NEON/functions/NEInstanceNormalizationLayer.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001621 ]
1622 }
1623 },
1624 "L2Normalize": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001625 "deps": [ "Reduction" ],
Michalis Spyrou20fca522021-06-07 14:23:57 +01001626 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001627 "common": [
1628 "src/core/NEON/kernels/NEL2NormalizeLayerKernel.cpp",
1629 "src/runtime/NEON/functions/NEL2NormalizeLayer.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001630 ]
1631 }
1632 },
1633 "Logical": {
1634 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001635 "common": [
1636 "src/core/NEON/kernels/NELogicalKernel.cpp",
1637 "src/runtime/NEON/functions/NELogical.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001638 ]
1639 }
1640 },
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001641 "LSTM": {
Michalis Spyrou20fca522021-06-07 14:23:57 +01001642 "deps": [
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001643 "Activation",
1644 "Concatenate",
1645 "Copy",
1646 "Dequantize",
1647 "ElementwiseBinary",
1648 "Fill",
1649 "FullyConnected",
1650 "Gemm",
1651 "MeanStdDevNormalize",
1652 "Mul",
1653 "Quantize",
1654 "Slice",
1655 "Transpose"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001656 ],
1657 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001658 "common": [
1659 "src/core/NEON/kernels/NEQLSTMLayerNormalizationKernel.cpp",
1660 "src/runtime/NEON/functions/NELSTMLayer.cpp",
1661 "src/runtime/NEON/functions/NELSTMLayerQuantized.cpp",
1662 "src/runtime/NEON/functions/NEQLSTMLayer.cpp"
1663 ]
1664 }
1665 },
1666 "MaxUnpool2d": {
1667 "deps": [ "Fill" ],
1668 "files": {
1669 "common": [
1670 "src/core/NEON/kernels/NEMaxUnpoolingLayerKernel.cpp",
1671 "src/runtime/NEON/functions/NEMaxUnpoolingLayer.cpp"
1672 ]
1673 }
1674 },
1675 "Mean": {
1676 "deps" : [ "Reduction" ],
1677 "files": {
1678 "common": [ "src/runtime/NEON/functions/NEReduceMean.cpp" ]
1679 }
1680 },
1681 "MeanStdDevNormalize": {
1682 "files": {
1683 "common": [
1684 "src/core/NEON/kernels/NEMeanStdDevNormalizationKernel.cpp",
1685 "src/runtime/NEON/functions/NEMeanStdDevNormalizationLayer.cpp"
1686 ]
1687 }
1688 },
1689 "Mul": {
1690 "files": {
1691 "common": [
1692 "src/cpu/operators/CpuMul.cpp",
1693 "src/cpu/kernels/CpuMulKernel.cpp",
1694 "src/runtime/NEON/functions/NEPixelWiseMultiplication.cpp"
1695 ]
1696 }
1697 },
1698 "Normalize": {
1699 "deps": [ "Mul" ],
1700 "files": {
1701 "common": [
1702 "src/core/NEON/kernels/NENormalizationLayerKernel.cpp",
1703 "src/runtime/NEON/functions/NENormalizationLayer.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001704 ]
1705 }
1706 },
1707 "Pad": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001708 "deps": [ "Concatenate", "Copy", "StridedSlice" ],
Michalis Spyrou20fca522021-06-07 14:23:57 +01001709 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001710 "common": [
1711 "src/core/NEON/kernels/NEPadLayerKernel.cpp",
1712 "src/runtime/NEON/functions/NEPadLayer.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001713 ]
1714 }
1715 },
1716 "Permute": {
1717 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001718 "common": [
1719 "src/cpu/operators/CpuPermute.cpp",
1720 "src/cpu/kernels/CpuPermuteKernel.cpp",
1721 "src/runtime/NEON/functions/NEPermute.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001722 ]
1723 }
1724 },
1725 "Pool2d": {
1726 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001727 "common": [
1728 "src/cpu/operators/CpuPool2d.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +01001729 "src/cpu/kernels/CpuPool2dKernel.cpp",
1730 "src/cpu/kernels/internal/CpuPool2dAssemblyWrapperKernel.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001731 "src/core/NEON/kernels/arm_conv/pooling/kernels/cpp_nhwc_1x1_stride_any_depthfirst/generic.cpp",
1732 "src/core/NEON/kernels/arm_conv/pooling/pooling_fp16.cpp",
1733 "src/core/NEON/kernels/arm_conv/pooling/pooling_fp32.cpp",
1734 "src/core/NEON/kernels/arm_conv/pooling/pooling_s8.cpp",
1735 "src/core/NEON/kernels/arm_conv/pooling/pooling_s8q.cpp",
1736 "src/core/NEON/kernels/arm_conv/pooling/pooling_u8.cpp",
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001737 "src/core/NEON/kernels/arm_conv/pooling/pooling_u8q.cpp",
1738 "src/runtime/NEON/functions/NEPoolingLayer.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001739 ],
1740 "neon": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001741 "nchw": [ "src/cpu/kernels/pool2d/neon/nchw/all.cpp" ],
1742 "fp16": [ "src/cpu/kernels/pool2d/neon/fp16.cpp" ],
1743 "fp32": [ "src/cpu/kernels/pool2d/neon/fp32.cpp" ],
1744 "qasymm8": [ "src/cpu/kernels/pool2d/neon/qasymm8.cpp" ],
1745 "qasymm8_signed": [ "src/cpu/kernels/pool2d/neon/qasymm8_signed.cpp" ],
Michalis Spyrou20fca522021-06-07 14:23:57 +01001746 "estate64": [
1747 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst/generic.cpp",
1748 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp16_nhwc_avg_generic_depthfirst/generic.cpp",
1749 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp16_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1750 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp16_nhwc_max_generic_depthfirst/generic.cpp",
1751 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst/generic.cpp",
1752 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp32_nhwc_avg_generic_depthfirst/generic.cpp",
1753 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp32_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1754 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp32_nhwc_max_generic_depthfirst/generic.cpp",
1755 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8_nhwc_avg_generic_depthfirst/generic.cpp",
1756 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1757 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8_nhwc_max_generic_depthfirst/generic.cpp",
1758 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8q_nhwc_avg_generic_depthfirst/generic.cpp",
1759 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8q_nhwc_max_generic_depthfirst/generic.cpp",
1760 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8_nhwc_avg_generic_depthfirst/generic.cpp",
1761 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1762 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8_nhwc_max_generic_depthfirst/generic.cpp",
1763 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8q_nhwc_avg_generic_depthfirst/generic.cpp",
1764 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8q_nhwc_max_generic_depthfirst/generic.cpp"
1765 ]
1766 },
1767 "sve": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001768 "qasymm8": [ "src/cpu/kernels/pool2d/neon/qasymm8.cpp" ],
1769 "qasymm8_signed": [ "src/cpu/kernels/pool2d/neon/qasymm8_signed.cpp" ],
1770 "common": [
Michalis Spyrou20fca522021-06-07 14:23:57 +01001771 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst/generic.cpp",
1772 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp16_nhwc_avg_generic_depthfirst/generic.cpp",
1773 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp16_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1774 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp16_nhwc_max_generic_depthfirst/generic.cpp",
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001775 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst/generic.cpp",
1776 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp32_nhwc_avg_generic_depthfirst/generic.cpp",
1777 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp32_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1778 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp32_nhwc_max_generic_depthfirst/generic.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001779 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_s8_nhwc_avg_generic_depthfirst/generic.cpp",
1780 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_s8_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1781 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_s8_nhwc_max_generic_depthfirst/generic.cpp",
1782 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_s8q_nhwc_avg_generic_depthfirst/generic.cpp",
1783 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_s8q_nhwc_max_generic_depthfirst/generic.cpp",
1784 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_u8_nhwc_avg_generic_depthfirst/generic.cpp",
1785 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_u8_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1786 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_u8_nhwc_max_generic_depthfirst/generic.cpp",
1787 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_u8q_nhwc_avg_generic_depthfirst/generic.cpp",
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001788 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_u8q_nhwc_max_generic_depthfirst/generic.cpp",
1789 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst/generic.cpp",
1790 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp16_nhwc_avg_generic_depthfirst/generic.cpp",
1791 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp16_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1792 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp16_nhwc_max_generic_depthfirst/generic.cpp",
1793 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst/generic.cpp",
1794 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp32_nhwc_avg_generic_depthfirst/generic.cpp",
1795 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp32_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1796 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp32_nhwc_max_generic_depthfirst/generic.cpp",
1797 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8_nhwc_avg_generic_depthfirst/generic.cpp",
1798 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1799 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8_nhwc_max_generic_depthfirst/generic.cpp",
1800 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8q_nhwc_avg_generic_depthfirst/generic.cpp",
1801 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8q_nhwc_max_generic_depthfirst/generic.cpp",
1802 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8_nhwc_avg_generic_depthfirst/generic.cpp",
1803 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1804 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8_nhwc_max_generic_depthfirst/generic.cpp",
1805 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8q_nhwc_avg_generic_depthfirst/generic.cpp",
1806 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8q_nhwc_max_generic_depthfirst/generic.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001807 ]
1808 }
1809 }
1810 },
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001811 "PRelu": {
1812 "deps": [ "ElementwiseBinary" ],
Michalis Spyrou20fca522021-06-07 14:23:57 +01001813 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001814 "common": [
1815 "src/runtime/NEON/functions/NEPReluLayer.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001816 ]
1817 }
1818 },
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001819 "PriorBox": {
Michalis Spyrou20fca522021-06-07 14:23:57 +01001820 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001821 "common": [
1822 "src/core/NEON/kernels/NEPriorBoxLayerKernel.cpp",
1823 "src/runtime/NEON/functions/NEPriorBoxLayer.cpp"
1824 ]
1825 }
1826 },
1827 "Quantize": {
1828 "files": {
1829 "common": [
1830 "src/cpu/operators/CpuQuantize.cpp",
1831 "src/cpu/kernels/CpuQuantizeKernel.cpp",
1832 "src/runtime/NEON/functions/NEQuantizationLayer.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001833 ]
1834 }
1835 },
1836 "Range": {
1837 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001838 "common": [
1839 "src/core/NEON/kernels/NERangeKernel.cpp",
1840 "src/runtime/NEON/functions/NERange.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001841 ]
1842 }
1843 },
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001844 "Reduction":{
1845 "deps": [ "Reshape" ],
Michalis Spyrou20fca522021-06-07 14:23:57 +01001846 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001847 "common": [
1848 "src/core/NEON/kernels/NEReductionOperationKernel.cpp",
1849 "src/runtime/NEON/functions/NEReductionOperation.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001850 ]
1851 }
1852 },
1853 "Remap": {
1854 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001855 "common": [
1856 "src/core/NEON/kernels/NERemapKernel.cpp",
1857 "src/runtime/NEON/functions/NERemap.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001858 ]
1859 }
1860 },
1861 "Reorg": {
1862 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001863 "common": [
1864 "src/core/NEON/kernels/NEReorgLayerKernel.cpp",
1865 "src/runtime/NEON/functions/NEReorgLayer.cpp"
1866 ]
1867 }
1868 },
1869 "Reshape": {
1870 "files": {
1871 "common": [
1872 "src/cpu/operators/CpuReshape.cpp",
1873 "src/cpu/kernels/CpuReshapeKernel.cpp",
1874 "src/runtime/NEON/functions/NEReshapeLayer.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001875 ]
1876 }
1877 },
1878 "Reverse": {
1879 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001880 "common": [
1881 "src/core/NEON/kernels/NEReverseKernel.cpp",
1882 "src/runtime/NEON/functions/NEReverse.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001883 ]
1884 }
1885 },
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001886 "RNN": {
1887 "deps": [ "Activation", "Add", "FullyConnected", "Gemm"],
1888 "files": {
1889 "common": [ "src/runtime/NEON/functions/NERNNLayer.cpp" ]
1890 }
1891 },
Michalis Spyrou20fca522021-06-07 14:23:57 +01001892 "ROIAlign": {
1893 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001894 "common": [
1895 "src/core/NEON/kernels/NEROIAlignLayerKernel.cpp",
1896 "src/runtime/NEON/functions/NEROIAlignLayer.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001897 ]
1898 }
1899 },
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001900 "ROIPool2d": {
Michalis Spyrou20fca522021-06-07 14:23:57 +01001901 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001902 "common": [
1903 "src/core/NEON/kernels/NEROIPoolingLayerKernel.cpp",
1904 "src/runtime/NEON/functions/NEROIPoolingLayer.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001905 ]
1906 }
1907 },
1908 "Scale": {
1909 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001910 "common": [
1911 "src/cpu/operators/CpuScale.cpp",
1912 "src/cpu/kernels/CpuScaleKernel.cpp",
1913 "src/runtime/NEON/functions/NEScale.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001914 ],
1915 "sve": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001916 "fp16": [ "src/cpu/kernels/scale/sve/fp16.cpp" ],
1917 "fp32": [ "src/cpu/kernels/scale/sve/fp32.cpp" ],
1918 "integer": [ "src/cpu/kernels/scale/sve/integer.cpp" ],
1919 "qasymm8": [ "src/cpu/kernels/scale/sve/qasymm8.cpp" ],
1920 "qasymm8_signed": [ "src/cpu/kernels/scale/sve/qasymm8_signed.cpp" ]
1921
Michalis Spyrou20fca522021-06-07 14:23:57 +01001922 },
1923 "neon": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001924 "fp16": [ "src/cpu/kernels/scale/neon/fp16.cpp" ],
1925 "integer": [ "src/cpu/kernels/scale/neon/integer.cpp" ],
1926 "qasymm8": [ "src/cpu/kernels/scale/neon/qasymm8.cpp" ],
1927 "qasymm8_signed": [ "src/cpu/kernels/scale/neon/qasymm8_signed.cpp" ]
Michalis Spyrou20fca522021-06-07 14:23:57 +01001928 }
1929 }
1930 },
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001931 "Select": {
1932 "files": {
1933 "common": [
1934 "src/core/NEON/kernels/NESelectKernel.cpp",
1935 "src/runtime/NEON/functions/NESelect.cpp"
1936 ]
1937 }
1938 },
1939 "Slice": {
1940 "deps": [ "StridedSlice" ],
1941 "files": {
1942 "common": [ "src/runtime/NEON/functions/NESlice.cpp" ]
1943 }
1944 },
Michalis Spyrou20fca522021-06-07 14:23:57 +01001945 "Softmax": {
1946 "deps": [
1947 "Permute"
1948 ],
1949 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001950 "common": [
1951 "src/cpu/operators/CpuSoftmax.cpp",
1952 "src/cpu/kernels/CpuSoftmaxKernel.cpp",
1953 "src/runtime/NEON/functions/NESoftmaxLayer.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001954 ],
1955 "sve": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001956 "common": [ "src/cpu/kernels/softmax/impl/sve/impl.cpp" ]
Michalis Spyrou20fca522021-06-07 14:23:57 +01001957 }
1958 }
1959 },
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001960 "SpaceToBatch": {
1961 "files": {
1962 "common": [
1963 "src/core/NEON/kernels/NESpaceToBatchLayerKernel.cpp",
1964 "src/runtime/NEON/functions/NESpaceToBatchLayer.cpp"
1965 ]
1966 }
1967 },
1968 "SpaceToDepth": {
1969 "files": {
1970 "common": [
1971 "src/core/NEON/kernels/NESpaceToDepthLayerKernel.cpp",
1972 "src/runtime/NEON/functions/NESpaceToDepthLayer.cpp"
1973 ]
1974 }
1975 },
1976 "Split": {
1977 "deps": [ "StridedSlice" ],
1978 "files": {
1979 "common": [
1980 "src/runtime/NEON/functions/NESplit.cpp"
1981 ]
1982 }
1983 },
1984 "Stack": {
1985 "files": {
1986 "common": [
1987 "src/core/NEON/kernels/NEStackLayerKernel.cpp",
1988 "src/runtime/NEON/functions/NEStackLayer.cpp"
1989 ]
1990 }
1991 },
1992 "StridedSlice": {
1993 "files": {
1994 "common": [
1995 "src/core/NEON/kernels/NEStridedSliceKernel.cpp",
1996 "src/runtime/NEON/functions/NEStridedSlice.cpp"
1997 ]
1998 }
1999 },
Michalis Spyrou20fca522021-06-07 14:23:57 +01002000 "Sub": {
2001 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01002002 "common": [
2003 "src/cpu/operators/CpuSub.cpp",
2004 "src/cpu/kernels/CpuSubKernel.cpp",
2005 "src/runtime/NEON/functions/NEArithmeticSubtraction.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01002006 ],
Georgios Pinitasb6af4822021-09-14 12:33:34 +01002007 "sve": {
2008 "qasymm8": [ "src/cpu/kernels/sub/neon/qasymm8.cpp" ],
2009 "qasymm8_signed": [ "src/cpu/kernels/sub/neon/qasymm8_signed.cpp" ],
2010 "qsymm16": [ "src/cpu/kernels/sub/neon/qsymm16.cpp" ]
2011 },
Michalis Spyrou20fca522021-06-07 14:23:57 +01002012 "neon": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01002013 "qasymm8": [ "src/cpu/kernels/sub/neon/qasymm8.cpp" ],
2014 "qasymm8_signed": [ "src/cpu/kernels/sub/neon/qasymm8_signed.cpp" ],
2015 "qsymm16": [ "src/cpu/kernels/sub/neon/qsymm16.cpp" ]
Michalis Spyrou20fca522021-06-07 14:23:57 +01002016 }
2017 }
2018 },
Michalis Spyrou20fca522021-06-07 14:23:57 +01002019 "Tile": {
2020 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01002021 "common": [
2022 "src/core/NEON/kernels/NETileKernel.cpp",
2023 "src/runtime/NEON/functions/NETile.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01002024 ]
2025 }
2026 },
Georgios Pinitasb6af4822021-09-14 12:33:34 +01002027 "Transpose": {
Michalis Spyrou20fca522021-06-07 14:23:57 +01002028 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01002029 "common": [
2030 "src/cpu/kernels/CpuTransposeKernel.cpp",
2031 "src/cpu/operators/CpuTranspose.cpp",
2032 "src/runtime/NEON/functions/NETranspose.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01002033 ]
2034 }
Georgios Pinitasb6af4822021-09-14 12:33:34 +01002035 },
2036 "Unstack": {
2037 "deps": [ "StridedSlice" ],
2038 "files": {
2039 "common": [ "src/runtime/NEON/functions/NEUnstack.cpp" ]
2040 }
Michalis Spyrou20fca522021-06-07 14:23:57 +01002041 }
2042 }
2043 }
Georgios Pinitasbdcdc392021-04-22 16:42:03 +01002044}