summaryrefslogtreecommitdiff
path: root/documentation/hierarchy.js
blob: ae98a8afc2fd4dd3f0982df1aed1d2286f6b5d0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
var hierarchy =
[
    [ "ActivationLayerInfo", "classarm__compute_1_1_activation_layer_info.xhtml", null ],
    [ "BorderSize", "structarm__compute_1_1_border_size.xhtml", null ],
    [ "CLCoefficientTable", "structarm__compute_1_1_c_l_coefficient_table.xhtml", null ],
    [ "CLKernelLibrary", "classarm__compute_1_1_c_l_kernel_library.xhtml", null ],
    [ "CLLKInternalKeypoint", "structarm__compute_1_1_c_l_l_k_internal_keypoint.xhtml", null ],
    [ "CLOldValue", "structarm__compute_1_1_c_l_old_value.xhtml", null ],
    [ "CLScheduler", "classarm__compute_1_1_c_l_scheduler.xhtml", null ],
    [ "Coordinates2D", "struct_coordinates2_d.xhtml", null ],
    [ "Coordinates2D", "structarm__compute_1_1_coordinates2_d.xhtml", null ],
    [ "Coordinates3D", "structarm__compute_1_1_coordinates3_d.xhtml", null ],
    [ "CPPScheduler", "classarm__compute_1_1_c_p_p_scheduler.xhtml", null ],
    [ "DetectionWindow", "structarm__compute_1_1_detection_window.xhtml", null ],
    [ "Window::Dimension", "classarm__compute_1_1_window_1_1_dimension.xhtml", null ],
    [ "Dimensions< T >", "classarm__compute_1_1_dimensions.xhtml", null ],
    [ "Dimensions< int >", "classarm__compute_1_1_dimensions.xhtml", [
      [ "Coordinates", "classarm__compute_1_1_coordinates.xhtml", null ]
    ] ],
    [ "Dimensions< size_t >", "classarm__compute_1_1_dimensions.xhtml", [
      [ "Strides", "classarm__compute_1_1_strides.xhtml", null ],
      [ "TensorShape", "classarm__compute_1_1_tensor_shape.xhtml", null ]
    ] ],
    [ "Dimensions< unsigned int >", "classarm__compute_1_1_dimensions.xhtml", [
      [ "Steps", "classarm__compute_1_1_steps.xhtml", null ]
    ] ],
    [ "HOGInfo", "classarm__compute_1_1_h_o_g_info.xhtml", null ],
    [ "IAccessWindow", "classarm__compute_1_1_i_access_window.xhtml", [
      [ "AccessWindowAutoPadding", "classarm__compute_1_1_access_window_auto_padding.xhtml", null ],
      [ "AccessWindowRectangle", "classarm__compute_1_1_access_window_rectangle.xhtml", [
        [ "AccessWindowHorizontal", "classarm__compute_1_1_access_window_horizontal.xhtml", null ],
        [ "AccessWindowTranspose", "classarm__compute_1_1_access_window_transpose.xhtml", null ],
        [ "AccessWindowVertical", "classarm__compute_1_1_access_window_vertical.xhtml", null ]
      ] ],
      [ "AccessWindowStatic", "classarm__compute_1_1_access_window_static.xhtml", null ]
    ] ],
    [ "IArray< T >", "classarm__compute_1_1_i_array.xhtml", [
      [ "Array< T >", "classarm__compute_1_1_array.xhtml", null ],
      [ "ICLArray< T >", "classarm__compute_1_1_i_c_l_array.xhtml", [
        [ "CLArray< T >", "classarm__compute_1_1_c_l_array.xhtml", null ]
      ] ]
    ] ],
    [ "IArray< NELKInternalKeypoint >", "classarm__compute_1_1_i_array.xhtml", [
      [ "Array< NELKInternalKeypoint >", "classarm__compute_1_1_array.xhtml", null ]
    ] ],
    [ "IDistribution", "classarm__compute_1_1_i_distribution.xhtml", [
      [ "IDistribution1D", "classarm__compute_1_1_i_distribution1_d.xhtml", [
        [ "Distribution1D", "classarm__compute_1_1_distribution1_d.xhtml", null ],
        [ "ICLDistribution1D", "classarm__compute_1_1_i_c_l_distribution1_d.xhtml", [
          [ "CLDistribution1D", "classarm__compute_1_1_c_l_distribution1_d.xhtml", null ]
        ] ]
      ] ]
    ] ],
    [ "IFunction", "classarm__compute_1_1_i_function.xhtml", [
      [ "CLCannyEdge", "classarm__compute_1_1_c_l_canny_edge.xhtml", null ],
      [ "CLConvolutionLayer", "classarm__compute_1_1_c_l_convolution_layer.xhtml", null ],
      [ "CLConvolutionSquare< matrix_size >", "classarm__compute_1_1_c_l_convolution_square.xhtml", null ],
      [ "CLEqualizeHistogram", "classarm__compute_1_1_c_l_equalize_histogram.xhtml", null ],
      [ "CLFastCorners", "classarm__compute_1_1_c_l_fast_corners.xhtml", null ],
      [ "CLFullyConnectedLayer", "classarm__compute_1_1_c_l_fully_connected_layer.xhtml", null ],
      [ "CLGaussian5x5", "classarm__compute_1_1_c_l_gaussian5x5.xhtml", null ],
      [ "CLGaussianPyramid", "classarm__compute_1_1_c_l_gaussian_pyramid.xhtml", [
        [ "CLGaussianPyramidHalf", "classarm__compute_1_1_c_l_gaussian_pyramid_half.xhtml", null ],
        [ "CLGaussianPyramidOrb", "classarm__compute_1_1_c_l_gaussian_pyramid_orb.xhtml", null ]
      ] ],
      [ "CLGEMM", "classarm__compute_1_1_c_l_g_e_m_m.xhtml", null ],
      [ "CLGEMMLowp", "classarm__compute_1_1_c_l_g_e_m_m_lowp.xhtml", null ],
      [ "CLHarrisCorners", "classarm__compute_1_1_c_l_harris_corners.xhtml", null ],
      [ "CLHistogram", "classarm__compute_1_1_c_l_histogram.xhtml", null ],
      [ "CLIntegralImage", "classarm__compute_1_1_c_l_integral_image.xhtml", null ],
      [ "CLLaplacianPyramid", "classarm__compute_1_1_c_l_laplacian_pyramid.xhtml", null ],
      [ "CLLaplacianReconstruct", "classarm__compute_1_1_c_l_laplacian_reconstruct.xhtml", null ],
      [ "CLMeanStdDev", "classarm__compute_1_1_c_l_mean_std_dev.xhtml", null ],
      [ "CLMinMaxLocation", "classarm__compute_1_1_c_l_min_max_location.xhtml", null ],
      [ "CLNormalizationLayer", "classarm__compute_1_1_c_l_normalization_layer.xhtml", null ],
      [ "CLOpticalFlow", "classarm__compute_1_1_c_l_optical_flow.xhtml", null ],
      [ "CLSobel5x5", "classarm__compute_1_1_c_l_sobel5x5.xhtml", null ],
      [ "CLSobel7x7", "classarm__compute_1_1_c_l_sobel7x7.xhtml", null ],
      [ "CLSoftmaxLayer", "classarm__compute_1_1_c_l_softmax_layer.xhtml", null ],
      [ "ICLSimpleFunction", "classarm__compute_1_1_i_c_l_simple_function.xhtml", [
        [ "CLAbsoluteDifference", "classarm__compute_1_1_c_l_absolute_difference.xhtml", null ],
        [ "CLAccumulate", "classarm__compute_1_1_c_l_accumulate.xhtml", null ],
        [ "CLAccumulateSquared", "classarm__compute_1_1_c_l_accumulate_squared.xhtml", null ],
        [ "CLAccumulateWeighted", "classarm__compute_1_1_c_l_accumulate_weighted.xhtml", null ],
        [ "CLActivationLayer", "classarm__compute_1_1_c_l_activation_layer.xhtml", null ],
        [ "CLArithmeticAddition", "classarm__compute_1_1_c_l_arithmetic_addition.xhtml", null ],
        [ "CLArithmeticSubtraction", "classarm__compute_1_1_c_l_arithmetic_subtraction.xhtml", null ],
        [ "CLBitwiseAnd", "classarm__compute_1_1_c_l_bitwise_and.xhtml", null ],
        [ "CLBitwiseNot", "classarm__compute_1_1_c_l_bitwise_not.xhtml", null ],
        [ "CLBitwiseOr", "classarm__compute_1_1_c_l_bitwise_or.xhtml", null ],
        [ "CLBitwiseXor", "classarm__compute_1_1_c_l_bitwise_xor.xhtml", null ],
        [ "CLBox3x3", "classarm__compute_1_1_c_l_box3x3.xhtml", null ],
        [ "CLChannelCombine", "classarm__compute_1_1_c_l_channel_combine.xhtml", null ],
        [ "CLChannelExtract", "classarm__compute_1_1_c_l_channel_extract.xhtml", null ],
        [ "CLColorConvert", "classarm__compute_1_1_c_l_color_convert.xhtml", null ],
        [ "CLConvolution3x3", "classarm__compute_1_1_c_l_convolution3x3.xhtml", null ],
        [ "CLConvolutionRectangle", "classarm__compute_1_1_c_l_convolution_rectangle.xhtml", null ],
        [ "CLDepthConvert", "classarm__compute_1_1_c_l_depth_convert.xhtml", null ],
        [ "CLDerivative", "classarm__compute_1_1_c_l_derivative.xhtml", null ],
        [ "CLDilate", "classarm__compute_1_1_c_l_dilate.xhtml", null ],
        [ "CLErode", "classarm__compute_1_1_c_l_erode.xhtml", null ],
        [ "CLFillBorder", "classarm__compute_1_1_c_l_fill_border.xhtml", null ],
        [ "CLGaussian3x3", "classarm__compute_1_1_c_l_gaussian3x3.xhtml", null ],
        [ "CLMagnitude", "classarm__compute_1_1_c_l_magnitude.xhtml", null ],
        [ "CLMedian3x3", "classarm__compute_1_1_c_l_median3x3.xhtml", null ],
        [ "CLNonLinearFilter", "classarm__compute_1_1_c_l_non_linear_filter.xhtml", null ],
        [ "CLNonMaximaSuppression3x3", "classarm__compute_1_1_c_l_non_maxima_suppression3x3.xhtml", null ],
        [ "CLPhase", "classarm__compute_1_1_c_l_phase.xhtml", null ],
        [ "CLPixelWiseMultiplication", "classarm__compute_1_1_c_l_pixel_wise_multiplication.xhtml", null ],
        [ "CLPoolingLayer", "classarm__compute_1_1_c_l_pooling_layer.xhtml", null ],
        [ "CLRemap", "classarm__compute_1_1_c_l_remap.xhtml", null ],
        [ "CLScale", "classarm__compute_1_1_c_l_scale.xhtml", null ],
        [ "CLScharr3x3", "classarm__compute_1_1_c_l_scharr3x3.xhtml", null ],
        [ "CLSobel3x3", "classarm__compute_1_1_c_l_sobel3x3.xhtml", null ],
        [ "CLTableLookup", "classarm__compute_1_1_c_l_table_lookup.xhtml", null ],
        [ "CLThreshold", "classarm__compute_1_1_c_l_threshold.xhtml", null ],
        [ "CLTranspose", "classarm__compute_1_1_c_l_transpose.xhtml", null ],
        [ "CLWarpAffine", "classarm__compute_1_1_c_l_warp_affine.xhtml", null ],
        [ "CLWarpPerspective", "classarm__compute_1_1_c_l_warp_perspective.xhtml", null ]
      ] ],
      [ "INESimpleFunction", "classarm__compute_1_1_i_n_e_simple_function.xhtml", [
        [ "NEAbsoluteDifference", "classarm__compute_1_1_n_e_absolute_difference.xhtml", null ],
        [ "NEAccumulate", "classarm__compute_1_1_n_e_accumulate.xhtml", null ],
        [ "NEAccumulateSquared", "classarm__compute_1_1_n_e_accumulate_squared.xhtml", null ],
        [ "NEAccumulateWeighted", "classarm__compute_1_1_n_e_accumulate_weighted.xhtml", null ],
        [ "NEActivationLayer", "classarm__compute_1_1_n_e_activation_layer.xhtml", null ],
        [ "NEArithmeticAddition", "classarm__compute_1_1_n_e_arithmetic_addition.xhtml", null ],
        [ "NEArithmeticSubtraction", "classarm__compute_1_1_n_e_arithmetic_subtraction.xhtml", null ],
        [ "NEBitwiseAnd", "classarm__compute_1_1_n_e_bitwise_and.xhtml", null ],
        [ "NEBitwiseNot", "classarm__compute_1_1_n_e_bitwise_not.xhtml", null ],
        [ "NEBitwiseOr", "classarm__compute_1_1_n_e_bitwise_or.xhtml", null ],
        [ "NEBitwiseXor", "classarm__compute_1_1_n_e_bitwise_xor.xhtml", null ],
        [ "NEBox3x3", "classarm__compute_1_1_n_e_box3x3.xhtml", null ],
        [ "NEChannelCombine", "classarm__compute_1_1_n_e_channel_combine.xhtml", null ],
        [ "NEChannelExtract", "classarm__compute_1_1_n_e_channel_extract.xhtml", null ],
        [ "NEColorConvert", "classarm__compute_1_1_n_e_color_convert.xhtml", null ],
        [ "NEConvolution3x3", "classarm__compute_1_1_n_e_convolution3x3.xhtml", null ],
        [ "NEConvolutionRectangle", "classarm__compute_1_1_n_e_convolution_rectangle.xhtml", null ],
        [ "NEDepthConvert", "classarm__compute_1_1_n_e_depth_convert.xhtml", null ],
        [ "NEDilate", "classarm__compute_1_1_n_e_dilate.xhtml", null ],
        [ "NEErode", "classarm__compute_1_1_n_e_erode.xhtml", null ],
        [ "NEGaussian3x3", "classarm__compute_1_1_n_e_gaussian3x3.xhtml", null ],
        [ "NEGEMMInterleave4x4", "classarm__compute_1_1_n_e_g_e_m_m_interleave4x4.xhtml", null ],
        [ "NEGEMMTranspose1xW", "classarm__compute_1_1_n_e_g_e_m_m_transpose1x_w.xhtml", null ],
        [ "NEHOGDetector", "classarm__compute_1_1_n_e_h_o_g_detector.xhtml", null ],
        [ "NEIntegralImage", "classarm__compute_1_1_n_e_integral_image.xhtml", null ],
        [ "NEMagnitude", "classarm__compute_1_1_n_e_magnitude.xhtml", null ],
        [ "NEMedian3x3", "classarm__compute_1_1_n_e_median3x3.xhtml", null ],
        [ "NENonLinearFilter", "classarm__compute_1_1_n_e_non_linear_filter.xhtml", null ],
        [ "NENonMaximaSuppression3x3", "classarm__compute_1_1_n_e_non_maxima_suppression3x3.xhtml", null ],
        [ "NEPhase", "classarm__compute_1_1_n_e_phase.xhtml", null ],
        [ "NEPixelWiseMultiplication", "classarm__compute_1_1_n_e_pixel_wise_multiplication.xhtml", null ],
        [ "NEPoolingLayer", "classarm__compute_1_1_n_e_pooling_layer.xhtml", null ],
        [ "NERemap", "classarm__compute_1_1_n_e_remap.xhtml", null ],
        [ "NEScale", "classarm__compute_1_1_n_e_scale.xhtml", null ],
        [ "NEScharr3x3", "classarm__compute_1_1_n_e_scharr3x3.xhtml", null ],
        [ "NESobel3x3", "classarm__compute_1_1_n_e_sobel3x3.xhtml", null ],
        [ "NETableLookup", "classarm__compute_1_1_n_e_table_lookup.xhtml", null ],
        [ "NEThreshold", "classarm__compute_1_1_n_e_threshold.xhtml", null ],
        [ "NETranspose", "classarm__compute_1_1_n_e_transpose.xhtml", null ],
        [ "NEWarpAffine", "classarm__compute_1_1_n_e_warp_affine.xhtml", null ],
        [ "NEWarpPerspective", "classarm__compute_1_1_n_e_warp_perspective.xhtml", null ]
      ] ],
      [ "NECannyEdge", "classarm__compute_1_1_n_e_canny_edge.xhtml", null ],
      [ "NEConvolution5x5", "classarm__compute_1_1_n_e_convolution5x5.xhtml", null ],
      [ "NEConvolution7x7", "classarm__compute_1_1_n_e_convolution7x7.xhtml", null ],
      [ "NEConvolution9x9", "classarm__compute_1_1_n_e_convolution9x9.xhtml", null ],
      [ "NEConvolutionLayer", "classarm__compute_1_1_n_e_convolution_layer.xhtml", null ],
      [ "NEDerivative", "classarm__compute_1_1_n_e_derivative.xhtml", null ],
      [ "NEEqualizeHistogram", "classarm__compute_1_1_n_e_equalize_histogram.xhtml", null ],
      [ "NEFastCorners", "classarm__compute_1_1_n_e_fast_corners.xhtml", null ],
      [ "NEFillBorder", "classarm__compute_1_1_n_e_fill_border.xhtml", null ],
      [ "NEFullyConnectedLayer", "classarm__compute_1_1_n_e_fully_connected_layer.xhtml", null ],
      [ "NEGaussian5x5", "classarm__compute_1_1_n_e_gaussian5x5.xhtml", null ],
      [ "NEGaussianPyramid", "classarm__compute_1_1_n_e_gaussian_pyramid.xhtml", [
        [ "NEGaussianPyramidHalf", "classarm__compute_1_1_n_e_gaussian_pyramid_half.xhtml", null ],
        [ "NEGaussianPyramidOrb", "classarm__compute_1_1_n_e_gaussian_pyramid_orb.xhtml", null ]
      ] ],
      [ "NEGEMM", "classarm__compute_1_1_n_e_g_e_m_m.xhtml", null ],
      [ "NEGEMMLowp", "classarm__compute_1_1_n_e_g_e_m_m_lowp.xhtml", null ],
      [ "NEHarrisCorners", "classarm__compute_1_1_n_e_harris_corners.xhtml", null ],
      [ "NEHistogram", "classarm__compute_1_1_n_e_histogram.xhtml", null ],
      [ "NEHOGDescriptor", "classarm__compute_1_1_n_e_h_o_g_descriptor.xhtml", null ],
      [ "NEHOGGradient", "classarm__compute_1_1_n_e_h_o_g_gradient.xhtml", null ],
      [ "NEHOGMultiDetection", "classarm__compute_1_1_n_e_h_o_g_multi_detection.xhtml", null ],
      [ "NELaplacianPyramid", "classarm__compute_1_1_n_e_laplacian_pyramid.xhtml", null ],
      [ "NELaplacianReconstruct", "classarm__compute_1_1_n_e_laplacian_reconstruct.xhtml", null ],
      [ "NEMeanStdDev", "classarm__compute_1_1_n_e_mean_std_dev.xhtml", null ],
      [ "NEMinMaxLocation", "classarm__compute_1_1_n_e_min_max_location.xhtml", null ],
      [ "NENormalizationLayer", "classarm__compute_1_1_n_e_normalization_layer.xhtml", null ],
      [ "NEOpticalFlow", "classarm__compute_1_1_n_e_optical_flow.xhtml", null ],
      [ "NESobel5x5", "classarm__compute_1_1_n_e_sobel5x5.xhtml", null ],
      [ "NESobel7x7", "classarm__compute_1_1_n_e_sobel7x7.xhtml", null ],
      [ "NESoftmaxLayer", "classarm__compute_1_1_n_e_softmax_layer.xhtml", null ]
    ] ],
    [ "IHOG", "classarm__compute_1_1_i_h_o_g.xhtml", [
      [ "HOG", "classarm__compute_1_1_h_o_g.xhtml", null ]
    ] ],
    [ "IKernel", "classarm__compute_1_1_i_kernel.xhtml", [
      [ "ICLKernel", "classarm__compute_1_1_i_c_l_kernel.xhtml", [
        [ "CLAbsoluteDifferenceKernel", "classarm__compute_1_1_c_l_absolute_difference_kernel.xhtml", null ],
        [ "CLArithmeticAdditionKernel", "classarm__compute_1_1_c_l_arithmetic_addition_kernel.xhtml", null ],
        [ "CLArithmeticSubtractionKernel", "classarm__compute_1_1_c_l_arithmetic_subtraction_kernel.xhtml", null ],
        [ "CLBitwiseAndKernel", "classarm__compute_1_1_c_l_bitwise_and_kernel.xhtml", null ],
        [ "CLBitwiseOrKernel", "classarm__compute_1_1_c_l_bitwise_or_kernel.xhtml", null ],
        [ "CLBitwiseXorKernel", "classarm__compute_1_1_c_l_bitwise_xor_kernel.xhtml", null ],
        [ "CLChannelCombineKernel", "classarm__compute_1_1_c_l_channel_combine_kernel.xhtml", null ],
        [ "CLChannelExtractKernel", "classarm__compute_1_1_c_l_channel_extract_kernel.xhtml", null ],
        [ "CLCol2ImKernel", "classarm__compute_1_1_c_l_col2_im_kernel.xhtml", null ],
        [ "CLColorConvertKernel", "classarm__compute_1_1_c_l_color_convert_kernel.xhtml", null ],
        [ "CLConvolutionLayerWeightsReshapeKernel", "classarm__compute_1_1_c_l_convolution_layer_weights_reshape_kernel.xhtml", null ],
        [ "CLConvolutionRectangleKernel", "classarm__compute_1_1_c_l_convolution_rectangle_kernel.xhtml", null ],
        [ "CLCopyToArrayKernel", "classarm__compute_1_1_c_l_copy_to_array_kernel.xhtml", null ],
        [ "CLDerivativeKernel", "classarm__compute_1_1_c_l_derivative_kernel.xhtml", null ],
        [ "CLEdgeNonMaxSuppressionKernel", "classarm__compute_1_1_c_l_edge_non_max_suppression_kernel.xhtml", null ],
        [ "CLEdgeTraceKernel", "classarm__compute_1_1_c_l_edge_trace_kernel.xhtml", null ],
        [ "CLFastCornersKernel", "classarm__compute_1_1_c_l_fast_corners_kernel.xhtml", null ],
        [ "CLFillBorderKernel", "classarm__compute_1_1_c_l_fill_border_kernel.xhtml", null ],
        [ "CLGEMMInterleave4x4Kernel", "classarm__compute_1_1_c_l_g_e_m_m_interleave4x4_kernel.xhtml", null ],
        [ "CLGEMMLowpMatrixMultiplyKernel", "classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_kernel.xhtml", null ],
        [ "CLGEMMMatrixAccumulateBiasesKernel", "classarm__compute_1_1_c_l_g_e_m_m_matrix_accumulate_biases_kernel.xhtml", null ],
        [ "CLGEMMMatrixAdditionKernel", "classarm__compute_1_1_c_l_g_e_m_m_matrix_addition_kernel.xhtml", null ],
        [ "CLGEMMMatrixMultiplyKernel", "classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_kernel.xhtml", null ],
        [ "CLGradientKernel", "classarm__compute_1_1_c_l_gradient_kernel.xhtml", null ],
        [ "CLHarrisScoreKernel", "classarm__compute_1_1_c_l_harris_score_kernel.xhtml", null ],
        [ "CLHistogramBorderKernel", "classarm__compute_1_1_c_l_histogram_border_kernel.xhtml", null ],
        [ "CLHistogramKernel", "classarm__compute_1_1_c_l_histogram_kernel.xhtml", null ],
        [ "CLIm2ColKernel", "classarm__compute_1_1_c_l_im2_col_kernel.xhtml", null ],
        [ "CLIntegralImageVertKernel", "classarm__compute_1_1_c_l_integral_image_vert_kernel.xhtml", null ],
        [ "CLLKTrackerFinalizeKernel", "classarm__compute_1_1_c_l_l_k_tracker_finalize_kernel.xhtml", null ],
        [ "CLLKTrackerInitKernel", "classarm__compute_1_1_c_l_l_k_tracker_init_kernel.xhtml", null ],
        [ "CLLKTrackerStage0Kernel", "classarm__compute_1_1_c_l_l_k_tracker_stage0_kernel.xhtml", null ],
        [ "CLLKTrackerStage1Kernel", "classarm__compute_1_1_c_l_l_k_tracker_stage1_kernel.xhtml", null ],
        [ "CLLogits1DNormKernel", "classarm__compute_1_1_c_l_logits1_d_norm_kernel.xhtml", null ],
        [ "CLLogits1DShiftExpSumKernel", "classarm__compute_1_1_c_l_logits1_d_shift_exp_sum_kernel.xhtml", null ],
        [ "CLMagnitudePhaseKernel", "classarm__compute_1_1_c_l_magnitude_phase_kernel.xhtml", null ],
        [ "CLMeanStdDevKernel", "classarm__compute_1_1_c_l_mean_std_dev_kernel.xhtml", null ],
        [ "CLMinMaxKernel", "classarm__compute_1_1_c_l_min_max_kernel.xhtml", null ],
        [ "CLMinMaxLocationKernel", "classarm__compute_1_1_c_l_min_max_location_kernel.xhtml", null ],
        [ "CLNormalizationLayerKernel", "classarm__compute_1_1_c_l_normalization_layer_kernel.xhtml", null ],
        [ "CLPixelWiseMultiplicationKernel", "classarm__compute_1_1_c_l_pixel_wise_multiplication_kernel.xhtml", null ],
        [ "CLPoolingLayerKernel", "classarm__compute_1_1_c_l_pooling_layer_kernel.xhtml", null ],
        [ "CLRemapKernel", "classarm__compute_1_1_c_l_remap_kernel.xhtml", null ],
        [ "CLScharr3x3Kernel", "classarm__compute_1_1_c_l_scharr3x3_kernel.xhtml", null ],
        [ "CLSobel3x3Kernel", "classarm__compute_1_1_c_l_sobel3x3_kernel.xhtml", null ],
        [ "CLSobel5x5HorKernel", "classarm__compute_1_1_c_l_sobel5x5_hor_kernel.xhtml", null ],
        [ "CLSobel5x5VertKernel", "classarm__compute_1_1_c_l_sobel5x5_vert_kernel.xhtml", null ],
        [ "CLSobel7x7HorKernel", "classarm__compute_1_1_c_l_sobel7x7_hor_kernel.xhtml", null ],
        [ "CLSobel7x7VertKernel", "classarm__compute_1_1_c_l_sobel7x7_vert_kernel.xhtml", null ],
        [ "ICLSimpleKernel", "classarm__compute_1_1_i_c_l_simple_kernel.xhtml", [
          [ "CLGaussianPyramidHorKernel", "classarm__compute_1_1_c_l_gaussian_pyramid_hor_kernel.xhtml", null ],
          [ "CLGaussianPyramidVertKernel", "classarm__compute_1_1_c_l_gaussian_pyramid_vert_kernel.xhtml", null ],
          [ "ICLSimple2DKernel", "classarm__compute_1_1_i_c_l_simple2_d_kernel.xhtml", [
            [ "CLAccumulateKernel", "classarm__compute_1_1_c_l_accumulate_kernel.xhtml", null ],
            [ "CLAccumulateSquaredKernel", "classarm__compute_1_1_c_l_accumulate_squared_kernel.xhtml", null ],
            [ "CLAccumulateWeightedKernel", "classarm__compute_1_1_c_l_accumulate_weighted_kernel.xhtml", null ],
            [ "CLActivationLayerKernel", "classarm__compute_1_1_c_l_activation_layer_kernel.xhtml", null ],
            [ "CLBitwiseNotKernel", "classarm__compute_1_1_c_l_bitwise_not_kernel.xhtml", null ],
            [ "CLBox3x3Kernel", "classarm__compute_1_1_c_l_box3x3_kernel.xhtml", null ],
            [ "CLConvolutionKernel< matrix_size >", "classarm__compute_1_1_c_l_convolution_kernel.xhtml", null ],
            [ "CLDepthConvertKernel", "classarm__compute_1_1_c_l_depth_convert_kernel.xhtml", null ],
            [ "CLDilateKernel", "classarm__compute_1_1_c_l_dilate_kernel.xhtml", null ],
            [ "CLErodeKernel", "classarm__compute_1_1_c_l_erode_kernel.xhtml", null ],
            [ "CLGaussian3x3Kernel", "classarm__compute_1_1_c_l_gaussian3x3_kernel.xhtml", null ],
            [ "CLGEMMTranspose1xWKernel", "classarm__compute_1_1_c_l_g_e_m_m_transpose1x_w_kernel.xhtml", null ],
            [ "CLIntegralImageHorKernel", "classarm__compute_1_1_c_l_integral_image_hor_kernel.xhtml", null ],
            [ "CLLogits1DMaxKernel", "classarm__compute_1_1_c_l_logits1_d_max_kernel.xhtml", null ],
            [ "CLMedian3x3Kernel", "classarm__compute_1_1_c_l_median3x3_kernel.xhtml", null ],
            [ "CLNonLinearFilterKernel", "classarm__compute_1_1_c_l_non_linear_filter_kernel.xhtml", null ],
            [ "CLNonMaximaSuppression3x3Kernel", "classarm__compute_1_1_c_l_non_maxima_suppression3x3_kernel.xhtml", null ],
            [ "CLScaleKernel", "classarm__compute_1_1_c_l_scale_kernel.xhtml", null ],
            [ "CLSeparableConvolutionHorKernel< matrix_size >", "classarm__compute_1_1_c_l_separable_convolution_hor_kernel.xhtml", [
              [ "CLGaussian5x5HorKernel", "classarm__compute_1_1_c_l_gaussian5x5_hor_kernel.xhtml", null ]
            ] ],
            [ "CLSeparableConvolutionVertKernel< matrix_size >", "classarm__compute_1_1_c_l_separable_convolution_vert_kernel.xhtml", [
              [ "CLGaussian5x5VertKernel", "classarm__compute_1_1_c_l_gaussian5x5_vert_kernel.xhtml", null ]
            ] ],
            [ "CLTableLookupKernel", "classarm__compute_1_1_c_l_table_lookup_kernel.xhtml", null ],
            [ "CLThresholdKernel", "classarm__compute_1_1_c_l_threshold_kernel.xhtml", null ],
            [ "CLTransposeKernel", "classarm__compute_1_1_c_l_transpose_kernel.xhtml", null ],
            [ "CLWarpAffineKernel", "classarm__compute_1_1_c_l_warp_affine_kernel.xhtml", null ],
            [ "CLWarpPerspectiveKernel", "classarm__compute_1_1_c_l_warp_perspective_kernel.xhtml", null ],
            [ "ICLSimple3DKernel", "classarm__compute_1_1_i_c_l_simple3_d_kernel.xhtml", null ]
          ] ]
        ] ]
      ] ],
      [ "ICPPKernel", "classarm__compute_1_1_i_c_p_p_kernel.xhtml", [
        [ "CPPCornerCandidatesKernel", "classarm__compute_1_1_c_p_p_corner_candidates_kernel.xhtml", null ],
        [ "CPPSortEuclideanDistanceKernel", "classarm__compute_1_1_c_p_p_sort_euclidean_distance_kernel.xhtml", null ],
        [ "ICPPSimpleKernel", "classarm__compute_1_1_i_c_p_p_simple_kernel.xhtml", [
          [ "NEAccumulateKernel", "classarm__compute_1_1_n_e_accumulate_kernel.xhtml", null ],
          [ "NEAccumulateSquaredKernel", "classarm__compute_1_1_n_e_accumulate_squared_kernel.xhtml", null ],
          [ "NEAccumulateWeightedKernel", "classarm__compute_1_1_n_e_accumulate_weighted_kernel.xhtml", [
            [ "NEAccumulateWeightedFP16Kernel", "classarm__compute_1_1_n_e_accumulate_weighted_f_p16_kernel.xhtml", null ]
          ] ],
          [ "NEActivationLayerKernel", "classarm__compute_1_1_n_e_activation_layer_kernel.xhtml", null ],
          [ "NEBox3x3Kernel", "classarm__compute_1_1_n_e_box3x3_kernel.xhtml", [
            [ "NEBox3x3FP16Kernel", "classarm__compute_1_1_n_e_box3x3_f_p16_kernel.xhtml", null ]
          ] ],
          [ "NEChannelExtractKernel", "classarm__compute_1_1_n_e_channel_extract_kernel.xhtml", null ],
          [ "NEConvolutionKernel< matrix_size >", "classarm__compute_1_1_n_e_convolution_kernel.xhtml", null ],
          [ "NEDepthConvertKernel", "classarm__compute_1_1_n_e_depth_convert_kernel.xhtml", null ],
          [ "NEDilateKernel", "classarm__compute_1_1_n_e_dilate_kernel.xhtml", null ],
          [ "NEErodeKernel", "classarm__compute_1_1_n_e_erode_kernel.xhtml", null ],
          [ "NEGaussian3x3Kernel", "classarm__compute_1_1_n_e_gaussian3x3_kernel.xhtml", null ],
          [ "NEGaussian5x5HorKernel", "classarm__compute_1_1_n_e_gaussian5x5_hor_kernel.xhtml", null ],
          [ "NEGaussian5x5VertKernel", "classarm__compute_1_1_n_e_gaussian5x5_vert_kernel.xhtml", null ],
          [ "NEGaussianPyramidHorKernel", "classarm__compute_1_1_n_e_gaussian_pyramid_hor_kernel.xhtml", null ],
          [ "NEGaussianPyramidVertKernel", "classarm__compute_1_1_n_e_gaussian_pyramid_vert_kernel.xhtml", null ],
          [ "NEGEMMInterleave4x4Kernel", "classarm__compute_1_1_n_e_g_e_m_m_interleave4x4_kernel.xhtml", null ],
          [ "NEGEMMMatrixAdditionKernel", "classarm__compute_1_1_n_e_g_e_m_m_matrix_addition_kernel.xhtml", null ],
          [ "NEGEMMTranspose1xWKernel", "classarm__compute_1_1_n_e_g_e_m_m_transpose1x_w_kernel.xhtml", null ],
          [ "NEIntegralImageKernel", "classarm__compute_1_1_n_e_integral_image_kernel.xhtml", null ],
          [ "NELogits1DMaxKernel", "classarm__compute_1_1_n_e_logits1_d_max_kernel.xhtml", null ],
          [ "NEMedian3x3Kernel", "classarm__compute_1_1_n_e_median3x3_kernel.xhtml", null ],
          [ "NESeparableConvolutionHorKernel< matrix_size >", "classarm__compute_1_1_n_e_separable_convolution_hor_kernel.xhtml", null ],
          [ "NESeparableConvolutionVertKernel< matrix_size >", "classarm__compute_1_1_n_e_separable_convolution_vert_kernel.xhtml", null ],
          [ "NETableLookupKernel", "classarm__compute_1_1_n_e_table_lookup_kernel.xhtml", null ],
          [ "NEConvolutionKernel< 5 >", "classarm__compute_1_1_n_e_convolution_kernel.xhtml", null ],
          [ "NEConvolutionKernel< 7 >", "classarm__compute_1_1_n_e_convolution_kernel.xhtml", null ],
          [ "NEConvolutionKernel< 9 >", "classarm__compute_1_1_n_e_convolution_kernel.xhtml", null ],
          [ "NESeparableConvolutionHorKernel< 5 >", "classarm__compute_1_1_n_e_separable_convolution_hor_kernel.xhtml", null ],
          [ "NESeparableConvolutionHorKernel< 7 >", "classarm__compute_1_1_n_e_separable_convolution_hor_kernel.xhtml", null ],
          [ "NESeparableConvolutionHorKernel< 9 >", "classarm__compute_1_1_n_e_separable_convolution_hor_kernel.xhtml", null ],
          [ "NESeparableConvolutionVertKernel< 5 >", "classarm__compute_1_1_n_e_separable_convolution_vert_kernel.xhtml", null ],
          [ "NESeparableConvolutionVertKernel< 7 >", "classarm__compute_1_1_n_e_separable_convolution_vert_kernel.xhtml", null ],
          [ "NESeparableConvolutionVertKernel< 9 >", "classarm__compute_1_1_n_e_separable_convolution_vert_kernel.xhtml", null ]
        ] ],
        [ "INEHarrisScoreKernel", "classarm__compute_1_1_i_n_e_harris_score_kernel.xhtml", [
          [ "NEHarrisScoreFP16Kernel< block_size >", "classarm__compute_1_1_n_e_harris_score_f_p16_kernel.xhtml", null ],
          [ "NEHarrisScoreKernel< block_size >", "classarm__compute_1_1_n_e_harris_score_kernel.xhtml", null ]
        ] ],
        [ "INEWarpKernel", "classarm__compute_1_1_i_n_e_warp_kernel.xhtml", [
          [ "NEWarpAffineKernel< interpolation >", "classarm__compute_1_1_n_e_warp_affine_kernel.xhtml", null ],
          [ "NEWarpPerspectiveKernel< interpolation >", "classarm__compute_1_1_n_e_warp_perspective_kernel.xhtml", null ]
        ] ],
        [ "NEAbsoluteDifferenceKernel", "classarm__compute_1_1_n_e_absolute_difference_kernel.xhtml", null ],
        [ "NEArithmeticAdditionKernel", "classarm__compute_1_1_n_e_arithmetic_addition_kernel.xhtml", null ],
        [ "NEArithmeticSubtractionKernel", "classarm__compute_1_1_n_e_arithmetic_subtraction_kernel.xhtml", null ],
        [ "NEBitwiseAndKernel", "classarm__compute_1_1_n_e_bitwise_and_kernel.xhtml", null ],
        [ "NEBitwiseNotKernel", "classarm__compute_1_1_n_e_bitwise_not_kernel.xhtml", null ],
        [ "NEBitwiseOrKernel", "classarm__compute_1_1_n_e_bitwise_or_kernel.xhtml", null ],
        [ "NEBitwiseXorKernel", "classarm__compute_1_1_n_e_bitwise_xor_kernel.xhtml", null ],
        [ "NEChannelCombineKernel", "classarm__compute_1_1_n_e_channel_combine_kernel.xhtml", null ],
        [ "NECol2ImKernel", "classarm__compute_1_1_n_e_col2_im_kernel.xhtml", null ],
        [ "NEColorConvertKernel", "classarm__compute_1_1_n_e_color_convert_kernel.xhtml", null ],
        [ "NEConvolutionLayerWeightsReshapeKernel", "classarm__compute_1_1_n_e_convolution_layer_weights_reshape_kernel.xhtml", null ],
        [ "NEConvolutionRectangleKernel", "classarm__compute_1_1_n_e_convolution_rectangle_kernel.xhtml", null ],
        [ "NECumulativeDistributionKernel", "classarm__compute_1_1_n_e_cumulative_distribution_kernel.xhtml", null ],
        [ "NEDerivativeKernel", "classarm__compute_1_1_n_e_derivative_kernel.xhtml", null ],
        [ "NEEdgeNonMaxSuppressionKernel", "classarm__compute_1_1_n_e_edge_non_max_suppression_kernel.xhtml", null ],
        [ "NEEdgeTraceKernel", "classarm__compute_1_1_n_e_edge_trace_kernel.xhtml", null ],
        [ "NEFastCornersKernel", "classarm__compute_1_1_n_e_fast_corners_kernel.xhtml", null ],
        [ "NEFillArrayKernel", "classarm__compute_1_1_n_e_fill_array_kernel.xhtml", null ],
        [ "NEFillBorderKernel", "classarm__compute_1_1_n_e_fill_border_kernel.xhtml", null ],
        [ "NEFillInnerBorderKernel", "classarm__compute_1_1_n_e_fill_inner_border_kernel.xhtml", null ],
        [ "NEGEMMLowpMatrixMultiplyKernel", "classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_multiply_kernel.xhtml", null ],
        [ "NEGEMMMatrixAccumulateBiasesKernel", "classarm__compute_1_1_n_e_g_e_m_m_matrix_accumulate_biases_kernel.xhtml", null ],
        [ "NEGEMMMatrixMultiplyKernel", "classarm__compute_1_1_n_e_g_e_m_m_matrix_multiply_kernel.xhtml", null ],
        [ "NEGradientKernel", "classarm__compute_1_1_n_e_gradient_kernel.xhtml", [
          [ "NEGradientFP16Kernel", "classarm__compute_1_1_n_e_gradient_f_p16_kernel.xhtml", null ]
        ] ],
        [ "NEHistogramBorderKernel", "classarm__compute_1_1_n_e_histogram_border_kernel.xhtml", null ],
        [ "NEHistogramKernel", "classarm__compute_1_1_n_e_histogram_kernel.xhtml", null ],
        [ "NEHOGBlockNormalizationKernel", "classarm__compute_1_1_n_e_h_o_g_block_normalization_kernel.xhtml", null ],
        [ "NEHOGDetectorKernel", "classarm__compute_1_1_n_e_h_o_g_detector_kernel.xhtml", null ],
        [ "NEHOGNonMaximaSuppressionKernel", "classarm__compute_1_1_n_e_h_o_g_non_maxima_suppression_kernel.xhtml", null ],
        [ "NEHOGOrientationBinningKernel", "classarm__compute_1_1_n_e_h_o_g_orientation_binning_kernel.xhtml", null ],
        [ "NEIm2ColKernel", "classarm__compute_1_1_n_e_im2_col_kernel.xhtml", null ],
        [ "NELKTrackerKernel", "classarm__compute_1_1_n_e_l_k_tracker_kernel.xhtml", null ],
        [ "NELogits1DNormKernel", "classarm__compute_1_1_n_e_logits1_d_norm_kernel.xhtml", null ],
        [ "NELogits1DShiftExpSumKernel", "classarm__compute_1_1_n_e_logits1_d_shift_exp_sum_kernel.xhtml", null ],
        [ "NEMagnitudePhaseFP16Kernel< mag_type, phase_type >", "classarm__compute_1_1_n_e_magnitude_phase_f_p16_kernel.xhtml", null ],
        [ "NEMagnitudePhaseKernel< mag_type, phase_type >", "classarm__compute_1_1_n_e_magnitude_phase_kernel.xhtml", null ],
        [ "NEMeanStdDevKernel", "classarm__compute_1_1_n_e_mean_std_dev_kernel.xhtml", null ],
        [ "NEMinMaxKernel", "classarm__compute_1_1_n_e_min_max_kernel.xhtml", null ],
        [ "NEMinMaxLocationKernel", "classarm__compute_1_1_n_e_min_max_location_kernel.xhtml", null ],
        [ "NENonLinearFilterKernel", "classarm__compute_1_1_n_e_non_linear_filter_kernel.xhtml", null ],
        [ "NENonMaximaSuppression3x3Kernel", "classarm__compute_1_1_n_e_non_maxima_suppression3x3_kernel.xhtml", [
          [ "NENonMaximaSuppression3x3FP16Kernel", "classarm__compute_1_1_n_e_non_maxima_suppression3x3_f_p16_kernel.xhtml", null ]
        ] ],
        [ "NENormalizationLayerKernel", "classarm__compute_1_1_n_e_normalization_layer_kernel.xhtml", null ],
        [ "NEPixelWiseMultiplicationKernel", "classarm__compute_1_1_n_e_pixel_wise_multiplication_kernel.xhtml", null ],
        [ "NEPoolingLayerKernel", "classarm__compute_1_1_n_e_pooling_layer_kernel.xhtml", null ],
        [ "NERemapKernel", "classarm__compute_1_1_n_e_remap_kernel.xhtml", null ],
        [ "NEScaleKernel", "classarm__compute_1_1_n_e_scale_kernel.xhtml", null ],
        [ "NEScharr3x3Kernel", "classarm__compute_1_1_n_e_scharr3x3_kernel.xhtml", null ],
        [ "NESobel3x3Kernel", "classarm__compute_1_1_n_e_sobel3x3_kernel.xhtml", null ],
        [ "NESobel5x5HorKernel", "classarm__compute_1_1_n_e_sobel5x5_hor_kernel.xhtml", null ],
        [ "NESobel5x5VertKernel", "classarm__compute_1_1_n_e_sobel5x5_vert_kernel.xhtml", null ],
        [ "NESobel7x7HorKernel", "classarm__compute_1_1_n_e_sobel7x7_hor_kernel.xhtml", null ],
        [ "NESobel7x7VertKernel", "classarm__compute_1_1_n_e_sobel7x7_vert_kernel.xhtml", null ],
        [ "NEThresholdKernel", "classarm__compute_1_1_n_e_threshold_kernel.xhtml", null ],
        [ "NETransposeKernel", "classarm__compute_1_1_n_e_transpose_kernel.xhtml", null ]
      ] ]
    ] ],
    [ "ILut", "classarm__compute_1_1_i_lut.xhtml", [
      [ "ICLLut", "classarm__compute_1_1_i_c_l_lut.xhtml", [
        [ "CLLut", "classarm__compute_1_1_c_l_lut.xhtml", null ]
      ] ],
      [ "Lut", "classarm__compute_1_1_lut.xhtml", null ]
    ] ],
    [ "ILutAllocator", "classarm__compute_1_1_i_lut_allocator.xhtml", [
      [ "CLLutAllocator", "classarm__compute_1_1_c_l_lut_allocator.xhtml", null ],
      [ "LutAllocator", "classarm__compute_1_1_lut_allocator.xhtml", null ]
    ] ],
    [ "Image", "struct_image.xhtml", null ],
    [ "IMultiHOG", "classarm__compute_1_1_i_multi_h_o_g.xhtml", [
      [ "MultiHOG", "classarm__compute_1_1_multi_h_o_g.xhtml", null ]
    ] ],
    [ "IMultiImage", "classarm__compute_1_1_i_multi_image.xhtml", [
      [ "ICLMultiImage", "classarm__compute_1_1_i_c_l_multi_image.xhtml", [
        [ "CLMultiImage", "classarm__compute_1_1_c_l_multi_image.xhtml", null ]
      ] ],
      [ "MultiImage", "classarm__compute_1_1_multi_image.xhtml", null ]
    ] ],
    [ "InternalKeypoint", "struct_internal_keypoint.xhtml", null ],
    [ "IOFormatInfo", "structarm__compute_1_1_i_o_format_info.xhtml", null ],
    [ "IPyramid", "classarm__compute_1_1_i_pyramid.xhtml", [
      [ "CLPyramid", "classarm__compute_1_1_c_l_pyramid.xhtml", null ],
      [ "Pyramid", "classarm__compute_1_1_pyramid.xhtml", null ]
    ] ],
    [ "ITensor", "classarm__compute_1_1_i_tensor.xhtml", [
      [ "ICLTensor", "classarm__compute_1_1_i_c_l_tensor.xhtml", [
        [ "CLTensor", "classarm__compute_1_1_c_l_tensor.xhtml", null ]
      ] ],
      [ "Tensor", "classarm__compute_1_1_tensor.xhtml", null ]
    ] ],
    [ "ITensorAllocator", "classarm__compute_1_1_i_tensor_allocator.xhtml", [
      [ "CLTensorAllocator", "classarm__compute_1_1_c_l_tensor_allocator.xhtml", null ],
      [ "TensorAllocator", "classarm__compute_1_1_tensor_allocator.xhtml", null ]
    ] ],
    [ "Iterator", "classarm__compute_1_1_iterator.xhtml", null ],
    [ "Kernel", "classarm__compute_1_1_kernel.xhtml", null ],
    [ "Keypoint", "struct_keypoint.xhtml", null ],
    [ "KeyPoint", "structarm__compute_1_1_key_point.xhtml", null ],
    [ "MultiImageInfo", "classarm__compute_1_1_multi_image_info.xhtml", null ],
    [ "NELKInternalKeypoint", "structarm__compute_1_1_n_e_l_k_internal_keypoint.xhtml", null ],
    [ "NormalizationLayerInfo", "classarm__compute_1_1_normalization_layer_info.xhtml", null ],
    [ "PadStrideInfo", "classarm__compute_1_1_pad_stride_info.xhtml", null ],
    [ "PixelValue", "classarm__compute_1_1_pixel_value.xhtml", null ],
    [ "PoolingLayerInfo", "classarm__compute_1_1_pooling_layer_info.xhtml", null ],
    [ "PPMLoader", "classtest__helpers_1_1_p_p_m_loader.xhtml", null ],
    [ "Program", "classarm__compute_1_1_program.xhtml", null ],
    [ "PyramidInfo", "classarm__compute_1_1_pyramid_info.xhtml", null ],
    [ "Rectangle", "structarm__compute_1_1_rectangle.xhtml", null ],
    [ "Size2D", "classarm__compute_1_1_size2_d.xhtml", null ],
    [ "Tensor3D", "struct_tensor3_d.xhtml", null ],
    [ "TensorInfo", "classarm__compute_1_1_tensor_info.xhtml", null ],
    [ "ValidRegion", "structarm__compute_1_1_valid_region.xhtml", null ],
    [ "Vector", "struct_vector.xhtml", null ],
    [ "Window", "classarm__compute_1_1_window.xhtml", null ]
];