Searched refs:DequantizeOpModel (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | dequantize_test.cc | 29 class DequantizeOpModel : public SingleOpModel { class 31 DequantizeOpModel(TensorType type, std::initializer_list<int> shape, in DequantizeOpModel() function in tflite::__anon906bdc820111::DequantizeOpModel 56 DequantizeOpModel m(TensorType_UINT8, {2, 5}, 0.5, 127); in TEST() 67 DequantizeOpModel m(TensorType_INT8, {2, 5}, 0.5, -1); in TEST()
|
/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
D | nnapi_delegate_test.cc | 1034 class DequantizeOpModel : public SingleOpModelWithNNAPI { class 1036 DequantizeOpModel(TensorType inputType, std::initializer_list<int> shape, in DequantizeOpModel() function in tflite::__anon0c68fcb70111::DequantizeOpModel 1059 DequantizeOpModel m(TensorType_UINT8, {2, 5}, -63.5, 64); in TEST() 1070 DequantizeOpModel m(TensorType_INT8, {2, 5}, -64, 63.5); in TEST()
|