Home
last modified time | relevance | path

Searched refs:input_elements (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/kernels/arc_mli/
Ddepthwise_conv_slicing_test.cc195 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/
Ddepthwise_conv_test.cc269 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 …]
Dconv_test.cc195 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/
Daverage-pooling-nhwc.c482 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()
Dglobal-average-pooling-ncw.c129 .input_elements = width * sizeof(float), in xnn_setup_global_average_pooling_ncw_f32()
Dglobal-average-pooling-nwc.c179 .input_elements = width, in setup_global_average_pooling_nwc()
/external/XNNPACK/src/xnnpack/
Dcompute.h652 size_t input_elements; member
679 size_t input_elements; member
/external/XNNPACK/src/
Doperator-run.c629 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()