tensorRT quantization problem


In tensorRT quantization, the candidate distribution Q which has 128bins is afterwards expanded into i bins , Here, How does it work in this process? if candidate_Q = [10 ,8 , 8 , 7 ,5] and into 7 bins , how can the 7bins generate from candidate_Q?