(signal processing): mapping input values from a large set to output values in a smaller set
ex)
(neural network): 모델의 사이즈를 줄이는 것. 32bit float을 8bit int(256개의 bin)으로 fixed point mapping.