Searched refs:affine_quant (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/lite/micro/ |
D | test_helpers.cc | 1021 TfLiteAffineQuantization* affine_quant, int quantized_dimension, in CreatePerChannelQuantizedBiasTensor() argument 1037 affine_quant->scale = FloatArrayFromFloats(scales); in CreatePerChannelQuantizedBiasTensor() 1038 affine_quant->zero_point = IntArrayFromInts(zero_points); in CreatePerChannelQuantizedBiasTensor() 1039 affine_quant->quantized_dimension = quantized_dimension; in CreatePerChannelQuantizedBiasTensor() 1042 result.quantization = {kTfLiteAffineQuantization, affine_quant}; in CreatePerChannelQuantizedBiasTensor() 1048 int* zero_points, TfLiteAffineQuantization* affine_quant, in CreateSymmetricPerChannelQuantizedTensor() argument 1061 affine_quant->scale = FloatArrayFromFloats(scales); in CreateSymmetricPerChannelQuantizedTensor() 1062 affine_quant->zero_point = IntArrayFromInts(zero_points); in CreateSymmetricPerChannelQuantizedTensor() 1063 affine_quant->quantized_dimension = quantized_dimension; in CreateSymmetricPerChannelQuantizedTensor() 1066 result.quantization = {kTfLiteAffineQuantization, affine_quant}; in CreateSymmetricPerChannelQuantizedTensor()
|
D | test_helpers.h | 212 TfLiteAffineQuantization* affine_quant, int quantized_dimension, 217 int* zero_points, TfLiteAffineQuantization* affine_quant,
|