blob: 4b85408e3d69e07cd07216ae81a0221f40130d4e [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 },
305 "Copy": {
306 "files": {
307 "common": [
308 "src/gpu/cl/kernels/ClCopyKernel.cpp",
309 "src/gpu/cl/operators/ClCopy.cpp",
310 "src/runtime/CL/functions/CLCopy.cpp"
311 ]
312 }
313 },
314 "CropResize": {
315 "deps": [ "Copy", "Fill", "Scale" ],
316 "files": {
317 "common": [
318 "src/gpu/cl/kernels/ClCropKernel.cpp",
319 "src/gpu/cl/operators/ClCrop.cpp",
320 "src/runtime/CL/functions/CLCrop.cpp",
321 "src/runtime/CL/functions/CLCropResize.cpp"
322 ]
323 }
324 },
325 "Deconv2d": {
326 "deps": [ "Conv2d", "Reverse", "Transpose"],
327 "files": {
328 "common": [
329 "src/core/CL/kernels/CLDeconvolutionLayerUpsampleKernel.cpp",
330 "src/core/CL/kernels/CLDeconvolutionReshapeOutputKernel.cpp",
331 "src/runtime/CL/functions/CLDeconvolutionLayer.cpp",
332 "src/runtime/CL/functions/CLDeconvolutionLayerUpsample.cpp",
333 "src/runtime/CL/functions/CLDirectDeconvolutionLayer.cpp",
334 "src/runtime/CL/functions/CLGEMMDeconvolutionLayer.cpp"
335 ]
336 }
337 },
338 "DepthConvert": {
339 "deps": [ "Cast"],
340 "files": {
341 "common": [ "src/runtime/CL/functions/CLDepthConvertLayer.cpp" ]
342 }
343 },
344 "DepthToSpace": {
345 "files": {
346 "common": [
347 "src/core/CL/kernels/CLDepthToSpaceLayerKernel.cpp",
348 "src/runtime/CL/functions/CLDepthToSpaceLayer.cpp"
349 ]
350 }
351 },
352 "DepthwiseConv2d": {
353 "deps": [ "Permute" ],
354 "files": {
355 "common": [
356 "src/core/CL/kernels/CLDepthwiseConvolutionLayerNativeKernel.cpp",
357 "src/runtime/CL/functions/CLDepthwiseConvolutionLayer.cpp"
358 ]
359 }
360 },
361 "Dequantize": {
362 "files": {
363 "common": [
364 "src/gpu/cl/kernels/ClDequantizeKernel.cpp",
365 "src/gpu/cl/operators/ClDequantize.cpp",
366 "src/runtime/CL/functions/CLDequantizationLayer.cpp"
367 ]
368 }
369 },
370 "ElementwiseBinary": {
371 "deps": ["Add", "Sub"],
372 "files": {
373 "common": [
374 "src/gpu/cl/kernels/ClElementwiseKernel.cpp",
375 "src/gpu/cl/operators/ClElementwiseOperations.cpp",
376 "src/runtime/CL/functions/CLElementwiseOperations.cpp"
377 ]
378 }
379 },
380 "ElementwiseUnary":{
381 "files": {
382 "common": [
383 "src/gpu/cl/kernels/ClElementwiseUnaryKernel.cpp",
384 "src/gpu/cl/operators/ClElementwiseUnary.cpp",
385 "src/runtime/CL/functions/CLElementwiseUnaryLayer.cpp"
386 ]
387 }
388 },
389 "FFT1D": {
390 "files": {
391 "common": [
392 "src/core/CL/kernels/CLFFTDigitReverseKernel.cpp",
393 "src/core/CL/kernels/CLFFTRadixStageKernel.cpp",
394 "src/core/CL/kernels/CLFFTScaleKernel.cpp",
395 "src/runtime/CL/functions/CLFFT1D.cpp"
396 ]
397 }
398 },
399 "FFT2D": {
400 "deps": [ "FFT1D" ],
401 "files": {
402 "common": [ "src/runtime/CL/functions/CLFFT2D.cpp" ]
403 }
404 },
405 "Fill": {
406 "files": {
407 "common": [
408 "src/gpu/cl/kernels/ClFillKernel.cpp",
409 "src/gpu/cl/operators/ClFill.cpp",
410 "src/runtime/CL/functions/CLFill.cpp"
411 ]
412 }
413 },
414 "Flatten": {
415 "files": {
416 "common": [
417 "src/gpu/cl/operators/ClFlatten.cpp",
418 "src/runtime/CL/functions/CLFlattenLayer.cpp"
419 ]
420 }
421 },
422 "Floor": {
423 "files": {
424 "common": [
425 "src/gpu/cl/kernels/ClFloorKernel.cpp",
426 "src/gpu/cl/operators/ClFloor.cpp",
427 "src/runtime/CL/functions/CLFloor.cpp"
428 ]
429 }
430 },
431 "FullyConnected": {
432 "deps": [ "Flatten", "Gemm", "Transpose"],
433 "files": {
434 "common": [
435 "src/gpu/cl/kernels/ClConvertFullyConnectedWeightsKernel.cpp",
436 "src/gpu/cl/operators/ClConvertFullyConnectedWeights.cpp",
437 "src/gpu/cl/operators/ClFullyConnected.cpp",
438 "src/runtime/CL/functions/CLConvertFullyConnectedWeights.cpp",
439 "src/runtime/CL/functions/CLFullyConnectedLayer.cpp"
440 ]
441 }
442 },
443 "Gather": {
444 "files": {
445 "common": [
446 "src/core/CL/kernels/CLGatherKernel.cpp",
447 "src/runtime/CL/functions/CLGather.cpp"]
448 }
449 },
450 "Gemm": {
451 "deps": [ "Cast" ],
452 "files": {
453 "common": [
454 "src/gpu/cl/kernels/gemm/ClGemmHelpers.cpp",
455 "src/gpu/cl/kernels/gemm/native/ClGemmDefaultConfigNativeBifrost.cpp",
456 "src/gpu/cl/kernels/gemm/native/ClGemmDefaultConfigNativeMidgard.cpp",
457 "src/gpu/cl/kernels/gemm/native/ClGemmDefaultConfigNativeValhall.cpp",
458 "src/gpu/cl/kernels/gemm/reshaped/ClGemmDefaultConfigReshapedBifrost.cpp",
459 "src/gpu/cl/kernels/gemm/reshaped/ClGemmDefaultConfigReshapedValhall.cpp",
460 "src/gpu/cl/kernels/gemm/reshaped_only_rhs/ClGemmDefaultConfigReshapedRhsOnlyBifrost.cpp",
461 "src/gpu/cl/kernels/gemm/reshaped_only_rhs/ClGemmDefaultConfigReshapedRhsOnlyValhall.cpp",
462 "src/gpu/cl/kernels/ClGemmLowpMatrixMultiplyNativeKernel.cpp",
463 "src/gpu/cl/kernels/ClGemmLowpMatrixMultiplyReshapedKernel.cpp",
464 "src/gpu/cl/kernels/ClGemmLowpMatrixMultiplyReshapedOnlyRhsKernel.cpp",
465 "src/gpu/cl/kernels/ClGemmLowpOffsetContributionKernel.cpp",
466 "src/gpu/cl/kernels/ClGemmLowpOffsetContributionOutputStageKernel.cpp",
467 "src/gpu/cl/kernels/ClGemmLowpQuantizeDownInt32ScaleByFixedPointKernel.cpp",
468 "src/gpu/cl/kernels/ClGemmLowpQuantizeDownInt32ScaleByFloatKernel.cpp",
469 "src/gpu/cl/kernels/ClGemmLowpQuantizeDownInt32ScaleKernel.cpp",
470 "src/gpu/cl/kernels/ClGemmMatrixMultiplyKernel.cpp",
471 "src/gpu/cl/kernels/ClGemmMatrixMultiplyNativeKernel.cpp",
472 "src/gpu/cl/kernels/ClGemmMatrixMultiplyReshapedKernel.cpp",
473 "src/gpu/cl/kernels/ClGemmMatrixMultiplyReshapedOnlyRhsKernel.cpp",
474 "src/gpu/cl/kernels/ClGemmReshapeLhsMatrixKernel.cpp",
475 "src/gpu/cl/kernels/ClGemmReshapeRhsMatrixKernel.cpp",
476 "src/gpu/cl/kernels/ClGemmLowpReductionKernel.cpp",
477 "src/gpu/cl/operators/ClGemm.cpp",
478 "src/gpu/cl/operators/ClGemmLowpMatrixMultiplyCore.cpp",
479 "src/gpu/cl/operators/ClGemmLowpOutputStage.cpp",
480 "src/runtime/CL/gemm/CLGEMMDefaultTypeBifrost.cpp",
481 "src/runtime/CL/gemm/CLGEMMDefaultTypeMidgard.cpp",
482 "src/runtime/CL/gemm/CLGEMMDefaultTypeValhall.cpp",
483 "src/runtime/CL/gemm_auto_heuristics/CLGEMMAutoHeuristics.cpp",
484 "src/runtime/CL/functions/CLGEMM.cpp",
485 "src/runtime/CL/functions/CLGEMMLowpMatrixMultiplyCore.cpp",
486 "src/runtime/CL/functions/CLGEMMLowpOutputStage.cpp"
487 ]
488 }
489 },
490 "GenerateProposals": {
491 "deps": [ "BoundingBoxTransform", "Dequantize", "Pad", "Permute", "Quantize", "Reshape" ],
492 "files": {
493 "common": [
494 "src/core/CL/kernels/CLGenerateProposalsLayerKernel.cpp",
495 "src/runtime/CL/functions/CLGenerateProposalsLayer.cpp"
496 ]
497 }
498 },
499 "InstanceNormalize": {
500 "files": {
501 "common": [
502 "src/core/CL/kernels/CLInstanceNormalizationLayerKernel.cpp",
503 "src/runtime/CL/functions/CLInstanceNormalizationLayer.cpp"
504 ]
505 }
506 },
507 "L2Normalize": {
508 "deps": [ "Reduction" ],
509 "files": {
510 "common": [
511 "src/core/CL/kernels/CLL2NormalizeLayerKernel.cpp",
512 "src/runtime/CL/functions/CLL2NormalizeLayer.cpp"
513 ]
514 }
515 },
516 "Logical": {
517 "files": {
518 "common": [
519 "src/gpu/cl/operators/ClLogicalNot.cpp",
520 "src/runtime/CL/functions/CLLogicalAnd.cpp",
521 "src/runtime/CL/functions/CLLogicalNot.cpp",
522 "src/runtime/CL/functions/CLLogicalOr.cpp"
523 ]
524 }
525 },
526 "LSTM": {
527 "deps": [
528 "Activation",
529 "Concatenate",
530 "Copy",
531 "Dequantize",
532 "ElementwiseBinary",
533 "Fill",
534 "FullyConnected",
535 "Gemm",
536 "MeanStdDevNormalize",
537 "Mul",
538 "Quantize",
539 "Slice",
540 "Transpose"
541 ],
542 "files": {
543 "common": [
544 "src/core/CL/kernels/CLQLSTMLayerNormalizationKernel.cpp",
545 "src/runtime/CL/functions/CLQLSTMLayer.cpp",
546 "src/runtime/CL/functions/CLLSTMLayer.cpp",
547 "src/runtime/CL/functions/CLLSTMLayerQuantized.cpp"
548 ]
549 }
550 },
551 "MaxUnpool2d": {
552 "deps": [ "Fill" ],
553 "files": {
554 "common": [
555 "src/core/CL/kernels/CLMaxUnpoolingLayerKernel.cpp",
556 "src/runtime/CL/functions/CLMaxUnpoolingLayer.cpp"
557 ]
558 }
559 },
560 "MeanStdDevNormalize": {
561 "deps": [ "Reduction" ],
562 "files": {
563 "common": [
564 "src/core/CL/kernels/CLMeanStdDevNormalizationKernel.cpp",
565 "src/runtime/CL/functions/CLMeanStdDevNormalizationLayer.cpp",
566 "src/runtime/CL/functions/CLReduceMean.cpp"
567 ]
568 }
569 },
570 "Mul": {
571 "files": {
572 "common": [
573 "src/gpu/cl/kernels/ClMulKernel.cpp",
574 "src/gpu/cl/operators/ClMul.cpp",
575 "src/runtime/CL/functions/CLPixelWiseMultiplication.cpp"
576 ]
577 }
578 },
579 "Normalize": {
580 "files": {
581 "common": [
582 "src/core/CL/kernels/CLNormalizationLayerKernel.cpp",
583 "src/runtime/CL/functions/CLNormalizationLayer.cpp"
584 ]
585 }
586 },
587 "Pad": {
588 "deps": [ "Copy" ],
589 "files": {
590 "common": [
591 "src/core/CL/kernels/CLPadLayerKernel.cpp",
592 "src/runtime/CL/functions/CLPadLayer.cpp"
593 ]
594 }
595 },
596 "Permute": {
597 "files": {
598 "common": [
599 "src/gpu/cl/kernels/ClPermuteKernel.cpp",
600 "src/gpu/cl/operators/ClPermute.cpp",
601 "src/runtime/CL/functions/CLPermute.cpp"
602 ]
603 }
604 },
605 "Pool2d": {
606 "files": {
607 "common": [
608 "src/gpu/cl/kernels/ClPool2dKernel.cpp",
609 "src/gpu/cl/operators/ClPool2d.cpp",
610 "src/runtime/CL/functions/CLPoolingLayer.cpp"
611 ]
612 }
613 },
614 "PRelu": {
615 "deps": [ "ElementwiseBinary" ],
616 "files": {
617 "common": [
618 "src/gpu/cl/operators/ClPRelu.cpp",
619 "src/runtime/CL/functions/CLPReluLayer.cpp"
620 ]
621 }
622 },
623 "PriorBox": {
624 "files": {
625 "common": [
626 "src/core/CL/kernels/CLPriorBoxLayerKernel.cpp",
627 "src/runtime/CL/functions/CLPriorBoxLayer.cpp"
628 ]
629 }
630 },
631 "Quantize": {
632 "files": {
633 "common": [
634 "src/gpu/cl/kernels/ClQuantizeKernel.cpp",
635 "src/gpu/cl/operators/ClQuantize.cpp",
636 "src/runtime/CL/functions/CLQuantizationLayer.cpp"
637 ]
638 }
639 },
640 "Range": {
641 "files": {
642 "common": [
643 "src/core/CL/kernels/CLRangeKernel.cpp",
644 "src/runtime/CL/functions/CLRange.cpp"
645 ]
646 }
647 },
648 "Reduction": {
649 "deps": [ "Reshape" ],
650 "files": {
651 "common": [
652 "src/core/CL/kernels/CLReductionOperationKernel.cpp",
653 "src/runtime/CL/functions/CLReductionOperation.cpp"
654 ]
655 }
656 },
657 "Remap": {
658 "files": {
659 "common": [
660 "src/core/CL/kernels/CLRemapKernel.cpp",
661 "src/runtime/CL/functions/CLRemap.cpp"]
662 }
663 },
664 "Reorg": {
665 "files": {
666 "common": [
667 "src/core/CL/kernels/CLReorgLayerKernel.cpp",
668 "src/runtime/CL/functions/CLReorgLayer.cpp"
669 ]
670 }
671 },
672 "Reshape": {
673 "files": {
674 "common": [
675 "src/gpu/cl/kernels/ClReshapeKernel.cpp",
676 "src/gpu/cl/operators/ClReshape.cpp",
677 "src/runtime/CL/functions/CLReshapeLayer.cpp"
678 ]
679 }
680 },
681 "Reverse": {
682 "files": {
683 "common": [
684 "src/core/CL/kernels/CLReverseKernel.cpp",
685 "src/runtime/CL/functions/CLReverse.cpp"
686 ]
687 }
688 },
689 "RNN": {
690 "deps": [ "Activation", "Cast", "ElementwiseBinary", "FullyConnected", "Gemm"],
691 "files": {
692 "common": [ "src/runtime/CL/functions/CLRNNLayer.cpp" ]
693 }
694 },
695 "ROIAlign": {
696 "files": {
697 "common": [
698 "src/core/CL/kernels/CLROIAlignLayerKernel.cpp",
699 "src/runtime/CL/functions/CLROIAlignLayer.cpp"
700 ]
701 }
702 },
703 "ROIPool2d": {
704 "files": {
705 "common": [
706 "src/core/CL/kernels/CLROIPoolingLayerKernel.cpp",
707 "src/runtime/CL/functions/CLROIPoolingLayer.cpp"
708 ]
709 }
710 },
711 "Scale": {
712 "files": {
713 "common": [
714 "src/gpu/cl/kernels/ClScaleKernel.cpp",
715 "src/gpu/cl/operators/ClScale.cpp",
716 "src/runtime/CL/functions/CLScale.cpp"
717 ]
718 }
719 },
720 "Select": {
721 "files": {
722 "common": [
723 "src/core/CL/kernels/CLSelectKernel.cpp",
724 "src/runtime/CL/functions/CLSelect.cpp"
725 ]
726 }
727 },
728 "Slice": {
729 "deps": [ "StridedSlice" ],
730 "files": {
731 "common": [ "src/runtime/CL/functions/CLSlice.cpp" ]
732 }
733 },
734 "Softmax": {
735 "deps": [ "Permute" ],
736 "files": {
737 "common": [
738 "src/gpu/cl/kernels/ClSoftmaxKernel.cpp",
739 "src/gpu/cl/operators/ClSoftmax.cpp",
740 "src/runtime/CL/functions/CLSoftmaxLayer.cpp"
741 ]
742 }
743 },
744 "SpaceToBatch": {
745 "files": {
746 "common": [
747 "src/core/CL/kernels/CLSpaceToBatchLayerKernel.cpp",
748 "src/runtime/CL/functions/CLSpaceToBatchLayer.cpp"
749 ]
750 }
751 },
752 "SpaceToDepth": {
753 "files": {
754 "common": [
755 "src/core/CL/kernels/CLSpaceToDepthLayerKernel.cpp",
756 "src/runtime/CL/functions/CLSpaceToDepthLayer.cpp"
757 ]
758 }
759 },
760 "Split": {
761 "deps": [ "StridedSlice" ],
762 "files": {
763 "common": [ "src/runtime/CL/functions/CLSplit.cpp" ]
764 }
765 },
766 "Stack": {
767 "files": {
768 "common": [
769 "src/core/CL/kernels/CLStackLayerKernel.cpp",
770 "src/runtime/CL/functions/CLStackLayer.cpp"
771 ]
772 }
773 },
774 "StridedSlice": {
775 "files": {
776 "common": [
777 "src/core/CL/kernels/CLStridedSliceKernel.cpp",
778 "src/runtime/CL/functions/CLStridedSlice.cpp"
779 ]
780 }
781 },
782 "Sub": {
783 "files": {
784 "common": [
785 "src/gpu/cl/kernels/ClElementwiseKernel.cpp",
786 "src/gpu/cl/operators/ClSub.cpp"
787 ]
788 }
789 },
790 "Tile": {
791 "files": {
792 "common": [
793 "src/core/CL/kernels/CLTileKernel.cpp",
794 "src/runtime/CL/functions/CLTile.cpp"
795 ]
796 }
797 },
798 "Transpose": {
799 "files": {
800 "common": [
801 "src/gpu/cl/kernels/ClTransposeKernel.cpp",
802 "src/gpu/cl/operators/ClTranspose.cpp",
803 "src/runtime/CL/functions/CLTranspose.cpp"
804 ]
805 }
806 },
807 "Unstack": {
808 "deps": [ "StridedSlice" ],
809 "files": {
810 "common": [ "src/runtime/CL/functions/CLUnstack.cpp" ]
811 }
812 },
813 "YUVNormalize": {
814 "files": {
815 "common": [
816 "src/core/CL/kernels/CLNormalizePlanarYUVLayerKernel.cpp",
817 "src/runtime/CL/functions/CLNormalizePlanarYUVLayer.cpp"
818 ]
Michalis Spyrou20fca522021-06-07 14:23:57 +0100819 }
Georgios Pinitasbdcdc392021-04-22 16:42:03 +0100820 }
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100821 }
822},
Michalis Spyrou20fca522021-06-07 14:23:57 +0100823 "cpu": {
Georgios Pinitas13ef1762021-07-14 17:14:43 +0100824 "common": [
Michalis Spyrou20fca522021-06-07 14:23:57 +0100825 "src/cpu/CpuContext.cpp",
826 "src/cpu/CpuQueue.cpp",
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100827 "src/cpu/CpuTensor.cpp",
828 "src/core/NEON/kernels/NEFillBorderKernel.cpp",
829 "src/runtime/NEON/INEOperator.cpp",
830 "src/runtime/NEON/INESimpleFunction.cpp",
831 "src/runtime/NEON/INESimpleFunctionNoBorder.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +0100832 ],
833 "operators": {
834 "Activation": {
835 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100836 "common": [
837 "src/cpu/operators/CpuActivation.cpp",
838 "src/cpu/kernels/CpuActivationKernel.cpp",
839 "src/runtime/NEON/functions/NEActivationLayer.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +0100840 ],
Michalis Spyrou20fca522021-06-07 14:23:57 +0100841 "neon": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100842 "fp16": [ "src/cpu/kernels/activation/neon/fp16.cpp" ],
843 "fp32": [ "src/cpu/kernels/activation/neon/fp32.cpp" ],
844 "qasymm8": [ "src/cpu/kernels/activation/neon/qasymm8.cpp" ],
845 "qasymm8_signed": [ "src/cpu/kernels/activation/neon/qasymm8_signed.cpp" ],
846 "qsymm16": [ "src/cpu/kernels/activation/neon/qsymm16.cpp" ]
847 },
848 "sve": {
849 "fp16": [ "src/cpu/kernels/activation/sve/fp16.cpp" ],
850 "fp32": [ "src/cpu/kernels/activation/sve/fp32.cpp" ],
851 "qasymm8": [ "src/cpu/kernels/activation/neon/qasymm8.cpp", "src/cpu/kernels/activation/sve/qasymm8.cpp" ],
852 "qasymm8_signed": [ "src/cpu/kernels/activation/neon/qasymm8_signed.cpp", "src/cpu/kernels/activation/sve/qasymm8_signed.cpp" ],
853 "qsymm16": [ "src/cpu/kernels/activation/neon/qsymm16.cpp", "src/cpu/kernels/activation/sve/qsymm16.cpp" ]
Michalis Spyrou20fca522021-06-07 14:23:57 +0100854 }
855 }
856 },
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100857 "ArgMinMax": {
858 "deps": [ "Reduction" ],
859 "files": {
860 "common": [ "src/runtime/NEON/functions/NEArgMinMaxLayer.cpp" ]
861 }
862 },
Michalis Spyrou20fca522021-06-07 14:23:57 +0100863 "Add": {
864 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100865 "common": [
866 "src/cpu/operators/CpuAdd.cpp",
867 "src/cpu/kernels/CpuAddKernel.cpp",
868 "src/runtime/NEON/functions/NEArithmeticAddition.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +0100869 ],
Michalis Spyrou20fca522021-06-07 14:23:57 +0100870 "neon": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100871 "qasymm8": [ "src/cpu/kernels/add/neon/qasymm8.cpp" ],
872 "qasymm8_signed": [ "src/cpu/kernels/add/neon/qasymm8_signed.cpp" ],
873 "qsymm16": [ "src/cpu/kernels/add/neon/qsymm16.cpp" ]
874 },
875 "sve": {
876 "common": [ "src/cpu/kernels/add/sve/impl.cpp" ],
877 "qasymm8": [ "src/cpu/kernels/add/neon/qasymm8.cpp", "src/cpu/kernels/add/sve/qasymm8.cpp" ],
878 "qasymm8_signed": [ "src/cpu/kernels/add/neon/qasymm8_signed.cpp", "src/cpu/kernels/add/sve/qasymm8_signed.cpp" ],
879 "qsymm16": [ "src/cpu/kernels/add/neon/qsymm16.cpp", "src/cpu/kernels/add/sve/qsymm16.cpp" ]
Michalis Spyrou20fca522021-06-07 14:23:57 +0100880 }
881 }
882 },
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100883 "BatchNormalize": {
Michalis Spyrou20fca522021-06-07 14:23:57 +0100884 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100885 "common": [
886 "src/core/NEON/kernels/NEBatchNormalizationLayerKernel.cpp",
887 "src/core/NEON/kernels/NEFuseBatchNormalizationKernel.cpp",
888 "src/runtime/NEON/functions/NEBatchNormalizationLayer.cpp",
889 "src/runtime/NEON/functions/NEFuseBatchNormalization.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +0100890 ],
Michalis Spyrou20fca522021-06-07 14:23:57 +0100891 "neon": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100892 "fp16": [ "src/core/NEON/kernels/batchnormalization/impl/NEON/fp16.cpp" ],
893 "fp32": [ "src/core/NEON/kernels/batchnormalization/impl/NEON/fp32.cpp" ]
894 },
895 "sve": {
896 "fp16": [ "src/core/NEON/kernels/batchnormalization/impl/SVE/fp16.cpp" ],
897 "fp32": [ "src/core/NEON/kernels/batchnormalization/impl/SVE/fp32.cpp" ]
Michalis Spyrou20fca522021-06-07 14:23:57 +0100898 }
899 }
900 },
901 "BatchToSpace": {
902 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100903 "common": [
904 "src/core/NEON/kernels/NEBatchToSpaceLayerKernel.cpp",
905 "src/runtime/NEON/functions/NEBatchToSpaceLayer.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +0100906 ]
907 }
908 },
909 "BitwiseAnd": {
910 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100911 "common": [
912 "src/core/NEON/kernels/NEBitwiseAndKernel.cpp",
913 "src/runtime/NEON/functions/NEBitwiseAnd.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +0100914 ]
915 }
916 },
917 "BitwiseNot": {
918 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100919 "common": [
920 "src/core/NEON/kernels/NEBitwiseNotKernel.cpp",
921 "src/runtime/NEON/functions/NEBitwiseNot.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +0100922 ]
923 }
924 },
925 "BitwiseOr": {
926 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100927 "common": [
928 "src/core/NEON/kernels/NEBitwiseOrKernel.cpp",
929 "src/runtime/NEON/functions/NEBitwiseOr.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +0100930 ]
931 }
932 },
933 "BitwiseXor": {
934 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100935 "common": [
936 "src/core/NEON/kernels/NEBitwiseXorKernel.cpp",
937 "src/runtime/NEON/functions/NEBitwiseXor.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +0100938 ]
939 }
940 },
941 "BoundingBoxTransform": {
942 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100943 "common": [
944 "src/core/NEON/kernels/NEBoundingBoxTransformKernel.cpp",
945 "src/runtime/NEON/functions/NEBoundingBoxTransform.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +0100946 ]
947 }
948 },
949 "Cast": {
950 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100951 "common": [
952 "src/cpu/operators/CpuCast.cpp",
953 "src/cpu/kernels/CpuCastKernel.cpp",
954 "src/runtime/NEON/functions/NECast.cpp"
955 ]
956 }
957 },
958 "ChannelShuffle": {
959 "files": {
960 "common": [
961 "src/core/NEON/kernels/NEChannelShuffleLayerKernel.cpp",
962 "src/runtime/NEON/functions/NEChannelShuffleLayer.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +0100963 ]
964 }
965 },
966 "Concatenate": {
967 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100968 "common": [
969 "src/cpu/operators/CpuConcatenate.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100970 "src/cpu/kernels/CpuConcatenateWidthKernel.cpp",
971 "src/cpu/kernels/CpuConcatenateBatchKernel.cpp",
972 "src/cpu/kernels/CpuConcatenateDepthKernel.cpp",
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100973 "src/cpu/kernels/CpuConcatenateHeightKernel.cpp",
974 "src/runtime/NEON/functions/NEConcatenateLayer.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +0100975 ]
976 }
977 },
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100978 "Conv2d": {
979 "deps": [
980 "Activation",
981 "ElementwiseBinary",
982 "FFT2D",
983 "Gemm",
984 "Mul",
985 "Pad",
986 "Permute",
987 "Reshape",
988 "Reverse",
989 "Slice"
990 ],
Michalis Spyrou20fca522021-06-07 14:23:57 +0100991 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +0100992 "common": [
993 "src/cpu/operators/CpuConv2d.cpp",
994 "src/cpu/operators/CpuDirectConv2d.cpp",
995 "src/cpu/operators/CpuGemmDirectConv2d.cpp",
996 "src/cpu/operators/CpuGemmConv2d.cpp",
997 "src/cpu/operators/CpuWinogradConv2d.cpp",
998 "src/cpu/operators/internal/CpuGemmAssemblyDispatch.cpp",
999 "src/cpu/kernels/CpuDirectConv2dKernel.cpp",
1000 "src/cpu/kernels/CpuDirectConv2dOutputStageKernel.cpp",
1001 "src/cpu/kernels/CpuWinogradConv2dKernel.cpp",
1002 "src/cpu/kernels/CpuCol2ImKernel.cpp",
1003 "src/cpu/kernels/CpuIm2ColKernel.cpp",
1004 "src/cpu/kernels/CpuWeightsReshapeKernel.cpp",
1005 "src/core/NEON/kernels/convolution/common/padding.cpp",
1006 "src/core/NEON/kernels/convolution/common/qasymm8.cpp",
1007 "src/core/NEON/kernels/convolution/common/qsymm8.cpp",
1008 "src/core/NEON/kernels/convolution/common/utils.cpp",
1009 "src/core/NEON/kernels/convolution/winograd/padding.cpp",
1010 "src/core/NEON/kernels/convolution/winograd/winograd.cpp",
1011 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/input_1x8_fp32_fp32_integers.cpp",
1012 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/input_4x4_fp16_fp16_integers.cpp",
1013 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/input_4x4_fp32_fp32_integers.cpp",
1014 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/input_6x6_fp16_fp16_integers.cpp",
1015 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/input_6x6_fp32_fp32_integers.cpp",
1016 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/output_2_7_fp32_fp32_integers.cpp",
1017 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/output_2x2_3x3_fp32_fp32_integers.cpp",
1018 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/output_2x2_5x5_fp32_fp32_integers.cpp",
1019 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/output_4_5_fp32_fp32_integers.cpp",
1020 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/output_4x4_3x3_fp16_fp16_integers.cpp",
1021 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/output_4x4_3x3_fp32_fp32_integers.cpp",
1022 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/output_6_3_fp32_fp32_integers.cpp",
1023 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/weights_2_7_fp32_fp32_integers.cpp",
1024 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/weights_2x2_3x3_fp32_fp32_integers.cpp",
1025 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/weights_2x2_5x5_fp32_fp32_integers.cpp",
1026 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/weights_4_5_fp32_fp32_integers.cpp",
1027 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/weights_4x4_3x3_fp16_fp16_integers.cpp",
1028 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/weights_4x4_3x3_fp32_fp32_integers.cpp",
1029 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/weights_6_3_fp32_fp32_integers.cpp",
1030 "src/runtime/NEON/functions/NEConvolutionLayer.cpp",
1031 "src/runtime/NEON/functions/NEDirectConvolutionLayer.cpp",
1032 "src/runtime/NEON/functions/NEFFTConvolutionLayer.cpp",
1033 "src/runtime/NEON/functions/NEGEMMConv2d.cpp",
1034 "src/runtime/NEON/functions/NEGEMMConvolutionLayer.cpp",
1035 "src/runtime/NEON/functions/NEWinogradConvolutionLayer.cpp"
Michalis Spyroub55f8e82021-07-22 11:23:11 +01001036 ]
1037 }
1038 },
Michalis Spyrou20fca522021-06-07 14:23:57 +01001039 "Copy": {
1040 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001041 "common": [
1042 "src/cpu/operators/CpuCopy.cpp",
1043 "src/cpu/kernels/CpuCopyKernel.cpp",
1044 "src/runtime/NEON/functions/NECopy.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001045 ]
1046 }
1047 },
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001048 "CropResize": {
1049 "deps": [ "Scale" ],
Michalis Spyrou20fca522021-06-07 14:23:57 +01001050 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001051 "common": [
1052 "src/core/NEON/kernels/NECropKernel.cpp",
1053 "src/runtime/NEON/functions/NECropResize.cpp"
1054 ]
1055 }
1056 },
1057 "Deconv2d": {
1058 "deps": [ "Conv2d", "Reverse", "Transpose"],
1059 "files": {
1060 "common": [
1061 "src/runtime/NEON/functions/NEDeconvolutionLayer.cpp"
1062 ]
1063 }
1064 },
1065 "DepthConvert": {
1066 "deps": [ "Cast"],
1067 "files": {
1068 "common": [
1069 "src/runtime/NEON/functions/NEDepthConvertLayer.cpp"
1070 ]
1071 }
1072 },
1073 "DepthToSpace": {
1074 "files": {
1075 "common": [
1076 "src/core/NEON/kernels/NEDepthToSpaceLayerKernel.cpp",
1077 "src/runtime/NEON/functions/NEDepthToSpaceLayer.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001078 ]
1079 }
1080 },
1081 "DepthwiseConv2d": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001082 "deps": [ "Activation", "Permute" ],
Michalis Spyrou20fca522021-06-07 14:23:57 +01001083 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001084 "common": [
Georgios Pinitas7891a732021-08-20 21:39:25 +01001085 "src/cpu/operators/CpuDepthwiseConv2d.cpp",
1086 "src/cpu/operators/CpuDepthwiseConv2dAssemblyDispatch.cpp",
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001087 "src/cpu/kernels/CpuDepthwiseConv2dNativeKernel.cpp",
1088 "src/cpu/kernels/internal/CpuDepthwiseConv2dAssemblyWrapperKernel.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001089 "src/core/NEON/kernels/convolution/common/padding.cpp",
1090 "src/core/NEON/kernels/convolution/common/qasymm8.cpp",
1091 "src/core/NEON/kernels/convolution/common/qsymm8.cpp",
1092 "src/core/NEON/kernels/convolution/common/utils.cpp",
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001093 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_fp16.cpp",
1094 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_u8q.cpp",
1095 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_u8s8u8q.cpp",
1096 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/8b_mla.cpp",
1097 "src/runtime/NEON/functions/NEDepthwiseConvolutionLayer.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001098 ],
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001099 "neon": {
1100 "estate64": [
1101 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_s8q.cpp",
1102 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_fp32.cpp",
1103 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/a64_s8q_3x3_dot.cpp",
1104 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/a64_u8q_3x3_dot.cpp",
1105 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1106 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1107 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_direct.cpp",
1108 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_indirect.cpp",
1109 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_direct.cpp",
1110 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_indirect.cpp",
1111 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_direct.cpp",
1112 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_indirect.cpp",
1113 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1114 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1115 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1116 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp",
1117 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1118 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1119 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_direct.cpp",
1120 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_indirect.cpp",
1121 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_direct.cpp",
1122 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_indirect.cpp",
1123 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_direct.cpp",
1124 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_indirect.cpp",
1125 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1126 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1127 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1128 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_packed_to_nhwc_3x3_s2_with_multiplier_output3x3_mla_depthfirst/generic.cpp",
1129 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_packed_to_nhwc_5x5_s1_with_multiplier_output2x4_mla_depthfirst/generic.cpp",
1130 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp",
1131 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
1132 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1133 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
1134 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp",
1135 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1136 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_packed_to_nhwc_3x3_s2_with_multiplier_output2x4_dot_depthfirst/generic.cpp",
1137 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_packed_to_nhwc_5x5_s1_with_multiplier_output4x2_dot_depthfirst/generic.cpp",
1138 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp",
1139 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8qs_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
1140 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
1141 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1142 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
1143 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp",
1144 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1145 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_packed_to_nhwc_3x3_s2_with_multiplier_output2x4_dot_depthfirst/generic.cpp",
1146 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_packed_to_nhwc_5x5_s1_with_multiplier_output4x2_dot_depthfirst/generic.cpp",
1147 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp",
1148 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1149 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
1150 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp",
1151 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1152 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp"
1153 ]
1154 },
Michalis Spyrou20fca522021-06-07 14:23:57 +01001155 "sve": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001156 "common": [
1157 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_s8q.cpp",
1158 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_fp32.cpp",
Freddie Liardetd216f572021-08-03 15:57:32 +01001159 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/sve_8b_mla.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001160 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/sve_s8q_3x3_dot.cpp",
1161 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/sve_u8q_3x3_dot.cpp",
1162 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1163 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1164 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_direct.cpp",
1165 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_indirect.cpp",
1166 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_direct.cpp",
1167 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_indirect.cpp",
1168 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_direct.cpp",
1169 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_indirect.cpp",
1170 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1171 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1172 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1173 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1174 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1175 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst_strided/generic.cpp",
1176 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_direct.cpp",
1177 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_indirect.cpp",
1178 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_direct.cpp",
1179 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_indirect.cpp",
1180 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_direct.cpp",
1181 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_indirect.cpp",
1182 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1183 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1184 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1185 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_packed_to_nhwc_3x3_s2_with_multiplier_output3x3_mla_depthfirst/generic.cpp",
1186 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_packed_to_nhwc_5x5_s1_with_multiplier_output2x4_mla_depthfirst/generic.cpp",
1187 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp",
1188 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
1189 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1190 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
1191 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp",
1192 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_packed_to_nhwc_3x3_s2_with_multiplier_output2x4_dot_depthfirst/generic.cpp",
1193 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_packed_to_nhwc_5x5_s1_with_multiplier_output4x2_dot_depthfirst/generic.cpp",
1194 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8qs_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
1195 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
1196 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1197 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
1198 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp",
1199 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_packed_to_nhwc_3x3_s2_with_multiplier_output2x4_dot_depthfirst/generic.cpp",
1200 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_packed_to_nhwc_5x5_s1_with_multiplier_output4x2_dot_depthfirst/generic.cpp",
1201 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8s8u8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1202 "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 +01001203 "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 +01001204 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/a64_s8q_3x3_dot.cpp",
1205 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/a64_u8q_3x3_dot.cpp",
1206 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1207 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1208 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_direct.cpp",
1209 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_indirect.cpp",
1210 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_direct.cpp",
1211 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_indirect.cpp",
1212 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_direct.cpp",
1213 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_indirect.cpp",
1214 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1215 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1216 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1217 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp",
1218 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1219 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1220 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_direct.cpp",
1221 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_indirect.cpp",
1222 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_direct.cpp",
1223 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_indirect.cpp",
1224 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_direct.cpp",
1225 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_indirect.cpp",
1226 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1227 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1228 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1229 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_packed_to_nhwc_3x3_s2_with_multiplier_output3x3_mla_depthfirst/generic.cpp",
1230 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_packed_to_nhwc_5x5_s1_with_multiplier_output2x4_mla_depthfirst/generic.cpp",
1231 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp",
1232 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
1233 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1234 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
1235 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp",
1236 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1237 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_packed_to_nhwc_3x3_s2_with_multiplier_output2x4_dot_depthfirst/generic.cpp",
1238 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_packed_to_nhwc_5x5_s1_with_multiplier_output4x2_dot_depthfirst/generic.cpp",
1239 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp",
1240 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8qs_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
1241 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
1242 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1243 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
1244 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp",
1245 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1246 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_packed_to_nhwc_3x3_s2_with_multiplier_output2x4_dot_depthfirst/generic.cpp",
1247 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_packed_to_nhwc_5x5_s1_with_multiplier_output4x2_dot_depthfirst/generic.cpp",
1248 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp",
1249 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1250 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
1251 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp",
1252 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1253 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp"
1254 ]
1255 }
1256 }
1257 },
Michalis Spyrou20fca522021-06-07 14:23:57 +01001258 "Dequantize": {
1259 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001260 "common": [
1261 "src/cpu/operators/CpuDequantize.cpp",
1262 "src/cpu/kernels/CpuDequantizeKernel.cpp",
1263 "src/runtime/NEON/functions/NEDequantizationLayer.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001264 ]
1265 }
1266 },
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001267 "DetectionPostProcess": {
1268 "deps": [ "Dequantize" ],
Michalis Spyrou20fca522021-06-07 14:23:57 +01001269 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001270 "common" : [ "src/runtime/NEON/functions/NEDetectionPostProcessLayer.cpp" ]
Michalis Spyrou20fca522021-06-07 14:23:57 +01001271 }
1272 },
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001273 "ElementwiseBinary": {
Michalis Spyrou20fca522021-06-07 14:23:57 +01001274 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001275 "common": [
1276 "src/cpu/operators/CpuElementwise.cpp",
1277 "src/cpu/kernels/CpuElementwiseKernel.cpp",
1278 "src/runtime/NEON/functions/NEElementwiseOperations.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001279 ],
1280 "sve": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001281 "common": [ "src/cpu/kernels/elementwise/sve/elementwise.cpp" ]
Michalis Spyrou20fca522021-06-07 14:23:57 +01001282 }
1283 }
1284 },
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001285 "ElementwiseUnary":{
Michalis Spyrou20fca522021-06-07 14:23:57 +01001286 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001287 "common": [
1288 "src/cpu/operators/CpuElementwiseUnary.cpp",
1289 "src/cpu/kernels/CpuElementwiseUnaryKernel.cpp",
1290 "src/runtime/NEON/functions/NEElementwiseUnaryLayer.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001291 ],
1292 "sve": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001293 "common": [ "src/cpu/kernels/elementwise/sve/elementwise_unary.cpp" ]
Michalis Spyrou20fca522021-06-07 14:23:57 +01001294 }
1295 }
1296 },
1297 "FFT1D": {
1298 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001299 "common": [
Michalis Spyrou20fca522021-06-07 14:23:57 +01001300 "src/core/NEON/kernels/NEFFTDigitReverseKernel.cpp",
1301 "src/core/NEON/kernels/NEFFTRadixStageKernel.cpp",
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001302 "src/core/NEON/kernels/NEFFTScaleKernel.cpp",
1303 "src/runtime/NEON/functions/NEFFT1D.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001304 ]
1305 }
1306 },
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001307 "FFT2D": {
1308 "deps": [ "FFT1D" ],
Michalis Spyrou20fca522021-06-07 14:23:57 +01001309 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001310 "common": [
1311 "src/runtime/NEON/functions/NEFFT2D.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001312 ]
1313 }
1314 },
1315 "Fill": {
1316 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001317 "common": [
1318 "src/cpu/operators/CpuFill.cpp",
1319 "src/cpu/kernels/CpuFillKernel.cpp",
1320 "src/runtime/NEON/functions/NEFill.cpp"
1321 ]
1322 }
1323 },
1324 "Flatten": {
1325 "deps: ": [ "Reshape" ],
1326 "files": {
1327 "common": [
1328 "src/cpu/operators/CpuFlatten.cpp",
1329 "src/runtime/NEON/functions/NEFlattenLayer.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001330 ]
1331 }
1332 },
1333 "Floor": {
1334 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001335 "common": [
1336 "src/cpu/operators/CpuFloor.cpp",
1337 "src/cpu/kernels/CpuFloorKernel.cpp",
1338 "src/runtime/NEON/functions/NEFloor.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001339 ],
1340 "neon": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001341 "fp32": [ "src/cpu/kernels/floor/neon/fp32.cpp" ],
1342 "fp16": [ "src/cpu/kernels/floor/neon/fp16.cpp" ]
Michalis Spyrou20fca522021-06-07 14:23:57 +01001343 }
1344 }
1345 },
Michele Di Giorgiod9cdf142021-07-02 15:17:08 +01001346 "FullyConnected": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001347 "deps": [ "Flatten", "Gemm", "Transpose"],
Michele Di Giorgiod9cdf142021-07-02 15:17:08 +01001348 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001349 "common": [
1350 "src/cpu/kernels/CpuConvertFullyConnectedWeightsKernel.cpp",
1351 "src/cpu/operators/CpuConvertFullyConnectedWeights.cpp",
1352 "src/cpu/operators/CpuFullyConnected.cpp",
1353 "src/runtime/NEON/functions/NEConvertFullyConnectedWeights.cpp",
1354 "src/runtime/NEON/functions/NEFullyConnectedLayer.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001355 ]
1356 }
1357 },
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001358 "Gather": {
Michalis Spyrou20fca522021-06-07 14:23:57 +01001359 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001360 "common": [
1361 "src/core/NEON/kernels/NEGatherKernel.cpp",
1362 "src/runtime/NEON/functions/NEGather.cpp"
1363 ]
1364 }
1365 },
1366 "Gemm": {
1367 "files": {
1368 "common": [
1369 "src/cpu/kernels/CpuConvertQuantizedSignednessKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +01001370 "src/cpu/kernels/CpuGemmMatrixAdditionKernel.cpp",
1371 "src/cpu/kernels/CpuGemmMatrixMultiplyKernel.cpp",
1372 "src/cpu/kernels/CpuGemmTranspose1xWKernel.cpp",
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001373 "src/cpu/kernels/CpuGemmInterleave4x4Kernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +01001374 "src/cpu/kernels/CpuGemmLowpQuantizeDownInt32ScaleKernel.cpp",
1375 "src/cpu/kernels/CpuGemmLowpQuantizeDownInt32ToInt16ScaleByFixedPointKernel.cpp",
1376 "src/cpu/kernels/CpuGemmLowpQuantizeDownInt32ToInt8ScaleByFixedPointKernel.cpp",
1377 "src/cpu/kernels/CpuGemmLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel.cpp",
1378 "src/cpu/kernels/CpuGemmLowpMatrixMultiplyKernel.cpp",
1379 "src/cpu/kernels/CpuGemmLowpMatrixReductionKernel.cpp",
1380 "src/cpu/kernels/CpuGemmLowpOffsetContributionOutputStageKernel.cpp",
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001381 "src/cpu/kernels/CpuGemmLowpOffsetContributionKernel.cpp",
1382 "src/cpu/operators/CpuGemm.cpp",
1383 "src/cpu/operators/CpuGemmLowpOutputStage.cpp",
1384 "src/cpu/operators/CpuGemmLowpMatrixMultiplyCore.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001385 "src/core/NEON/kernels/arm_gemm/gemm_bf16.cpp",
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001386 "src/core/NEON/kernels/arm_gemm/gemm_fp16.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001387 "src/core/NEON/kernels/arm_gemm/gemm_fp32.cpp",
1388 "src/core/NEON/kernels/arm_gemm/gemm_int16.cpp",
1389 "src/core/NEON/kernels/arm_gemm/gemm_int8.cpp",
1390 "src/core/NEON/kernels/arm_gemm/gemm_qint8.cpp",
1391 "src/core/NEON/kernels/arm_gemm/gemm_quint8.cpp",
1392 "src/core/NEON/kernels/arm_gemm/gemm_uint16.cpp",
1393 "src/core/NEON/kernels/arm_gemm/gemm_uint8.cpp",
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001394 "src/core/NEON/kernels/arm_gemm/interleave_indirect.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001395 "src/core/NEON/kernels/arm_gemm/mergeresults-fp16.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001396 "src/core/NEON/kernels/arm_gemm/mergeresults.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001397 "src/core/NEON/kernels/arm_gemm/misc.cpp",
1398 "src/core/NEON/kernels/arm_gemm/quantized.cpp",
1399 "src/core/NEON/kernels/arm_gemm/rowsum_indirect_s8.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001400 "src/core/NEON/kernels/arm_gemm/rowsum_indirect_u8.cpp",
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001401 "src/core/NEON/kernels/arm_gemm/transform.cpp",
1402 "src/runtime/NEON/functions/NEGEMM.cpp",
1403 "src/runtime/NEON/functions/NEGEMMLowpMatrixMultiplyCore.cpp",
1404 "src/runtime/NEON/functions/NEGEMMLowpOutputStage.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001405 ],
1406 "neon": {
1407 "estate32": [
1408 "src/core/NEON/kernels/arm_gemm/kernels/a32_sgemm_8x6/a53.cpp",
1409 "src/core/NEON/kernels/arm_gemm/kernels/a32_sgemm_8x6/a55r1.cpp",
1410 "src/core/NEON/kernels/arm_gemm/kernels/a32_sgemm_8x6/generic.cpp"
1411 ],
1412 "estate64": [
1413 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s16_8x12/generic.cpp",
1414 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s8_4x4/generic.cpp",
1415 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s8_8x12/a55r1.cpp",
1416 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s8_8x12/generic.cpp",
1417 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s8_8x12/x1.cpp",
1418 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u16_8x12/generic.cpp",
1419 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u8_4x4/generic.cpp",
1420 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u8_8x12/a55r1.cpp",
1421 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u8_8x12/generic.cpp",
1422 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u8_8x12/x1.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001423 "src/core/NEON/kernels/arm_gemm/kernels/a64_hgemm_8x24/a55r1.cpp",
1424 "src/core/NEON/kernels/arm_gemm/kernels/a64_hgemm_8x24/generic.cpp",
1425 "src/core/NEON/kernels/arm_gemm/kernels/a64_hgemm_8x24/x1.cpp",
1426 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_bf16fp32_dot_6x16/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001427 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_bf16fp32_mmla_6x16/generic.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001428 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp16_mla_6x32/a55.cpp",
1429 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp16_mla_6x32/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001430 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_4x24/a55.cpp",
1431 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_4x24/generic.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001432 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_6x16/a55.cpp",
1433 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_6x16/generic.cpp",
1434 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_8x4/a55.cpp",
1435 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_8x4/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001436 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32bf16fp32_mmla_4x24/generic.cpp",
1437 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32bf16fp32_mmla_6x16/generic.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001438 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qa_dot_4x16/a55.cpp",
1439 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qa_dot_4x16/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001440 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qa_mmla_4x16/generic.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001441 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qs_dot_6x16/a55.cpp",
1442 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qs_dot_6x16/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001443 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qs_mmla_6x16/generic.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001444 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8s32_dot_6x16/a55.cpp",
1445 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8s32_dot_6x16/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001446 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8s32_mmla_6x16/generic.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001447 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8qa_dot_4x16/a55.cpp",
1448 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8qa_dot_4x16/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001449 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8qa_mmla_4x16/generic.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001450 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8u32_dot_6x16/a55.cpp",
1451 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8u32_dot_6x16/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001452 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8u32_mmla_6x16/generic.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001453 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_bf16fp32_dot_8x12/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001454 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_bf16fp32_dot_8x12/x1.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001455 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_bf16fp32_mmla_8x12/generic.cpp",
1456 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_s8s32_mmla_8x12/generic.cpp",
1457 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_u8u32_mmla_8x12/generic.cpp",
1458 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/a53.cpp",
1459 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/a55.cpp",
1460 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/a55r1.cpp",
1461 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/generic.cpp",
1462 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/x1.cpp",
1463 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x6/generic.cpp",
1464 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemv_pretransposed/generic.cpp",
1465 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_fp32_mla_6x4/generic.cpp",
1466 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_fp32_mla_8x4/generic.cpp",
1467 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_s8s32_dot_6x4/a55.cpp",
1468 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_s8s32_dot_6x4/generic.cpp",
1469 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_s8s32_dot_8x4/a55.cpp",
1470 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_s8s32_dot_8x4/generic.cpp",
1471 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_u8u32_dot_6x4/a55.cpp",
1472 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_u8u32_dot_6x4/generic.cpp",
1473 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_u8u32_dot_8x4/a55.cpp",
1474 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_u8u32_dot_8x4/generic.cpp"
1475 ]
1476 },
1477 "sve": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001478 "common": [
Michalis Spyrou20fca522021-06-07 14:23:57 +01001479 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_bf16fp32_dot_6x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001480 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_bf16fp32_mmla_6x4VL/generic.cpp",
1481 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp16_mla_6x4VL/a64fx.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001482 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp16_mla_6x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001483 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32_mla_6x4VL/a64fx.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001484 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32_mla_6x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001485 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32_mla_8x1VL/a64fx.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001486 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32_mla_8x1VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001487 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32bf16fp32_mmla_4x6VL/generic.cpp",
1488 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32bf16fp32_mmla_6x4VL/generic.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001489 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8qa_dot_4x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001490 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8qa_mmla_4x4VL/generic.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001491 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8qs_dot_6x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001492 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8qs_mmla_6x4VL/generic.cpp",
1493 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8s32_dot_6x4VL/a64fx.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001494 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8s32_dot_6x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001495 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8s32_mmla_6x4VL/generic.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001496 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_u8qa_dot_4x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001497 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_u8qa_mmla_4x4VL/generic.cpp",
1498 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_u8u32_dot_6x4VL/a64fx.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001499 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_u8u32_dot_6x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001500 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_u8u32_mmla_6x4VL/generic.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001501 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_bf16fp32_dot_8x3VL/generic.cpp",
1502 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_bf16fp32_mmla_8x3VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001503 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_fp16_mla_8x3VL/a64fx.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001504 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_fp16_mla_8x3VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001505 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_fp32_mla_8x3VL/a64fx.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001506 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_fp32_mla_8x3VL/generic.cpp",
1507 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_fp32_mmla_8x3VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001508 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_s8s32_dot_8x3VL/a64fx.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001509 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_s8s32_dot_8x3VL/generic.cpp",
1510 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_s8s32_mmla_8x3VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001511 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_u8u32_dot_8x3VL/a64fx.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001512 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_u8u32_dot_8x3VL/generic.cpp",
1513 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_u8u32_mmla_8x3VL/generic.cpp",
1514 "src/core/NEON/kernels/arm_gemm/kernels/sve_smallK_hybrid_fp32_mla_8x1VL/generic.cpp",
1515 "src/core/NEON/kernels/arm_gemm/kernels/sve_smallK_hybrid_s8s32_dot_8x1VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001516 "src/core/NEON/kernels/arm_gemm/kernels/sve_smallK_hybrid_u8u32_dot_8x1VL/generic.cpp",
1517 "src/core/NEON/kernels/arm_gemm/mergeresults-sve.cpp",
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001518 "src/core/NEON/kernels/arm_gemm/transform-sve.cpp",
1519 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s16_8x12/generic.cpp",
1520 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s8_4x4/generic.cpp",
1521 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s8_8x12/a55r1.cpp",
1522 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s8_8x12/generic.cpp",
1523 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s8_8x12/x1.cpp",
1524 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u16_8x12/generic.cpp",
1525 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u8_4x4/generic.cpp",
1526 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u8_8x12/a55r1.cpp",
1527 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u8_8x12/generic.cpp",
1528 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u8_8x12/x1.cpp",
1529 "src/core/NEON/kernels/arm_gemm/kernels/a64_hgemm_8x24/a55r1.cpp",
1530 "src/core/NEON/kernels/arm_gemm/kernels/a64_hgemm_8x24/generic.cpp",
1531 "src/core/NEON/kernels/arm_gemm/kernels/a64_hgemm_8x24/x1.cpp",
1532 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_bf16fp32_dot_6x16/generic.cpp",
1533 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_bf16fp32_mmla_6x16/generic.cpp",
1534 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp16_mla_6x32/a55.cpp",
1535 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp16_mla_6x32/generic.cpp",
1536 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_4x24/a55.cpp",
1537 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_4x24/generic.cpp",
1538 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_6x16/a55.cpp",
1539 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_6x16/generic.cpp",
1540 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_8x4/a55.cpp",
1541 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_8x4/generic.cpp",
1542 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32bf16fp32_mmla_4x24/generic.cpp",
1543 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32bf16fp32_mmla_6x16/generic.cpp",
1544 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qa_dot_4x16/a55.cpp",
1545 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qa_dot_4x16/generic.cpp",
1546 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qa_mmla_4x16/generic.cpp",
1547 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qs_dot_6x16/a55.cpp",
1548 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qs_dot_6x16/generic.cpp",
1549 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qs_mmla_6x16/generic.cpp",
1550 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8s32_dot_6x16/a55.cpp",
1551 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8s32_dot_6x16/generic.cpp",
1552 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8s32_mmla_6x16/generic.cpp",
1553 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8qa_dot_4x16/a55.cpp",
1554 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8qa_dot_4x16/generic.cpp",
1555 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8qa_mmla_4x16/generic.cpp",
1556 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8u32_dot_6x16/a55.cpp",
1557 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8u32_dot_6x16/generic.cpp",
1558 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8u32_mmla_6x16/generic.cpp",
1559 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_bf16fp32_dot_8x12/generic.cpp",
1560 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_bf16fp32_dot_8x12/x1.cpp",
1561 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_bf16fp32_mmla_8x12/generic.cpp",
1562 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_s8s32_mmla_8x12/generic.cpp",
1563 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_u8u32_mmla_8x12/generic.cpp",
1564 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/a53.cpp",
1565 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/a55.cpp",
1566 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/a55r1.cpp",
1567 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/generic.cpp",
1568 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/x1.cpp",
1569 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x6/generic.cpp",
1570 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemv_pretransposed/generic.cpp",
1571 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_fp32_mla_6x4/generic.cpp",
1572 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_fp32_mla_8x4/generic.cpp",
1573 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_s8s32_dot_6x4/a55.cpp",
1574 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_s8s32_dot_6x4/generic.cpp",
1575 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_s8s32_dot_8x4/a55.cpp",
1576 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_s8s32_dot_8x4/generic.cpp",
1577 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_u8u32_dot_6x4/a55.cpp",
1578 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_u8u32_dot_6x4/generic.cpp",
1579 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_u8u32_dot_8x4/a55.cpp",
1580 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_u8u32_dot_8x4/generic.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001581 ]
1582 }
1583 }
1584 },
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001585 "GenerateProposals": {
1586 "deps": [ "BoundingBoxTransform", "Dequantize", "Pad", "Permute", "Quantize", "Reshape" ],
Michalis Spyrou20fca522021-06-07 14:23:57 +01001587 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001588 "common": [
1589 "src/core/NEON/kernels/NEGenerateProposalsLayerKernel.cpp",
1590 "src/runtime/NEON/functions/NEGenerateProposalsLayer.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001591 ]
1592 }
1593 },
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001594 "InstanceNormalize": {
1595 "deps": [ "Permute", "Reduction" ],
Michalis Spyrou20fca522021-06-07 14:23:57 +01001596 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001597 "common": [
1598 "src/core/NEON/kernels/NEInstanceNormalizationLayerKernel.cpp",
1599 "src/runtime/NEON/functions/NEInstanceNormalizationLayer.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001600 ]
1601 }
1602 },
1603 "L2Normalize": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001604 "deps": [ "Reduction" ],
Michalis Spyrou20fca522021-06-07 14:23:57 +01001605 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001606 "common": [
1607 "src/core/NEON/kernels/NEL2NormalizeLayerKernel.cpp",
1608 "src/runtime/NEON/functions/NEL2NormalizeLayer.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001609 ]
1610 }
1611 },
1612 "Logical": {
1613 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001614 "common": [
1615 "src/core/NEON/kernels/NELogicalKernel.cpp",
1616 "src/runtime/NEON/functions/NELogical.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001617 ]
1618 }
1619 },
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001620 "LSTM": {
Michalis Spyrou20fca522021-06-07 14:23:57 +01001621 "deps": [
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001622 "Activation",
1623 "Concatenate",
1624 "Copy",
1625 "Dequantize",
1626 "ElementwiseBinary",
1627 "Fill",
1628 "FullyConnected",
1629 "Gemm",
1630 "MeanStdDevNormalize",
1631 "Mul",
1632 "Quantize",
1633 "Slice",
1634 "Transpose"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001635 ],
1636 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001637 "common": [
1638 "src/core/NEON/kernels/NEQLSTMLayerNormalizationKernel.cpp",
1639 "src/runtime/NEON/functions/NELSTMLayer.cpp",
1640 "src/runtime/NEON/functions/NELSTMLayerQuantized.cpp",
1641 "src/runtime/NEON/functions/NEQLSTMLayer.cpp"
1642 ]
1643 }
1644 },
1645 "MaxUnpool2d": {
1646 "deps": [ "Fill" ],
1647 "files": {
1648 "common": [
1649 "src/core/NEON/kernels/NEMaxUnpoolingLayerKernel.cpp",
1650 "src/runtime/NEON/functions/NEMaxUnpoolingLayer.cpp"
1651 ]
1652 }
1653 },
1654 "Mean": {
1655 "deps" : [ "Reduction" ],
1656 "files": {
1657 "common": [ "src/runtime/NEON/functions/NEReduceMean.cpp" ]
1658 }
1659 },
1660 "MeanStdDevNormalize": {
1661 "files": {
1662 "common": [
1663 "src/core/NEON/kernels/NEMeanStdDevNormalizationKernel.cpp",
1664 "src/runtime/NEON/functions/NEMeanStdDevNormalizationLayer.cpp"
1665 ]
1666 }
1667 },
1668 "Mul": {
1669 "files": {
1670 "common": [
1671 "src/cpu/operators/CpuMul.cpp",
1672 "src/cpu/kernels/CpuMulKernel.cpp",
1673 "src/runtime/NEON/functions/NEPixelWiseMultiplication.cpp"
1674 ]
1675 }
1676 },
1677 "Normalize": {
1678 "deps": [ "Mul" ],
1679 "files": {
1680 "common": [
1681 "src/core/NEON/kernels/NENormalizationLayerKernel.cpp",
1682 "src/runtime/NEON/functions/NENormalizationLayer.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001683 ]
1684 }
1685 },
1686 "Pad": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001687 "deps": [ "Concatenate", "Copy", "StridedSlice" ],
Michalis Spyrou20fca522021-06-07 14:23:57 +01001688 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001689 "common": [
1690 "src/core/NEON/kernels/NEPadLayerKernel.cpp",
1691 "src/runtime/NEON/functions/NEPadLayer.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001692 ]
1693 }
1694 },
1695 "Permute": {
1696 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001697 "common": [
1698 "src/cpu/operators/CpuPermute.cpp",
1699 "src/cpu/kernels/CpuPermuteKernel.cpp",
1700 "src/runtime/NEON/functions/NEPermute.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001701 ]
1702 }
1703 },
1704 "Pool2d": {
1705 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001706 "common": [
1707 "src/cpu/operators/CpuPool2d.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +01001708 "src/cpu/kernels/CpuPool2dKernel.cpp",
1709 "src/cpu/kernels/internal/CpuPool2dAssemblyWrapperKernel.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001710 "src/core/NEON/kernels/arm_conv/pooling/kernels/cpp_nhwc_1x1_stride_any_depthfirst/generic.cpp",
1711 "src/core/NEON/kernels/arm_conv/pooling/pooling_fp16.cpp",
1712 "src/core/NEON/kernels/arm_conv/pooling/pooling_fp32.cpp",
1713 "src/core/NEON/kernels/arm_conv/pooling/pooling_s8.cpp",
1714 "src/core/NEON/kernels/arm_conv/pooling/pooling_s8q.cpp",
1715 "src/core/NEON/kernels/arm_conv/pooling/pooling_u8.cpp",
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001716 "src/core/NEON/kernels/arm_conv/pooling/pooling_u8q.cpp",
1717 "src/runtime/NEON/functions/NEPoolingLayer.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001718 ],
1719 "neon": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001720 "nchw": [ "src/cpu/kernels/pool2d/neon/nchw/all.cpp" ],
1721 "fp16": [ "src/cpu/kernels/pool2d/neon/fp16.cpp" ],
1722 "fp32": [ "src/cpu/kernels/pool2d/neon/fp32.cpp" ],
1723 "qasymm8": [ "src/cpu/kernels/pool2d/neon/qasymm8.cpp" ],
1724 "qasymm8_signed": [ "src/cpu/kernels/pool2d/neon/qasymm8_signed.cpp" ],
Michalis Spyrou20fca522021-06-07 14:23:57 +01001725 "estate64": [
1726 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst/generic.cpp",
1727 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp16_nhwc_avg_generic_depthfirst/generic.cpp",
1728 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp16_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1729 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp16_nhwc_max_generic_depthfirst/generic.cpp",
1730 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst/generic.cpp",
1731 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp32_nhwc_avg_generic_depthfirst/generic.cpp",
1732 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp32_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1733 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp32_nhwc_max_generic_depthfirst/generic.cpp",
1734 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8_nhwc_avg_generic_depthfirst/generic.cpp",
1735 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1736 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8_nhwc_max_generic_depthfirst/generic.cpp",
1737 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8q_nhwc_avg_generic_depthfirst/generic.cpp",
1738 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8q_nhwc_max_generic_depthfirst/generic.cpp",
1739 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8_nhwc_avg_generic_depthfirst/generic.cpp",
1740 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1741 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8_nhwc_max_generic_depthfirst/generic.cpp",
1742 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8q_nhwc_avg_generic_depthfirst/generic.cpp",
1743 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8q_nhwc_max_generic_depthfirst/generic.cpp"
1744 ]
1745 },
1746 "sve": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001747 "qasymm8": [ "src/cpu/kernels/pool2d/neon/qasymm8.cpp" ],
1748 "qasymm8_signed": [ "src/cpu/kernels/pool2d/neon/qasymm8_signed.cpp" ],
1749 "common": [
Michalis Spyrou20fca522021-06-07 14:23:57 +01001750 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst/generic.cpp",
1751 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp16_nhwc_avg_generic_depthfirst/generic.cpp",
1752 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp16_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1753 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp16_nhwc_max_generic_depthfirst/generic.cpp",
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001754 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst/generic.cpp",
1755 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp32_nhwc_avg_generic_depthfirst/generic.cpp",
1756 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp32_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1757 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp32_nhwc_max_generic_depthfirst/generic.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +01001758 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_s8_nhwc_avg_generic_depthfirst/generic.cpp",
1759 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_s8_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1760 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_s8_nhwc_max_generic_depthfirst/generic.cpp",
1761 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_s8q_nhwc_avg_generic_depthfirst/generic.cpp",
1762 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_s8q_nhwc_max_generic_depthfirst/generic.cpp",
1763 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_u8_nhwc_avg_generic_depthfirst/generic.cpp",
1764 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_u8_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1765 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_u8_nhwc_max_generic_depthfirst/generic.cpp",
1766 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_u8q_nhwc_avg_generic_depthfirst/generic.cpp",
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001767 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_u8q_nhwc_max_generic_depthfirst/generic.cpp",
1768 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst/generic.cpp",
1769 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp16_nhwc_avg_generic_depthfirst/generic.cpp",
1770 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp16_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1771 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp16_nhwc_max_generic_depthfirst/generic.cpp",
1772 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst/generic.cpp",
1773 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp32_nhwc_avg_generic_depthfirst/generic.cpp",
1774 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp32_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1775 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp32_nhwc_max_generic_depthfirst/generic.cpp",
1776 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8_nhwc_avg_generic_depthfirst/generic.cpp",
1777 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1778 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8_nhwc_max_generic_depthfirst/generic.cpp",
1779 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8q_nhwc_avg_generic_depthfirst/generic.cpp",
1780 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8q_nhwc_max_generic_depthfirst/generic.cpp",
1781 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8_nhwc_avg_generic_depthfirst/generic.cpp",
1782 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1783 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8_nhwc_max_generic_depthfirst/generic.cpp",
1784 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8q_nhwc_avg_generic_depthfirst/generic.cpp",
1785 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8q_nhwc_max_generic_depthfirst/generic.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001786 ]
1787 }
1788 }
1789 },
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001790 "PRelu": {
1791 "deps": [ "ElementwiseBinary" ],
Michalis Spyrou20fca522021-06-07 14:23:57 +01001792 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001793 "common": [
1794 "src/runtime/NEON/functions/NEPReluLayer.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001795 ]
1796 }
1797 },
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001798 "PriorBox": {
Michalis Spyrou20fca522021-06-07 14:23:57 +01001799 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001800 "common": [
1801 "src/core/NEON/kernels/NEPriorBoxLayerKernel.cpp",
1802 "src/runtime/NEON/functions/NEPriorBoxLayer.cpp"
1803 ]
1804 }
1805 },
1806 "Quantize": {
1807 "files": {
1808 "common": [
1809 "src/cpu/operators/CpuQuantize.cpp",
1810 "src/cpu/kernels/CpuQuantizeKernel.cpp",
1811 "src/runtime/NEON/functions/NEQuantizationLayer.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001812 ]
1813 }
1814 },
1815 "Range": {
1816 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001817 "common": [
1818 "src/core/NEON/kernels/NERangeKernel.cpp",
1819 "src/runtime/NEON/functions/NERange.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001820 ]
1821 }
1822 },
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001823 "Reduction":{
1824 "deps": [ "Reshape" ],
Michalis Spyrou20fca522021-06-07 14:23:57 +01001825 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001826 "common": [
1827 "src/core/NEON/kernels/NEReductionOperationKernel.cpp",
1828 "src/runtime/NEON/functions/NEReductionOperation.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001829 ]
1830 }
1831 },
1832 "Remap": {
1833 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001834 "common": [
1835 "src/core/NEON/kernels/NERemapKernel.cpp",
1836 "src/runtime/NEON/functions/NERemap.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001837 ]
1838 }
1839 },
1840 "Reorg": {
1841 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001842 "common": [
1843 "src/core/NEON/kernels/NEReorgLayerKernel.cpp",
1844 "src/runtime/NEON/functions/NEReorgLayer.cpp"
1845 ]
1846 }
1847 },
1848 "Reshape": {
1849 "files": {
1850 "common": [
1851 "src/cpu/operators/CpuReshape.cpp",
1852 "src/cpu/kernels/CpuReshapeKernel.cpp",
1853 "src/runtime/NEON/functions/NEReshapeLayer.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001854 ]
1855 }
1856 },
1857 "Reverse": {
1858 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001859 "common": [
1860 "src/core/NEON/kernels/NEReverseKernel.cpp",
1861 "src/runtime/NEON/functions/NEReverse.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001862 ]
1863 }
1864 },
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001865 "RNN": {
1866 "deps": [ "Activation", "Add", "FullyConnected", "Gemm"],
1867 "files": {
1868 "common": [ "src/runtime/NEON/functions/NERNNLayer.cpp" ]
1869 }
1870 },
Michalis Spyrou20fca522021-06-07 14:23:57 +01001871 "ROIAlign": {
1872 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001873 "common": [
1874 "src/core/NEON/kernels/NEROIAlignLayerKernel.cpp",
1875 "src/runtime/NEON/functions/NEROIAlignLayer.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001876 ]
1877 }
1878 },
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001879 "ROIPool2d": {
Michalis Spyrou20fca522021-06-07 14:23:57 +01001880 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001881 "common": [
1882 "src/core/NEON/kernels/NEROIPoolingLayerKernel.cpp",
1883 "src/runtime/NEON/functions/NEROIPoolingLayer.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001884 ]
1885 }
1886 },
1887 "Scale": {
1888 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001889 "common": [
1890 "src/cpu/operators/CpuScale.cpp",
1891 "src/cpu/kernels/CpuScaleKernel.cpp",
1892 "src/runtime/NEON/functions/NEScale.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001893 ],
1894 "sve": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001895 "fp16": [ "src/cpu/kernels/scale/sve/fp16.cpp" ],
1896 "fp32": [ "src/cpu/kernels/scale/sve/fp32.cpp" ],
1897 "integer": [ "src/cpu/kernels/scale/sve/integer.cpp" ],
1898 "qasymm8": [ "src/cpu/kernels/scale/sve/qasymm8.cpp" ],
1899 "qasymm8_signed": [ "src/cpu/kernels/scale/sve/qasymm8_signed.cpp" ]
1900
Michalis Spyrou20fca522021-06-07 14:23:57 +01001901 },
1902 "neon": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001903 "fp16": [ "src/cpu/kernels/scale/neon/fp16.cpp" ],
1904 "integer": [ "src/cpu/kernels/scale/neon/integer.cpp" ],
1905 "qasymm8": [ "src/cpu/kernels/scale/neon/qasymm8.cpp" ],
1906 "qasymm8_signed": [ "src/cpu/kernels/scale/neon/qasymm8_signed.cpp" ]
Michalis Spyrou20fca522021-06-07 14:23:57 +01001907 }
1908 }
1909 },
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001910 "Select": {
1911 "files": {
1912 "common": [
1913 "src/core/NEON/kernels/NESelectKernel.cpp",
1914 "src/runtime/NEON/functions/NESelect.cpp"
1915 ]
1916 }
1917 },
1918 "Slice": {
1919 "deps": [ "StridedSlice" ],
1920 "files": {
1921 "common": [ "src/runtime/NEON/functions/NESlice.cpp" ]
1922 }
1923 },
Michalis Spyrou20fca522021-06-07 14:23:57 +01001924 "Softmax": {
1925 "deps": [
1926 "Permute"
1927 ],
1928 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001929 "common": [
1930 "src/cpu/operators/CpuSoftmax.cpp",
1931 "src/cpu/kernels/CpuSoftmaxKernel.cpp",
1932 "src/runtime/NEON/functions/NESoftmaxLayer.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001933 ],
1934 "sve": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001935 "common": [ "src/cpu/kernels/softmax/impl/sve/impl.cpp" ]
Michalis Spyrou20fca522021-06-07 14:23:57 +01001936 }
1937 }
1938 },
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001939 "SpaceToBatch": {
1940 "files": {
1941 "common": [
1942 "src/core/NEON/kernels/NESpaceToBatchLayerKernel.cpp",
1943 "src/runtime/NEON/functions/NESpaceToBatchLayer.cpp"
1944 ]
1945 }
1946 },
1947 "SpaceToDepth": {
1948 "files": {
1949 "common": [
1950 "src/core/NEON/kernels/NESpaceToDepthLayerKernel.cpp",
1951 "src/runtime/NEON/functions/NESpaceToDepthLayer.cpp"
1952 ]
1953 }
1954 },
1955 "Split": {
1956 "deps": [ "StridedSlice" ],
1957 "files": {
1958 "common": [
1959 "src/runtime/NEON/functions/NESplit.cpp"
1960 ]
1961 }
1962 },
1963 "Stack": {
1964 "files": {
1965 "common": [
1966 "src/core/NEON/kernels/NEStackLayerKernel.cpp",
1967 "src/runtime/NEON/functions/NEStackLayer.cpp"
1968 ]
1969 }
1970 },
1971 "StridedSlice": {
1972 "files": {
1973 "common": [
1974 "src/core/NEON/kernels/NEStridedSliceKernel.cpp",
1975 "src/runtime/NEON/functions/NEStridedSlice.cpp"
1976 ]
1977 }
1978 },
Michalis Spyrou20fca522021-06-07 14:23:57 +01001979 "Sub": {
1980 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001981 "common": [
1982 "src/cpu/operators/CpuSub.cpp",
1983 "src/cpu/kernels/CpuSubKernel.cpp",
1984 "src/runtime/NEON/functions/NEArithmeticSubtraction.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01001985 ],
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001986 "sve": {
1987 "qasymm8": [ "src/cpu/kernels/sub/neon/qasymm8.cpp" ],
1988 "qasymm8_signed": [ "src/cpu/kernels/sub/neon/qasymm8_signed.cpp" ],
1989 "qsymm16": [ "src/cpu/kernels/sub/neon/qsymm16.cpp" ]
1990 },
Michalis Spyrou20fca522021-06-07 14:23:57 +01001991 "neon": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001992 "qasymm8": [ "src/cpu/kernels/sub/neon/qasymm8.cpp" ],
1993 "qasymm8_signed": [ "src/cpu/kernels/sub/neon/qasymm8_signed.cpp" ],
1994 "qsymm16": [ "src/cpu/kernels/sub/neon/qsymm16.cpp" ]
Michalis Spyrou20fca522021-06-07 14:23:57 +01001995 }
1996 }
1997 },
Michalis Spyrou20fca522021-06-07 14:23:57 +01001998 "Tile": {
1999 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01002000 "common": [
2001 "src/core/NEON/kernels/NETileKernel.cpp",
2002 "src/runtime/NEON/functions/NETile.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01002003 ]
2004 }
2005 },
Georgios Pinitasb6af4822021-09-14 12:33:34 +01002006 "Transpose": {
Michalis Spyrou20fca522021-06-07 14:23:57 +01002007 "files": {
Georgios Pinitasb6af4822021-09-14 12:33:34 +01002008 "common": [
2009 "src/cpu/kernels/CpuTransposeKernel.cpp",
2010 "src/cpu/operators/CpuTranspose.cpp",
2011 "src/runtime/NEON/functions/NETranspose.cpp"
Michalis Spyrou20fca522021-06-07 14:23:57 +01002012 ]
2013 }
Georgios Pinitasb6af4822021-09-14 12:33:34 +01002014 },
2015 "Unstack": {
2016 "deps": [ "StridedSlice" ],
2017 "files": {
2018 "common": [ "src/runtime/NEON/functions/NEUnstack.cpp" ]
2019 }
Michalis Spyrou20fca522021-06-07 14:23:57 +01002020 }
2021 }
2022 }
Georgios Pinitasbdcdc392021-04-22 16:42:03 +01002023}