Searched refs:Dequantize (Results 1 – 9 of 9) sorted by relevance
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/int8/ |
D | detection_post_process_int8.cc | 51 int DetectionPostProcessInt8CPUKernel::Dequantize(lite::Tensor *tensor, float **data) { in Dequantize() function in mindspore::kernel::DetectionPostProcessInt8CPUKernel 81 int status = Dequantize(in_tensors_.at(0), &input_boxes_); in GetInputData() 85 status = Dequantize(in_tensors_.at(1), &input_scores_); in GetInputData()
|
D | detection_post_process_int8.h | 40 int Dequantize(lite::Tensor *tensor, float **data);
|
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/int8/ |
D | matmul_int8_tests.cc | 137 …Dequantize(reinterpret_cast<int8_t *>(outputs[0]->MutableData()), outputs[0]->ElementsNum(), out_s… in TEST_F() 255 …Dequantize(reinterpret_cast<int8_t *>(outputs[0]->MutableData()), outputs[0]->ElementsNum(), out_s… in TEST_F()
|
D | fullconnection_int8_tests.cc | 149 …Dequantize(reinterpret_cast<int8_t *>(outputs[0]->MutableData()), outputs[0]->ElementsNum(), out_s… in TEST_F()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/ |
D | quantize.h | 213 void Dequantize(const int8_t *input_data, int length, float scale, int zero_point, float *output_da…
|
D | quantize.c | 105 void Dequantize(const int8_t *input_data, int length, float scale, int zero_point, float *output_da… in Dequantize() function
|
/third_party/libjpeg-turbo/ |
D | structure.txt | 393 | |-- Dequantize, Inverse DCT
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | structure.txt | 393 | |-- Dequantize, Inverse DCT
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | structure.txt | 393 | |-- Dequantize, Inverse DCT
|