Searched refs:input_elements (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/lite/micro/kernels/arc_mli/ |
D | depthwise_conv_slicing_test.cc | 195 const int input_elements = 20; in TF_LITE_MICRO_TEST() local 219 int8_t input_quantized[input_elements]; in TF_LITE_MICRO_TEST() 234 const int input_elements = 20; in TF_LITE_MICRO_TEST() local 262 int8_t input_quantized[input_elements]; in TF_LITE_MICRO_TEST() 278 const int input_elements = 80; in TF_LITE_MICRO_TEST() local 309 int8_t input_quantized[input_elements]; in TF_LITE_MICRO_TEST() 324 const int input_elements = 80; in TF_LITE_MICRO_TEST() local 359 int8_t input_quantized[input_elements]; in TF_LITE_MICRO_TEST() 375 const int input_elements = 40; in TF_LITE_MICRO_TEST() local 401 int8_t input_quantized[input_elements]; in TF_LITE_MICRO_TEST() [all …]
|
/external/tensorflow/tensorflow/lite/micro/kernels/ |
D | depthwise_conv_test.cc | 269 const int input_elements = 12; in TF_LITE_MICRO_TEST() local 292 uint8_t input_quantized[input_elements]; in TF_LITE_MICRO_TEST() 312 const int input_elements = 48; in TF_LITE_MICRO_TEST() local 339 uint8_t input_quantized[input_elements]; in TF_LITE_MICRO_TEST() 382 const int input_elements = 12; in TF_LITE_MICRO_TEST() local 403 uint8_t input_quantized[input_elements]; in TF_LITE_MICRO_TEST() 423 const int input_elements = 12; in TF_LITE_MICRO_TEST() local 446 uint8_t input_quantized[input_elements]; in TF_LITE_MICRO_TEST() 466 const int input_elements = 12; in TF_LITE_MICRO_TEST() local 489 int8_t input_quantized[input_elements]; in TF_LITE_MICRO_TEST() [all …]
|
D | conv_test.cc | 195 const int input_elements = 48; in TF_LITE_MICRO_TEST() local 207 uint8_t input_quantized[input_elements]; in TF_LITE_MICRO_TEST() 266 const int input_elements = 48; in TF_LITE_MICRO_TEST() local 278 int8_t input_quantized[input_elements]; in TF_LITE_MICRO_TEST() 340 constexpr int input_elements = in TF_LITE_MICRO_TEST() local 342 constexpr float input_data[input_elements] = {1, 1, 1, 1, 2, 2, 2, 2, in TF_LITE_MICRO_TEST() 367 int8_t input_quantized[input_elements]; in TF_LITE_MICRO_TEST() 391 constexpr int input_elements = in TF_LITE_MICRO_TEST() local 393 constexpr float input_data[input_elements] = {1, 1, 1, 1, 2, 2, 2, 2, in TF_LITE_MICRO_TEST() 418 int8_t input_quantized[input_elements]; in TF_LITE_MICRO_TEST()
|
/external/XNNPACK/src/operators/ |
D | average-pooling-nhwc.c | 482 const size_t input_elements = input_height * input_width; in setup_average_pooling2d() local 489 .input_batch_stride = input_stride_in_bytes * input_elements, in setup_average_pooling2d() 490 .input_elements = input_elements, in setup_average_pooling2d() 499 if (input_elements <= gavgpool->mr) { in setup_average_pooling2d()
|
D | global-average-pooling-ncw.c | 129 .input_elements = width * sizeof(float), in xnn_setup_global_average_pooling_ncw_f32()
|
D | global-average-pooling-nwc.c | 179 .input_elements = width, in setup_global_average_pooling_nwc()
|
/external/XNNPACK/src/xnnpack/ |
D | compute.h | 652 size_t input_elements; member 679 size_t input_elements; member
|
/external/XNNPACK/src/ |
D | operator-run.c | 629 context->input_elements, in xnn_compute_global_average_pooling_nwc_unipass() 651 context->input_elements, in xnn_compute_global_average_pooling_nwc_multipass() 673 context->input_elements, in xnn_compute_global_average_pooling_ncw()
|