Home
last modified time | relevance | path

Searched defs:golden_quantized (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/kernels/
Dsoftmax_test.cc301 const float* golden, outputT* golden_quantized, in TestSoftmaxQuantized()
344 uint8_t golden_quantized[tflite::testing::flat_size_1d]; in TF_LITE_MICRO_TEST() local
359 int8_t golden_quantized[tflite::testing::flat_size_1d]; in TF_LITE_MICRO_TEST() local
374 int16_t golden_quantized[tflite::testing::flat_size_1d]; in TF_LITE_MICRO_TEST() local
396 uint8_t golden_quantized[tflite::testing::flat_size_2d]; in TF_LITE_MICRO_TEST() local
411 int8_t golden_quantized[tflite::testing::flat_size_2d]; in TF_LITE_MICRO_TEST() local
426 int16_t golden_quantized[tflite::testing::flat_size_2d]; in TF_LITE_MICRO_TEST() local
448 uint8_t golden_quantized[tflite::testing::flat_size_3d]; in TF_LITE_MICRO_TEST() local
463 int8_t golden_quantized[tflite::testing::flat_size_3d]; in TF_LITE_MICRO_TEST() local
478 int16_t golden_quantized[tflite::testing::flat_size_3d]; in TF_LITE_MICRO_TEST() local
[all …]
Dadd_test.cc118 T* golden_quantized, float output_scale, in TestAddQuantized()
236 uint8_t golden_quantized[output_dims_count]; in TF_LITE_MICRO_TEST() local
257 int8_t golden_quantized[output_dims_count]; in TF_LITE_MICRO_TEST() local
278 uint8_t golden_quantized[output_dims_count]; in TF_LITE_MICRO_TEST() local
299 int8_t golden_quantized[output_dims_count]; in TF_LITE_MICRO_TEST() local
329 uint8_t golden_quantized[output_dims_count]; in TF_LITE_MICRO_TEST() local
361 int8_t golden_quantized[output_dims_count]; in TF_LITE_MICRO_TEST() local
395 uint8_t golden_quantized[output_dims_count]; in TF_LITE_MICRO_TEST() local
442 int8_t golden_quantized[output_dims_count]; in TF_LITE_MICRO_TEST() local
459 uint8_t golden_quantized[tflite::testing::broadcast_output_dims_count]; in TF_LITE_MICRO_TEST() local
[all …]
Dsub_test.cc117 T* golden_quantized, float output_scale, in TestSubQuantized()
235 uint8_t golden_quantized[output_dims_count]; in TF_LITE_MICRO_TEST() local
256 int8_t golden_quantized[output_dims_count]; in TF_LITE_MICRO_TEST() local
277 uint8_t golden_quantized[output_dims_count]; in TF_LITE_MICRO_TEST() local
298 int8_t golden_quantized[output_dims_count]; in TF_LITE_MICRO_TEST() local
328 uint8_t golden_quantized[output_dims_count]; in TF_LITE_MICRO_TEST() local
360 int8_t golden_quantized[output_dims_count]; in TF_LITE_MICRO_TEST() local
394 uint8_t golden_quantized[output_dims_count]; in TF_LITE_MICRO_TEST() local
441 int8_t golden_quantized[output_dims_count]; in TF_LITE_MICRO_TEST() local
458 uint8_t golden_quantized[tflite::testing::broadcast_output_dims_count]; in TF_LITE_MICRO_TEST() local
[all …]
Dmul_test.cc98 T* golden_quantized, const float output_scale, in TestMulQuantized()
154 int8_t golden_quantized[tflite::testing::flat_size_simple]; in TF_LITE_MICRO_TEST() local
169 uint8_t golden_quantized[tflite::testing::flat_size_simple]; in TF_LITE_MICRO_TEST() local
204 int8_t golden_quantized[tflite::testing::flat_size_broadcast]; in TF_LITE_MICRO_TEST() local
220 uint8_t golden_quantized[tflite::testing::flat_size_broadcast]; in TF_LITE_MICRO_TEST() local
Dfully_connected_test.cc299 T* golden_quantized, const int* output_dims_data, const float output_scale, in TestFullyConnectedQuantized()
364 uint8_t golden_quantized[tflite::testing::simple_output_size]; in TF_LITE_MICRO_TEST() local
393 int8_t golden_quantized[tflite::testing::simple_output_size]; in TF_LITE_MICRO_TEST() local
424 int8_t golden_quantized[tflite::testing::simple_output_size]; in TF_LITE_MICRO_TEST() local
452 int8_t golden_quantized[tflite::testing::relu_output_size]; in TF_LITE_MICRO_TEST() local
484 uint8_t golden_quantized[tflite::testing::relu_output_size]; in TF_LITE_MICRO_TEST() local
531 uint8_t golden_quantized[tflite::testing::simple_output_size]; in TF_LITE_MICRO_TEST() local
576 uint8_t golden_quantized[tflite::testing::representative_64x16_output_size]; in TF_LITE_MICRO_TEST() local
609 int8_t golden_quantized[tflite::testing::representative_64x16_output_size]; in TF_LITE_MICRO_TEST() local
Dactivations_test.cc96 uint8_t* golden_quantized, const int* output_dims_data, in TestReluUint8()
137 uint8_t* golden_quantized, const int* output_dims_data, in TestRelu6Uint8()
178 int8_t* golden_quantized, const int* output_dims_data, in TestReluInt8()
218 int8_t* golden_quantized, const int* output_dims_data, in TestRelu6Int8()
297 uint8_t golden_quantized[elements_count]; in TF_LITE_MICRO_TEST() local
319 uint8_t golden_quantized[elements_count]; in TF_LITE_MICRO_TEST() local
341 int8_t golden_quantized[elements_count]; in TF_LITE_MICRO_TEST() local
363 int8_t golden_quantized[elements_count]; in TF_LITE_MICRO_TEST() local
Dconv_test.cc112 uint8_t golden_quantized[tflite::testing::kOutputElements]; in TF_LITE_MICRO_TEST() local
210 uint8_t golden_quantized[output_elements]; in TF_LITE_MICRO_TEST() local
239 int8_t golden_quantized[tflite::testing::kOutputElements]; in TF_LITE_MICRO_TEST() local
281 int8_t golden_quantized[output_elements]; in TF_LITE_MICRO_TEST() local
316 int8_t golden_quantized[tflite::testing::kOutputElements]; in TF_LITE_MICRO_TEST() local
370 int8_t golden_quantized[output_elements]; in TF_LITE_MICRO_TEST() local
421 int8_t golden_quantized[output_elements]; in TF_LITE_MICRO_TEST() local
446 int8_t golden_quantized[tflite::testing::kOutputElements]; in TF_LITE_MICRO_TEST() local
534 int8_t golden_quantized[tflite::testing::kOutputElements]; in TF_LITE_MICRO_TEST() local
730 int8_t golden_quantized[kSampleSize]; in TF_LITE_MICRO_TEST() local
Dpad_test.cc149 const float* golden, T* golden_quantized, in TestPadQuantized()
185 T* golden_quantized, float output_scale, in TestPadV2Quantized()
289 uint8_t golden_quantized[24]; in TF_LITE_MICRO_TEST() local
314 uint8_t golden_quantized[24]; in TF_LITE_MICRO_TEST() local
337 int8_t golden_quantized[24]; in TF_LITE_MICRO_TEST() local
362 int8_t golden_quantized[24]; in TF_LITE_MICRO_TEST() local
390 int8_t golden_quantized[24]; in TF_LITE_MICRO_TEST() local
414 int8_t golden_quantized[24]; in TF_LITE_MICRO_TEST() local
Dlogistic_test.cc94 T* golden_quantized, const int* output_dims_data, in TestLogisticQuantized()
134 int8_t golden_quantized[tflite::testing::flat_size_basic]; in TF_LITE_MICRO_TEST() local
157 int8_t golden_quantized[tflite::testing::flat_size_wide_range]; in TF_LITE_MICRO_TEST() local
Ddepthwise_conv_test.cc118 const float* golden, uint8_t* golden_quantized, const int* output_dims_data, in TestDepthwiseConvQuantizedPerLayer()
295 uint8_t golden_quantized[output_elements]; in TF_LITE_MICRO_TEST() local
342 uint8_t golden_quantized[output_elements]; in TF_LITE_MICRO_TEST() local
406 uint8_t golden_quantized[output_elements]; in TF_LITE_MICRO_TEST() local
449 uint8_t golden_quantized[output_dims_count]; in TF_LITE_MICRO_TEST() local
492 int8_t golden_quantized[output_elements]; in TF_LITE_MICRO_TEST() local
535 int8_t golden_quantized[output_elements]; in TF_LITE_MICRO_TEST() local
576 int8_t golden_quantized[output_elements]; in TF_LITE_MICRO_TEST() local
620 int8_t golden_quantized[output_elements]; in TF_LITE_MICRO_TEST() local
651 int8_t golden_quantized[output_size]; in TF_LITE_MICRO_TEST() local
[all …]
Dprelu_test.cc77 const float* golden, T* golden_quantized, in TestPreluQuantized()
154 uint8_t golden_quantized[dims_count]; in TF_LITE_MICRO_TEST() local
185 int8_t golden_quantized[dims_count]; in TF_LITE_MICRO_TEST() local
Dbatch_to_space_nd_test.cc96 T* golden_quantized, float output_scale, int output_zero_point, in TestBatchToSpaceNdQuantized()
143 int8_t golden_quantized[tflite::testing::kBasicInputOutputSize]; in TF_LITE_MICRO_TEST() local
Dspace_to_batch_nd_test.cc96 T* golden_quantized, float output_scale, int output_zero_point, in TestSpaceToBatchNdQuantized()
143 int8_t golden_quantized[tflite::testing::kBasicInputOutputSize]; in TF_LITE_MICRO_TEST() local
Dquantize_test.cc28 const float* golden, T* golden_quantized, in ValidateQuantizeGoldens()
56 T* golden_quantized, const float scale, in TestQuantizeFloat()
88 const float* golden, OutputType* golden_quantized, in TestRequantize()
Dsvdf_test.cc737 int8_t golden_quantized[sizeof(tflite::testing::golden_output_2x2x10) / in TF_LITE_MICRO_TEST() local
856 int8_t golden_quantized[sizeof(tflite::testing::golden_output_16x1x1) / in TF_LITE_MICRO_TEST() local
909 int8_t golden_quantized[sizeof(tflite::testing::golden_output_relu_16x1x1) / in TF_LITE_MICRO_TEST() local
Dtranspose_conv_test.cc207 int8_t golden_quantized[tflite::testing::kOutputElements]; in TF_LITE_MICRO_TEST() local
/external/tensorflow/tensorflow/lite/micro/kernels/arc_mli/
Dconv_slicing_test.cc290 int8_t golden_quantized[tflite::testing::kOutput1Elements]; in TF_LITE_MICRO_TEST() local
321 int8_t golden_quantized[tflite::testing::kOutput1Elements]; in TF_LITE_MICRO_TEST() local
347 int8_t golden_quantized[tflite::testing::kOutput2Elements]; in TF_LITE_MICRO_TEST() local
378 int8_t golden_quantized[tflite::testing::kOutput2Elements]; in TF_LITE_MICRO_TEST() local
404 int8_t golden_quantized[tflite::testing::kOutput3Elements]; in TF_LITE_MICRO_TEST() local
435 int8_t golden_quantized[tflite::testing::kOutput3Elements]; in TF_LITE_MICRO_TEST() local
461 int8_t golden_quantized[tflite::testing::kOutput4Elements]; in TF_LITE_MICRO_TEST() local
492 int8_t golden_quantized[tflite::testing::kOutput4Elements]; in TF_LITE_MICRO_TEST() local
Ddepthwise_conv_slicing_test.cc222 int8_t golden_quantized[output_elements]; in TF_LITE_MICRO_TEST() local
265 int8_t golden_quantized[output_elements]; in TF_LITE_MICRO_TEST() local
312 int8_t golden_quantized[output_elements]; in TF_LITE_MICRO_TEST() local
362 int8_t golden_quantized[output_elements]; in TF_LITE_MICRO_TEST() local
404 int8_t golden_quantized[output_elements]; in TF_LITE_MICRO_TEST() local
449 int8_t golden_quantized[output_elements]; in TF_LITE_MICRO_TEST() local
493 int8_t golden_quantized[output_elements]; in TF_LITE_MICRO_TEST() local
540 int8_t golden_quantized[output_elements]; in TF_LITE_MICRO_TEST() local