Lines Matching +full:doxygen +full:- +full:version
2 …* SPDX-FileCopyrightText: Copyright 2024 Arm Limited and/or its affiliates <open-source-office@arm…
4 * SPDX-License-Identifier: Apache-2.0
6 * Licensed under the Apache License, Version 2.0 (the License); you may
10 * www.apache.org/licenses/LICENSE-2.0
19 /* ----------------------------------------------------------------------
27 * Target : Arm(R) M-Profile Architecture
29 * -------------------------------------------------------------------- */
58 flat_size -= 16; in arm_max_no_broadcast_s8()
66 --flat_size; in arm_max_no_broadcast_s8()
87 flat_size -= 16; in arm_max_scalar_s8()
95 --flat_size; in arm_max_scalar_s8()
116 const int32_t output_batch = output_dims->n; in arm_maximum_s8()
117 const int32_t output_height = output_dims->h; in arm_maximum_s8()
118 const int32_t output_width = output_dims->w; in arm_maximum_s8()
120 const int32_t input_1_batch = input_1_dims->n; in arm_maximum_s8()
121 const int32_t input_1_height = input_1_dims->h; in arm_maximum_s8()
122 const int32_t input_1_width = input_1_dims->w; in arm_maximum_s8()
123 const int32_t input_1_channels = input_1_dims->c; in arm_maximum_s8()
125 const int32_t input_2_batch = input_2_dims->n; in arm_maximum_s8()
126 const int32_t input_2_height = input_2_dims->h; in arm_maximum_s8()
127 const int32_t input_2_width = input_2_dims->w; in arm_maximum_s8()
128 const int32_t input_2_channels = input_2_dims->c; in arm_maximum_s8()
151 …input_1_height >= input_2_height ? width_1_diff : -input_1_width * (input_1_channels - width_1_dif… in arm_maximum_s8()
153 …input_2_height >= input_1_height ? width_2_diff : -input_2_width * (input_2_channels - width_2_dif… in arm_maximum_s8()
240 input_1_ptr -= width_1_diff; in arm_maximum_s8()
241 input_2_ptr -= width_2_diff; in arm_maximum_s8()
262 * @} end of Doxygen group