/aosp_15_r20/external/XNNPACK/bench/ |
H A D | convert.cc | 89 const size_t bytes_per_iteration = batch_size * (sizeof(uint16_t) + sizeof(float)); in xnnpack_convert_f16_f32() local 153 const size_t bytes_per_iteration = batch_size * (sizeof(float) + sizeof(uint16_t)); in xnnpack_convert_f32_f16() local 219 const size_t bytes_per_iteration = batch_size * (sizeof(float) + sizeof(int8_t)); in xnnpack_convert_f32_qs8() local 285 const size_t bytes_per_iteration = batch_size * (sizeof(float) + sizeof(uint8_t)); in xnnpack_convert_f32_qu8() local 352 const size_t bytes_per_iteration = batch_size * (sizeof(int8_t) + sizeof(float)); in xnnpack_convert_qs8_f32() local 419 const size_t bytes_per_iteration = batch_size * (sizeof(uint8_t) + sizeof(float)); in xnnpack_convert_qu8_f32() local 514 const size_t bytes_per_iteration = batch_size * (sizeof(uint16_t) + sizeof(float)); in tflite_convert_f16_f32() local 615 const size_t bytes_per_iteration = batch_size * (sizeof(float) + sizeof(int8_t)); in tflite_convert_f32_qs8() local 716 const size_t bytes_per_iteration = batch_size * (sizeof(float) + sizeof(uint8_t)); in tflite_convert_f32_qu8() local 819 const size_t bytes_per_iteration = batch_size * (sizeof(int8_t) + sizeof(float)); in tflite_convert_qs8_f32() local [all …]
|
H A D | sigmoid.cc | 93 const size_t bytes_per_iteration = 2 * batch_size * sizeof(uint16_t); in xnnpack_sigmoid_f16() local 157 const size_t bytes_per_iteration = 2 * batch_size * sizeof(float); in xnnpack_sigmoid_f32() local 226 const size_t bytes_per_iteration = 2 * batch_size * sizeof(int8_t); in xnnpack_sigmoid_qs8() local 295 const size_t bytes_per_iteration = 2 * batch_size * sizeof(uint8_t); in xnnpack_sigmoid_qu8() local 391 const size_t bytes_per_iteration = 2 * batch_size * sizeof(float); in tflite_sigmoid_f32() local 497 const size_t bytes_per_iteration = 2 * batch_size * sizeof(int8_t); in tflite_sigmoid_qs8() local 603 const size_t bytes_per_iteration = 2 * batch_size * sizeof(uint8_t); in tflite_sigmoid_qu8() local
|
H A D | elu.cc | 86 const size_t bytes_per_iteration = 2 * batch_size * sizeof(float); in xnnpack_elu_f32() local 156 const size_t bytes_per_iteration = 2 * batch_size * sizeof(int8_t); in xnnpack_elu_qs8() local 252 const size_t bytes_per_iteration = 2 * batch_size * sizeof(float); in tflite_elu_f32() local 358 const size_t bytes_per_iteration = 2 * batch_size * sizeof(int8_t); in tflite_elu_qs8() local
|
H A D | f32-softmax.cc | 176 const size_t bytes_per_iteration = 2 * elements * sizeof(float); in DNNLSoftArgMax() local 239 const size_t bytes_per_iteration = 2 * elements * sizeof(float); in ThreePassSoftMaxWithRecomputing() local 309 const size_t bytes_per_iteration = 2 * elements * sizeof(float); in ThreePassSoftMaxWithReloading() local 368 const size_t bytes_per_iteration = 2 * elements * sizeof(float); in TwoPassSoftMax() local
|
H A D | hardswish.cc | 88 const size_t bytes_per_iteration = 2 * batch_size * sizeof(float); in xnnpack_hardswish_f32() local 153 const size_t bytes_per_iteration = 2 * batch_size * sizeof(uint16_t); in xnnpack_hardswish_f16() local 249 const size_t bytes_per_iteration = 2 * batch_size * sizeof(float); in tflite_hardswish_f32() local
|
H A D | softmax.cc | 90 const size_t bytes_per_iteration = 2 * elements_per_iteration * sizeof(uint8_t); in xnnpack_softmax_qu8() local 157 const size_t bytes_per_iteration = 2 * elements_per_iteration * sizeof(float); in xnnpack_softmax_f32() local 273 const size_t bytes_per_iteration = 2 * elements_per_iteration * sizeof(float); in tflite_softmax_f32() local
|
H A D | square-root.cc | 86 const size_t bytes_per_iteration = 2 * batch_size * sizeof(float); in xnnpack_square_root_f32() local 181 const size_t bytes_per_iteration = 2 * batch_size * sizeof(float); in tflite_square_root_f32() local
|
H A D | ceiling.cc | 86 const size_t bytes_per_iteration = 2 * batch_size * sizeof(float); in xnnpack_ceiling_f32() local 181 const size_t bytes_per_iteration = 2 * batch_size * sizeof(float); in tflite_ceiling_f32() local
|
H A D | floor.cc | 86 const size_t bytes_per_iteration = 2 * batch_size * sizeof(float); in xnnpack_floor_f32() local 181 const size_t bytes_per_iteration = 2 * batch_size * sizeof(float); in tflite_floor_f32() local
|
H A D | abs.cc | 86 const size_t bytes_per_iteration = 2 * batch_size * sizeof(float); in xnnpack_abs_f32() local 181 const size_t bytes_per_iteration = 2 * batch_size * sizeof(float); in tflite_abs_f32() local
|
H A D | square.cc | 86 const size_t bytes_per_iteration = 2 * batch_size * sizeof(float); in xnnpack_square_f32() local 181 const size_t bytes_per_iteration = 2 * batch_size * sizeof(float); in tflite_square_f32() local
|
H A D | bankers-rounding.cc | 86 const size_t bytes_per_iteration = 2 * batch_size * sizeof(float); in xnnpack_bankers_rounding_f32() local 181 const size_t bytes_per_iteration = 2 * batch_size * sizeof(float); in tflite_bankers_rounding_f32() local
|
H A D | negate.cc | 86 const size_t bytes_per_iteration = 2 * batch_size * sizeof(float); in xnnpack_negate_f32() local 181 const size_t bytes_per_iteration = 2 * batch_size * sizeof(float); in tflite_negate_f32() local
|
H A D | leaky-relu.cc | 87 const size_t bytes_per_iteration = 2 * batch_size * sizeof(float); in xnnpack_leaky_relu_f32() local 186 const size_t bytes_per_iteration = 2 * batch_size * sizeof(float); in tflite_leaky_relu_f32() local
|
H A D | channel-shuffle.cc | 85 const size_t bytes_per_iteration = 2 * elements_per_iteration * sizeof(uint8_t); in channel_shuffle_x8() local 153 const size_t bytes_per_iteration = 2 * elements_per_iteration * sizeof(float); in channel_shuffle_x32() local
|
H A D | prelu.cc | 94 const size_t bytes_per_iteration = (2 * elements_per_iteration + channels) * sizeof(float); in xnnpack_prelu_f32() local 222 const size_t bytes_per_iteration = (2 * elements_per_iteration + channels) * sizeof(float); in tflite_prelu_f32() local
|
H A D | truncation.cc | 77 const size_t bytes_per_iteration = 2 * batch_size * sizeof(float); in xnnpack_truncation_f32() local
|
H A D | f32-vrelu.cc | 54 const size_t bytes_per_iteration = 2 * num_elements * sizeof(float); in f32_vrelu() local
|
H A D | f32-rmax.cc | 54 const size_t bytes_per_iteration = elements * sizeof(float); in f32_rmax() local
|
H A D | u64-u32-vsqrtshift.cc | 56 const size_t bytes_per_iteration = num_elements * (sizeof(uint64_t) + sizeof(uint32_t)); in u64_u32_vsqrtshift() local
|
H A D | x8-lut.cc | 58 const size_t bytes_per_iteration = 2 * num_elements * sizeof(uint8_t); in x8_lut() local
|
H A D | qu8-f32-vcvt.cc | 64 const size_t bytes_per_iteration = num_elements * (sizeof(uint8_t) + sizeof(float)); in qu8_f32_vcvt() local
|
H A D | f32-vhswish.cc | 58 const size_t bytes_per_iteration = 2 * num_elements * sizeof(float); in f32_vhswish() local
|
H A D | qu8-vlrelu.cc | 62 const size_t bytes_per_iteration = num_elements * (sizeof(uint8_t) + sizeof(uint8_t)); in qu8_vlrelu() local
|
H A D | f32-velu.cc | 59 const size_t bytes_per_iteration = 2 * num_elements * sizeof(float); in f32_velu() local
|